staticbool HasLanguageType( const LanguageType eType ); /** Obtain the UI name for a LanguageType of a language/locale (string resourceSTR_ARR_SVT_LANGUAGE_TABLE).
*/ static OUString GetLanguageString( const LanguageType eType ); /** Obtain the LanguageType for a UI name of a language/locale (string resourceSTR_ARR_SVT_LANGUAGE_TABLE).
*/ static LanguageType GetLanguageType( std::u16string_view rStr ); static sal_uInt32 GetLanguageEntryCount(); static LanguageType GetLanguageTypeAtIndex( sal_uInt32 nIndex );
/** Add a language tag to the table.
*/ staticvoid AddLanguageTag( const LanguageTag& rLanguageTag );
};
// Add LRE or RLE embedding characters to the string based on the // String content (see #i78466#, #i32179#)
SVT_DLLPUBLIC OUString ApplyLreOrRleEmbedding( const OUString &rText );
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.