// retrieves language specific error messages virtual OUString getErrorMessage(ErrorCode _eCodes) const override;
// retrieves language specific keyword strings (only ASCII allowed) virtual OString getIntlKeywordAscii(InternationalKeyCode _eKey) const override;
// finds out, if we have an international keyword (only ASCII allowed) virtual InternationalKeyCode getIntlKeyCode(const OString& rToken) const override;
/** gets a locale instance which should be used when parsing in the context specified by this instance <p>ifthisisnotoverriddenbyderivedclasses,itreturnsthestaticdefaultlocale.</p>
*/
SVXCORE_DLLPUBLIC virtual css::lang::Locale getPreferredLocale( ) const override;
};
class SAL_DLLPUBLIC_RTTI ONeutralParseContext final : public OSystemParseContext
{ public:
SVXCORE_DLLPUBLIC ONeutralParseContext();
SVXCORE_DLLPUBLIC virtual ~ONeutralParseContext();
};
//= OParseContextClient
/** helper class which needs access to a (shared and ref-counted) OSystemParseContext instance.
*/ class UNLESS_MERGELIBS_MORE(SVXCORE_DLLPUBLIC) OParseContextClient
{ protected:
OParseContextClient(); virtual ~OParseContextClient();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.