24#include <com/sun/star/drawing/XShapes.hpp>
25#include <com/sun/star/office/XAnnotationAccess.hpp>
32 css::uno::Reference< css::drawing::XShapes >
mxShapes;
43 void SetStyle( OUString
const & rStyleName );
62 const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList,
63 css::uno::Reference< css::drawing::XShapes >
const & rShapes);
66 virtual void SAL_CALL
startFastElement( sal_Int32 nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList )
override;
68 sal_Int32 nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList )
override;
SdXMLGenericPageContext(SvXMLImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::drawing::XShapes > const &rShapes)
OUString maUseHeaderDeclName
SdXMLImport & GetSdImport()
void SetNavigationOrder()
const SdXMLImport & GetSdImport() const
css::uno::Reference< css::drawing::XShapes > & GetLocalShapesContext()
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 ...
void SetLayout()
sets the presentation layout at this page.
virtual ~SdXMLGenericPageContext() override
css::uno::Reference< css::drawing::XShapes > mxShapes
OUString maUseDateTimeDeclName
void DeleteAllShapes()
deletes all shapes on this drawing page
virtual void SAL_CALL startFastElement(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
OUString maUseFooterDeclName
css::uno::Reference< css::office::XAnnotationAccess > mxAnnotationAccess
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override
void SetPageMaster(OUString const &rsPageMasterName)
sets the properties from a page master style with the given name on this contexts page
const css::uno::Reference< css::drawing::XShapes > & GetLocalShapesContext() const
OUString maPageLayoutName
void SetStyle(OUString const &rStyleName)
sets the page style on this page
This class deliberately does not support XWeak, to improve performance when loading large documents.
SvXMLImport & GetImport()