LibreOffice Module sc (master) 1
|
#include <xmllabri.hxx>
Public Member Functions | |
ScXMLLabelRangeContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList) | |
virtual | ~ScXMLLabelRangeContext () override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) override |
Public Member Functions inherited from ScXMLImportContext | |
ScXMLImportContext (SvXMLImport &rImport) | |
Public Member Functions inherited from SvXMLImportContext | |
SvXMLImportContext (SvXMLImport &rImport) | |
virtual | ~SvXMLImportContext () |
virtual void SAL_CALL | startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
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 | endFastElement (sal_Int32 Element) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) 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 void SAL_CALL | characters (const OUString &aChars) 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 | |
OUString | sLabelRangeStr |
OUString | sDataRangeStr |
bool | bColumnOrientation |
Additional Inherited Members | |
Protected Member Functions inherited from ScXMLImportContext | |
ScXMLImport & | GetScImport () |
const ScXMLImport & | GetScImport () const |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 40 of file xmllabri.hxx.
ScXMLLabelRangeContext::ScXMLLabelRangeContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList | ||
) |
Definition at line 57 of file xmllabri.cxx.
References bColumnOrientation, IsXMLToken(), sDataRangeStr, sLabelRangeStr, TABLE, XML_COLUMN, XML_DATA_CELL_RANGE_ADDRESS, XML_ELEMENT, XML_LABEL_CELL_RANGE_ADDRESS, and XML_ORIENTATION.
|
overridevirtual |
Definition at line 83 of file xmllabri.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 87 of file xmllabri.cxx.
References ScXMLImport::AddLabelRange(), bColumnOrientation, ScXMLImportContext::GetScImport(), sDataRangeStr, and sLabelRangeStr.
|
private |
Definition at line 45 of file xmllabri.hxx.
Referenced by endFastElement(), and ScXMLLabelRangeContext().
|
private |
Definition at line 44 of file xmllabri.hxx.
Referenced by endFastElement(), and ScXMLLabelRangeContext().
|
private |
Definition at line 43 of file xmllabri.hxx.
Referenced by endFastElement(), and ScXMLLabelRangeContext().