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

#include <ximp3dscene.hxx>

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

Public Member Functions

 SdXML3DSceneShapeContext (SvXMLImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::drawing::XShapes > const &rShapes, bool bTemporaryShape)
 
virtual ~SdXML3DSceneShapeContext () 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 startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) 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...
 
- Public Member Functions inherited from SdXMLShapeContext
 SdXMLShapeContext (SvXMLImport &rImport, css::uno::Reference< css::xml::sax::XFastAttributeList > xAttrList, css::uno::Reference< css::drawing::XShapes > xShapes, bool bTemporaryShape)
 
virtual ~SdXMLShapeContext () override
 
virtual void SAL_CALL startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) 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...
 
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 bool processAttribute (const sax_fastparser::FastAttributeList::FastAttributeIter &)
 
- Public Member Functions inherited from SvXMLShapeContext
 SvXMLShapeContext (SvXMLImport &rImp, bool bTemporaryShape)
 
const css::uno::Reference< css::drawing::XShape > & getShape () const
 
void setHyperlink (const OUString &rHyperlink)
 
- 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
 
- Public Member Functions inherited from SdXML3DSceneAttributesHelper
 SdXML3DSceneAttributesHelper (SvXMLImport &rImporter)
 
SvXMLImportContextcreate3DLightContext (const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
 creates a 3d light context and adds it to the internal list for later processing More...
 
void processSceneAttribute (const sax_fastparser::FastAttributeList::FastAttributeIter &aIter)
 this should be called for each scene attribute More...
 
void setSceneAttributes (const css::uno::Reference< css::beans::XPropertySet > &xPropSet)
 this sets the scene attributes at this propertyset More...
 

Private Attributes

css::uno::Reference< css::drawing::XShapes > mxChildren
 

Additional Inherited Members

- Protected Member Functions inherited from SdXMLShapeContext
void SetStyle (bool bSupportsStyle=true)
 if bSupportsStyle is false, auto styles will be set but not a style More...
 
void SetLayer ()
 
void SetThumbnail ()
 
void AddShape (css::uno::Reference< css::drawing::XShape > &xShape)
 
void AddShape (OUString const &serviceName)
 
void SetTransformation ()
 
void addGluePoint (const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
 
bool isPresentationShape () const
 
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 
- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 
- Protected Attributes inherited from SdXMLShapeContext
css::uno::Reference< css::drawing::XShapes > mxShapes
 
css::uno::Reference< css::text::XTextCursor > mxCursor
 
css::uno::Reference< css::text::XTextCursor > mxOldCursor
 
css::uno::Reference< css::xml::sax::XFastAttributeList > mxAttrList
 
css::uno::Reference< css::container::XIdentifierContainer > mxGluePoints
 
css::uno::Reference< css::document::XActionLockable > mxLockable
 
OUString maDrawStyleName
 
OUString maTextStyleName
 
OUString maPresentationClass
 
OUString maShapeName
 
OUString maThumbnailURL
 
bool mbListContextPushed
 whether to restore list context (#91964#) More...
 
XmlStyleFamily mnStyleFamily
 
bool mbIsPlaceholder
 
bool mbClearDefaultAttributes
 
bool mbIsUserTransformed
 
sal_Int32 mnZOrder
 
OUString maShapeId
 
OUString maLayerName
 
SdXMLImExTransform2D mnTransform
 
css::awt::Size maSize
 
sal_Int16 mnRelWidth
 
sal_Int16 mnRelHeight
 
css::awt::Point maPosition
 
basegfx::B2DHomMatrix maUsedTransformation
 
bool mbVisible
 
bool mbPrintable
 
bool mbHaveXmlId
 
bool mbTextBox
 If the text of this shape is handled by a Writer TextFrame. More...
 
- Protected Attributes inherited from SvXMLShapeContext
css::uno::Reference< css::drawing::XShape > mxShape
 
bool mbTemporaryShape
 
OUString msHyperlink
 
- Protected Attributes inherited from SdXML3DSceneAttributesHelper
SvXMLImport & mrImport
 
::std::vector< rtl::Reference< SdXML3DLightContext > > maList
 
css::drawing::HomogenMatrix mxHomMat
 
bool mbSetTransform
 
css::drawing::ProjectionMode mxPrjMode
 
sal_Int32 mnDistance
 
sal_Int32 mnFocalLength
 
sal_Int32 mnShadowSlant
 
css::drawing::ShadeMode mxShadeMode
 
sal_Int32 maAmbientColor
 
bool mbLightingMode
 
::basegfx::B3DVector maVRP
 
::basegfx::B3DVector maVPN
 
::basegfx::B3DVector maVUP
 
bool mbVRPUsed
 

Detailed Description

Definition at line 28 of file ximp3dscene.hxx.

Constructor & Destructor Documentation

◆ SdXML3DSceneShapeContext()

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

Definition at line 94 of file ximp3dscene.cxx.

◆ ~SdXML3DSceneShapeContext()

SdXML3DSceneShapeContext::~SdXML3DSceneShapeContext ( )
overridevirtual

Definition at line 103 of file ximp3dscene.cxx.

Member Function Documentation

◆ createFastChildContext()

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

◆ endFastElement()

void SdXML3DSceneShapeContext::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 SdXMLShapeContext.

Definition at line 140 of file ximp3dscene.cxx.

References SdXMLShapeContext::endFastElement(), SdXMLShapeContext::GetImport(), mxChildren, SvXMLShapeContext::mxShape, and SdXML3DSceneAttributesHelper::setSceneAttributes().

◆ startFastElement()

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

Member Data Documentation

◆ mxChildren

css::uno::Reference< css::drawing::XShapes > SdXML3DSceneShapeContext::mxChildren
private

Definition at line 32 of file ximp3dscene.hxx.

Referenced by createFastChildContext(), endFastElement(), and startFastElement().


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