LibreOffice Module sc (master) 1
|
#include <xmldpimp.hxx>
Public Member Functions | |
ScXMLDataPilotGroupContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLDataPilotFieldContext *pDataPilotField) | |
virtual | ~ScXMLDataPilotGroupContext () override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) override |
void | AddMember (const OUString &sMember) |
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 | |
ScXMLDataPilotFieldContext * | pDataPilotField |
OUString | sName |
::std::vector< OUString > | aMembers |
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 434 of file xmldpimp.hxx.
ScXMLDataPilotGroupContext::ScXMLDataPilotGroupContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList, | ||
ScXMLDataPilotFieldContext * | pDataPilotField | ||
) |
Definition at line 1499 of file xmldpimp.cxx.
References sName, TABLE, XML_ELEMENT, and XML_NAME.
|
overridevirtual |
Definition at line 1513 of file xmldpimp.cxx.
|
inline |
Definition at line 454 of file xmldpimp.hxx.
References aMembers.
Referenced by ScXMLDataPilotGroupMemberContext::endFastElement().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 1517 of file xmldpimp.cxx.
References sax_fastparser::castToFastAttributeList(), ScXMLImportContext::GetScImport(), TABLE, XML_DATA_PILOT_GROUP_MEMBER, XML_DATA_PILOT_MEMBER, and XML_ELEMENT.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 1533 of file xmldpimp.cxx.
References ScXMLDataPilotFieldContext::AddGroup(), aMembers, pDataPilotField, and sName.
|
private |
Definition at line 439 of file xmldpimp.hxx.
Referenced by AddMember(), and endFastElement().
|
private |
Definition at line 436 of file xmldpimp.hxx.
Referenced by endFastElement().
|
private |
Definition at line 438 of file xmldpimp.hxx.
Referenced by endFastElement(), and ScXMLDataPilotGroupContext().