LibreOffice Module xmloff (master) 1
Public Member Functions | Protected Member Functions | Protected Attributes | Private Attributes | List of all members
SdXMLGenericPageContext Class Reference

#include <ximppage.hxx>

Inheritance diagram for SdXMLGenericPageContext:
[legend]
Collaboration diagram for SdXMLGenericPageContext:
[legend]

Public Member Functions

 SdXMLGenericPageContext (SvXMLImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::drawing::XShapes > const &rShapes)
 
virtual ~SdXMLGenericPageContext () override
 
virtual void SAL_CALL startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) 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
 endFastElement is called before a context will be destructed, but after an elements context has been parsed. More...
 
const css::uno::Reference< css::drawing::XShapes > & GetLocalShapesContext () const
 
css::uno::Reference< css::drawing::XShapes > & GetLocalShapesContext ()
 
- Public Member Functions inherited from SvXMLImportContext
 SvXMLImportContext (SvXMLImport &rImport)
 A contexts constructor does anything that is required if an element starts. More...
 
virtual ~SvXMLImportContext ()
 A contexts destructor does anything that is required if an element ends. More...
 
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
 endFastElement is called before a context will be destructed, but after an elements context has been parsed. More...
 
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
 This method is called for all characters that are contained in the current element. More...
 
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
 

Protected Member Functions

void SetStyle (OUString const &rStyleName)
 sets the page style on this page More...
 
void SetLayout ()
 sets the presentation layout at this page. More...
 
void DeleteAllShapes ()
 deletes all shapes on this drawing page More...
 
const SdXMLImportGetSdImport () const
 
SdXMLImportGetSdImport ()
 
void SetPageMaster (OUString const &rsPageMasterName)
 sets the properties from a page master style with the given name on this contexts page More...
 
void SetNavigationOrder ()
 
- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 

Protected Attributes

OUString maPageLayoutName
 
OUString maUseHeaderDeclName
 
OUString maUseFooterDeclName
 
OUString maUseDateTimeDeclName
 
OUString msNavOrder
 

Private Attributes

css::uno::Reference< css::drawing::XShapes > mxShapes
 
css::uno::Reference< css::office::XAnnotationAccess > mxAnnotationAccess
 

Detailed Description

Definition at line 29 of file ximppage.hxx.

Constructor & Destructor Documentation

◆ SdXMLGenericPageContext()

SdXMLGenericPageContext::SdXMLGenericPageContext ( SvXMLImport rImport,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList,
css::uno::Reference< css::drawing::XShapes > const &  rShapes 
)

◆ ~SdXMLGenericPageContext()

SdXMLGenericPageContext::~SdXMLGenericPageContext ( )
overridevirtual

Definition at line 232 of file ximppage.cxx.

Member Function Documentation

◆ createFastChildContext()

css::uno::Reference< css::xml::sax::XFastContextHandler > SdXMLGenericPageContext::createFastChildContext ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  AttrList 
)
overridevirtual

◆ DeleteAllShapes()

void SdXMLGenericPageContext::DeleteAllShapes ( )
protected

deletes all shapes on this drawing page

Definition at line 450 of file ximppage.cxx.

References mxShapes.

Referenced by SdXMLDrawPageContext::SdXMLDrawPageContext(), and SdXMLMasterPageContext::SdXMLMasterPageContext().

◆ endFastElement()

void SdXMLGenericPageContext::endFastElement ( sal_Int32  Element)
overridevirtual

endFastElement is called before a context will be destructed, but after an elements context has been parsed.

It may be used for actions that require virtual methods. The default is to do nothing.

Reimplemented from SvXMLImportContext.

Reimplemented in SdXMLDrawPageContext, and SdXMLMasterPageContext.

Definition at line 273 of file ximppage.cxx.

References Any, DATA_STYLE, SvXMLStylesContext::FindStyleChildContext(), SdXMLNumberFormatImportContext::GetDrawKey(), SvXMLImportContext::GetImport(), GetSdImport(), maUseDateTimeDeclName, maUseFooterDeclName, maUseHeaderDeclName, mxShapes, SetNavigationOrder(), TOOLS_WARN_EXCEPTION, and u.

Referenced by SdXMLDrawPageContext::endFastElement(), and SdXMLMasterPageContext::endFastElement().

◆ GetLocalShapesContext() [1/2]

css::uno::Reference< css::drawing::XShapes > & SdXMLGenericPageContext::GetLocalShapesContext ( )
inline

Definition at line 73 of file ximppage.hxx.

References mxShapes.

◆ GetLocalShapesContext() [2/2]

const css::uno::Reference< css::drawing::XShapes > & SdXMLGenericPageContext::GetLocalShapesContext ( ) const
inline

◆ GetSdImport() [1/2]

SdXMLImport & SdXMLGenericPageContext::GetSdImport ( )
inlineprotected

Definition at line 52 of file ximppage.hxx.

References SvXMLImportContext::GetImport().

◆ GetSdImport() [2/2]

const SdXMLImport & SdXMLGenericPageContext::GetSdImport ( ) const
inlineprotected

◆ SetLayout()

void SdXMLGenericPageContext::SetLayout ( )
protected

sets the presentation layout at this page.

It is used for drawing pages and for the handout master

Definition at line 406 of file ximppage.cxx.

References aPropName, GetSdImport(), maPageLayoutName, mxShapes, nType, and SD_PRESENTATIONPAGELAYOUT_ID.

Referenced by SdXMLDrawPageContext::SdXMLDrawPageContext(), and SdXMLMasterPageContext::SdXMLMasterPageContext().

◆ SetNavigationOrder()

void SdXMLGenericPageContext::SetNavigationOrder ( )
protected

◆ SetPageMaster()

void SdXMLGenericPageContext::SetPageMaster ( OUString const &  rsPageMasterName)
protected

◆ SetStyle()

void SdXMLGenericPageContext::SetStyle ( OUString const &  rStyleName)
protected

◆ startFastElement()

void SdXMLGenericPageContext::startFastElement ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overridevirtual

Reimplemented from SvXMLImportContext.

Definition at line 236 of file ximppage.cxx.

References SvXMLImportContext::GetImport(), and mxShapes.

Member Data Documentation

◆ maPageLayoutName

OUString SdXMLGenericPageContext::maPageLayoutName
protected

◆ maUseDateTimeDeclName

OUString SdXMLGenericPageContext::maUseDateTimeDeclName
protected

◆ maUseFooterDeclName

OUString SdXMLGenericPageContext::maUseFooterDeclName
protected

◆ maUseHeaderDeclName

OUString SdXMLGenericPageContext::maUseHeaderDeclName
protected

◆ msNavOrder

OUString SdXMLGenericPageContext::msNavOrder
protected

Definition at line 40 of file ximppage.hxx.

Referenced by SdXMLGenericPageContext(), and SetNavigationOrder().

◆ mxAnnotationAccess

css::uno::Reference< css::office::XAnnotationAccess > SdXMLGenericPageContext::mxAnnotationAccess
private

Definition at line 33 of file ximppage.hxx.

Referenced by createFastChildContext().

◆ mxShapes

css::uno::Reference< css::drawing::XShapes > SdXMLGenericPageContext::mxShapes
private

The documentation for this class was generated from the following files: