LibreOffice Module sc (master) 1
|
#include <xmldpimp.hxx>
Public Member Functions | |
ScXMLDataPilotSubTotalsContext (ScXMLImport &rImport, ScXMLDataPilotFieldContext *pDataPilotField) | |
virtual | ~ScXMLDataPilotSubTotalsContext () 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 | AddFunction (ScGeneralFunction nFunction) |
void | SetDisplayName (const OUString &rName) |
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 |
std::vector< ScGeneralFunction > | maFunctions |
OUString | maDisplayName |
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 350 of file xmldpimp.hxx.
ScXMLDataPilotSubTotalsContext::ScXMLDataPilotSubTotalsContext | ( | ScXMLImport & | rImport, |
ScXMLDataPilotFieldContext * | pDataPilotField | ||
) |
Definition at line 1225 of file xmldpimp.cxx.
|
overridevirtual |
Definition at line 1234 of file xmldpimp.cxx.
void ScXMLDataPilotSubTotalsContext::AddFunction | ( | ScGeneralFunction | nFunction | ) |
Definition at line 1262 of file xmldpimp.cxx.
References maFunctions.
Referenced by ScXMLDataPilotSubTotalContext::ScXMLDataPilotSubTotalContext().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 1238 of file xmldpimp.cxx.
References sax_fastparser::castToFastAttributeList(), ScXMLImportContext::GetScImport(), TABLE, XML_DATA_PILOT_SUBTOTAL, and XML_ELEMENT.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 1255 of file xmldpimp.cxx.
References maDisplayName, maFunctions, pDataPilotField, ScXMLDataPilotFieldContext::SetSubTotalName(), and ScXMLDataPilotFieldContext::SetSubTotals().
void ScXMLDataPilotSubTotalsContext::SetDisplayName | ( | const OUString & | rName | ) |
Definition at line 1267 of file xmldpimp.cxx.
References maDisplayName.
Referenced by ScXMLDataPilotSubTotalContext::ScXMLDataPilotSubTotalContext().
|
private |
Definition at line 355 of file xmldpimp.hxx.
Referenced by endFastElement(), and SetDisplayName().
|
private |
Definition at line 354 of file xmldpimp.hxx.
Referenced by AddFunction(), and endFastElement().
|
private |
Definition at line 352 of file xmldpimp.hxx.
Referenced by endFastElement().