LibreOffice Module xmloff (master)
1
|
Public Member Functions | |
SdXMLNumberFormatMemberImportContext (SvXMLImport &rImport, sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, SdXMLNumberFormatImportContext *pParent, const SvXMLImportContextRef &rSlaveContext) | |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override |
virtual void SAL_CALL | startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &) override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) override |
endFastElement is called before a context will be destructed, but after an elements context has been parsed. More... | |
virtual void SAL_CALL | characters (const OUString &rChars) override |
This method is called for all characters that are contained in the current element. More... | |
![]() | |
SvXMLImportContext (SvXMLImport &rImport) | |
A contexts constructor does anything that is required if an element starts. More... | |
virtual | ~SvXMLImportContext () |
A contexts destructor does anything that is required if an element ends. More... | |
virtual void SAL_CALL | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) final override |
virtual void SAL_CALL | acquire () noexcept final override |
virtual void SAL_CALL | release () noexcept final override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () final override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () final override |
Private Attributes | |
SdXMLNumberFormatImportContext * | mpParent |
OUString | maNumberStyle |
bool | mbLong |
bool | mbTextual |
bool | mbDecimal02 |
OUString | maText |
SvXMLImportContextRef | mxSlaveContext |
Additional Inherited Members | |
![]() | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 486 of file XMLNumberStyles.cxx.
SdXMLNumberFormatMemberImportContext::SdXMLNumberFormatMemberImportContext | ( | SvXMLImport & | rImport, |
sal_Int32 | nElement, | ||
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, | ||
SdXMLNumberFormatImportContext * | pParent, | ||
const SvXMLImportContextRef & | rSlaveContext | ||
) |
Definition at line 518 of file XMLNumberStyles.cxx.
References sax_fastparser::castToFastAttributeList(), xmloff::token::IsXMLToken(), mbDecimal02, mbLong, mbTextual, mpParent, NUMBER, xmloff::token::XML_2, xmloff::token::XML_DECIMAL_PLACES, XML_ELEMENT, xmloff::token::XML_LONG, xmloff::token::XML_STYLE, xmloff::token::XML_TEXTUAL, xmloff::token::XML_TRUE, and XMLOFF_WARN_UNKNOWN.
|
overridevirtual |
This method is called for all characters that are contained in the current element.
The default is to ignore them.
Reimplemented from SvXMLImportContext.
Definition at line 575 of file XMLNumberStyles.cxx.
References maText, and mxSlaveContext.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 553 of file XMLNumberStyles.cxx.
References mxSlaveContext.
|
overridevirtual |
endFastElement is called before a context will be destructed, but after an elements context has been parsed.
It may be used for actions that require virtual methods. The default is to do nothing.
Reimplemented from SvXMLImportContext.
Definition at line 567 of file XMLNumberStyles.cxx.
References SdXMLNumberFormatImportContext::add(), maNumberStyle, maText, mbDecimal02, mbLong, mbTextual, mpParent, and mxSlaveContext.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 560 of file XMLNumberStyles.cxx.
References mxSlaveContext.
|
private |
Definition at line 491 of file XMLNumberStyles.cxx.
Referenced by endFastElement().
|
private |
Definition at line 495 of file XMLNumberStyles.cxx.
Referenced by characters(), and endFastElement().
|
private |
Definition at line 494 of file XMLNumberStyles.cxx.
Referenced by endFastElement(), and SdXMLNumberFormatMemberImportContext().
|
private |
Definition at line 492 of file XMLNumberStyles.cxx.
Referenced by endFastElement(), and SdXMLNumberFormatMemberImportContext().
|
private |
Definition at line 493 of file XMLNumberStyles.cxx.
Referenced by endFastElement(), and SdXMLNumberFormatMemberImportContext().
|
private |
Definition at line 489 of file XMLNumberStyles.cxx.
Referenced by endFastElement().
|
private |
Definition at line 496 of file XMLNumberStyles.cxx.
Referenced by characters(), createFastChildContext(), endFastElement(), and startFastElement().