LibreOffice Module xmloff (master) 1
|
Helper to gather the single language tag relevant attributes during reading ODF and form a resulting LanguageTag when done. More...
#include <languagetagodf.hxx>
Public Member Functions | |
bool | isEmpty () const |
LanguageTag | getLanguageTag () const |
Best call this only once per instance, it recreates a LanguageTag instance on every call. More... | |
Public Attributes | |
OUString | maRfcLanguageTag |
OUString | maLanguage |
OUString | maScript |
OUString | maCountry |
Helper to gather the single language tag relevant attributes during reading ODF and form a resulting LanguageTag when done.
For example fo:language, fo:script, fo:country, style:rfc-language-tag
Definition at line 22 of file languagetagodf.hxx.
|
inline |
Best call this only once per instance, it recreates a LanguageTag instance on every call.
Definition at line 35 of file languagetagodf.hxx.
References maCountry, maLanguage, maRfcLanguageTag, and maScript.
Referenced by XMLIndexBibliographyConfigurationContext::CreateAndInsert(), and XMLIndexAlphabeticalSourceContext::endFastElement().
|
inline |
Definition at line 29 of file languagetagodf.hxx.
References maCountry, maLanguage, maRfcLanguageTag, and maScript.
Referenced by XMLIndexBibliographyConfigurationContext::CreateAndInsert(), and XMLIndexAlphabeticalSourceContext::endFastElement().
OUString LanguageTagODF::maCountry |
Definition at line 27 of file languagetagodf.hxx.
Referenced by getLanguageTag(), isEmpty(), XMLIndexAlphabeticalSourceContext::ProcessAttribute(), and XMLIndexBibliographyConfigurationContext::SetAttribute().
OUString LanguageTagODF::maLanguage |
Definition at line 25 of file languagetagodf.hxx.
Referenced by getLanguageTag(), isEmpty(), XMLIndexAlphabeticalSourceContext::ProcessAttribute(), and XMLIndexBibliographyConfigurationContext::SetAttribute().
OUString LanguageTagODF::maRfcLanguageTag |
Definition at line 24 of file languagetagodf.hxx.
Referenced by getLanguageTag(), isEmpty(), XMLIndexAlphabeticalSourceContext::ProcessAttribute(), and XMLIndexBibliographyConfigurationContext::SetAttribute().
OUString LanguageTagODF::maScript |
Definition at line 26 of file languagetagodf.hxx.
Referenced by getLanguageTag(), isEmpty(), XMLIndexAlphabeticalSourceContext::ProcessAttribute(), and XMLIndexBibliographyConfigurationContext::SetAttribute().