LibreOffice Module sc (master) 1
|
#include <XMLTableHeaderFooterContext.hxx>
Public Member Functions | |
XMLTableHeaderFooterContext (SvXMLImport &rImport, sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, const css::uno::Reference< css::beans::XPropertySet > &rPageStylePropSet, bool bFooter, bool bLft, bool bFirst) | |
virtual | ~XMLTableHeaderFooterContext () override |
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 | endFastElement (sal_Int32 nElement) override |
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 | |
css::uno::Reference< css::text::XTextCursor > | xTextCursor |
css::uno::Reference< css::text::XTextCursor > | xOldTextCursor |
css::uno::Reference< css::beans::XPropertySet > | xPropSet |
css::uno::Reference< css::sheet::XHeaderFooterContent > | xHeaderFooterContent |
OUString | sCont |
bool | bContainsLeft |
bool | bContainsRight |
bool | bContainsCenter |
Additional Inherited Members | |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 30 of file XMLTableHeaderFooterContext.hxx.
XMLTableHeaderFooterContext::XMLTableHeaderFooterContext | ( | SvXMLImport & | rImport, |
sal_Int32 | nElement, | ||
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, | ||
const css::uno::Reference< css::beans::XPropertySet > & | rPageStylePropSet, | ||
bool | bFooter, | ||
bool | bLft, | ||
bool | bFirst | ||
) |
Definition at line 40 of file XMLTableHeaderFooterContext.cxx.
References sax_fastparser::castToFastAttributeList(), IsXMLToken(), SC_UNO_PAGE_FIRSTFTRCONT, SC_UNO_PAGE_FIRSTFTRSHARED, SC_UNO_PAGE_FIRSTHDRCONT, SC_UNO_PAGE_FIRSTHDRSHARED, SC_UNO_PAGE_FTRON, SC_UNO_PAGE_FTRSHARED, SC_UNO_PAGE_HDRON, SC_UNO_PAGE_HDRSHARED, SC_UNO_PAGE_LEFTFTRCONT, SC_UNO_PAGE_LEFTHDRCONT, SC_UNO_PAGE_RIGHTFTRCON, SC_UNO_PAGE_RIGHTHDRCON, sCont, STYLE, xHeaderFooterContent, XML_DISPLAY, XML_ELEMENT, XML_TRUE, XMLOFF_WARN_UNKNOWN, and xPropSet.
|
overridevirtual |
Definition at line 103 of file XMLTableHeaderFooterContext.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 107 of file XMLTableHeaderFooterContext.cxx.
References bContainsCenter, bContainsLeft, bContainsRight, SvXMLImportContext::GetImport(), STYLE, TEXT, xHeaderFooterContent, XML_ELEMENT, XML_P, XML_REGION_CENTER, XML_REGION_LEFT, XML_REGION_RIGHT, XMLOFF_WARN_UNKNOWN_ELEMENT, xOldTextCursor, and xTextCursor.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 162 of file XMLTableHeaderFooterContext.cxx.
References bContainsCenter, bContainsLeft, bContainsRight, SvXMLImportContext::GetImport(), sCont, xHeaderFooterContent, xOldTextCursor, and xPropSet.
|
private |
Definition at line 41 of file XMLTableHeaderFooterContext.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 39 of file XMLTableHeaderFooterContext.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 40 of file XMLTableHeaderFooterContext.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 37 of file XMLTableHeaderFooterContext.hxx.
Referenced by endFastElement(), and XMLTableHeaderFooterContext().
|
private |
Definition at line 35 of file XMLTableHeaderFooterContext.hxx.
Referenced by createFastChildContext(), endFastElement(), and XMLTableHeaderFooterContext().
|
private |
Definition at line 33 of file XMLTableHeaderFooterContext.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 34 of file XMLTableHeaderFooterContext.hxx.
Referenced by endFastElement(), and XMLTableHeaderFooterContext().
|
private |
Definition at line 32 of file XMLTableHeaderFooterContext.hxx.
Referenced by createFastChildContext().