LibreOffice Module xmloff (master)
1
|
#include <xmlnumfi.hxx>
Public Member Functions | |
SvXMLNumFmtHelper (const css::uno::Reference< css::util::XNumberFormatsSupplier > &rSupp, const css::uno::Reference< css::uno::XComponentContext > &rxContext) | |
SvXMLNumFmtHelper (SvNumberFormatter *pNumberFormatter, const css::uno::Reference< css::uno::XComponentContext > &rxContext) | |
~SvXMLNumFmtHelper () | |
SvXMLStyleContext * | CreateChildContext (SvXMLImport &rImport, sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, SvXMLStylesContext &rStyles) |
SvXMLNumImpData * | getData () |
LanguageType | GetLanguageForKey (sal_Int32 nKey) |
Private Attributes | |
std::unique_ptr< SvXMLNumImpData > | pData |
Definition at line 70 of file xmlnumfi.hxx.
SvXMLNumFmtHelper::SvXMLNumFmtHelper | ( | const css::uno::Reference< css::util::XNumberFormatsSupplier > & | rSupp, |
const css::uno::Reference< css::uno::XComponentContext > & | rxContext | ||
) |
SvXMLNumFmtHelper::SvXMLNumFmtHelper | ( | SvNumberFormatter * | pNumberFormatter, |
const css::uno::Reference< css::uno::XComponentContext > & | rxContext | ||
) |
SvXMLNumFmtHelper::~SvXMLNumFmtHelper | ( | ) |
Definition at line 2096 of file xmlnumfi.cxx.
References pData.
SvXMLStyleContext * SvXMLNumFmtHelper::CreateChildContext | ( | SvXMLImport & | rImport, |
sal_Int32 | nElement, | ||
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, | ||
SvXMLStylesContext & | rStyles | ||
) |
Definition at line 2103 of file xmlnumfi.cxx.
References BOOLEAN_STYLE, CURRENCY_STYLE, DATE_STYLE, NUMBER, NUMBER_STYLE, pData, PERCENTAGE_STYLE, TEXT_STYLE, TIME_STYLE, xmloff::token::XML_BOOLEAN_STYLE, xmloff::token::XML_CURRENCY_STYLE, xmloff::token::XML_DATE_STYLE, XML_ELEMENT, xmloff::token::XML_NUMBER_STYLE, xmloff::token::XML_PERCENTAGE_STYLE, xmloff::token::XML_TEXT_STYLE, and xmloff::token::XML_TIME_STYLE.
Referenced by SvXMLStylesContext::CreateStyleChildContext().
|
inline |
Definition at line 90 of file xmlnumfi.hxx.
LanguageType SvXMLNumFmtHelper::GetLanguageForKey | ( | sal_Int32 | nKey | ) |
Definition at line 2140 of file xmlnumfi.cxx.
References SvNumberformat::GetLanguage(), LANGUAGE_SYSTEM, and pData.
|
private |
Definition at line 72 of file xmlnumfi.hxx.
Referenced by CreateChildContext(), GetLanguageForKey(), and ~SvXMLNumFmtHelper().