LibreOffice Module xmloff (master)
1
|
#include <ximpshap.hxx>
Public Member Functions | |
SdXMLPluginShapeContext (SvXMLImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::drawing::XShapes > const &rShapes) | |
virtual | ~SdXMLPluginShapeContext () 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 > &xAttrList) override |
virtual bool | processAttribute (const sax_fastparser::FastAttributeList::FastAttributeIter &) override |
const OUString & | getMimeType () const |
![]() | |
SdXMLShapeContext (SvXMLImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::drawing::XShapes > const &rShapes, bool bTemporaryShape) | |
virtual | ~SdXMLShapeContext () override |
![]() | |
SvXMLShapeContext (SvXMLImport &rImp, bool bTemporaryShape) | |
const css::uno::Reference< css::drawing::XShape > & | getShape () const |
void | setHyperlink (const OUString &rHyperlink) |
![]() | |
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 | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) 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 () final override throw () |
virtual void SAL_CALL | release () final override throw () |
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 | |
OUString | maMimeType |
OUString | maHref |
bool | mbMedia |
css::uno::Sequence< css::beans::PropertyValue > | maParams |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
![]() | |
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... | |
![]() | |
css::uno::Reference< css::drawing::XShape > | mxShape |
bool | mbTemporaryShape |
OUString | msHyperlink |
Definition at line 494 of file ximpshap.hxx.
SdXMLPluginShapeContext::SdXMLPluginShapeContext | ( | SvXMLImport & | rImport, |
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, | ||
css::uno::Reference< css::drawing::XShapes > const & | rShapes | ||
) |
Definition at line 2830 of file ximpshap.cxx.
|
overridevirtual |
Definition at line 2838 of file ximpshap.cxx.
|
overridevirtual |
Reimplemented from SdXMLShapeContext.
Definition at line 3042 of file ximpshap.cxx.
References sax_fastparser::castToFastAttributeList(), SdXMLShapeContext::createFastChildContext(), DRAW, SvXMLImportContext::GetImport(), maParams, nIndex, SvXMLImportContext::SvXMLImportContext(), XML_ELEMENT, xmloff::token::XML_NAME, xmloff::token::XML_PARAM, and xmloff::token::XML_VALUE.
|
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 2937 of file ximpshap.cxx.
References Any, SdXMLShapeContext::endFastElement(), maHref, maMimeType, maParams, SdXMLShapeContext::maSize, mbMedia, SvXMLShapeContext::mxShape, and SdXMLShapeContext::SetThumbnail().
|
inline |
Definition at line 521 of file ximpshap.hxx.
References maMimeType.
Referenced by SdXMLFrameShapeContext::createFastChildContext().
|
overridevirtual |
Reimplemented from SdXMLShapeContext.
Definition at line 2921 of file ximpshap.cxx.
References DRAW, SvXMLImportContext::GetImport(), sax_fastparser::FastAttributeList::FastAttributeIter::getToken(), lcl_GetMediaReference(), maHref, maMimeType, SdXMLShapeContext::processAttribute(), sax_fastparser::FastAttributeList::FastAttributeIter::toString(), XML_ELEMENT, xmloff::token::XML_HREF, and xmloff::token::XML_MIME_TYPE.
|
overridevirtual |
Reimplemented from SdXMLShapeContext.
Definition at line 2842 of file ximpshap.cxx.
References SdXMLShapeContext::AddShape(), sax_fastparser::castToFastAttributeList(), DRAW, SvXMLImportContext::GetImport(), SvXMLImport::GetShapeImport(), xmloff::token::IsXMLToken(), SdXMLShapeContext::maPresentationClass, SdXMLShapeContext::mbIsPlaceholder, SdXMLShapeContext::mbIsUserTransformed, mbMedia, SdXMLShapeContext::mxAttrList, SvXMLShapeContext::mxShape, SdXMLShapeContext::mxShapes, SdXMLShapeContext::SetLayer(), SdXMLShapeContext::SetTransformation(), XML_ELEMENT, xmloff::token::XML_MIME_TYPE, and xmloff::token::XML_OBJECT.
|
private |
Definition at line 498 of file ximpshap.hxx.
Referenced by endFastElement(), and processAttribute().
|
private |
Definition at line 497 of file ximpshap.hxx.
Referenced by endFastElement(), getMimeType(), and processAttribute().
|
private |
Definition at line 501 of file ximpshap.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 499 of file ximpshap.hxx.
Referenced by endFastElement(), and startFastElement().