LibreOffice Module xmloff (master)
1
|
#include <ximpshap.hxx>
Public Member Functions | |
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 |
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 &) |
![]() | |
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 |
Protected Member Functions | |
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 |
Protected Attributes | |
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 44 of file ximpshap.hxx.
SdXMLShapeContext::SdXMLShapeContext | ( | SvXMLImport & | rImport, |
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, | ||
css::uno::Reference< css::drawing::XShapes > const & | rShapes, | ||
bool | bTemporaryShape | ||
) |
Definition at line 142 of file ximpshap.cxx.
References maPosition, maSize, mbVisible, and SD_GRAPHICS_ID.
|
overridevirtual |
Definition at line 168 of file ximpshap.cxx.
|
protected |
Definition at line 243 of file ximpshap.cxx.
References aXML_GlueAlignment_EnumMap, aXML_GlueEscapeDirection_EnumMap, sax_fastparser::castToFastAttributeList(), SvXMLUnitConverter::convertEnum(), SvXMLUnitConverter::convertMeasureToCore(), DBG_UNHANDLED_EXCEPTION, DRAW, SvXMLImportContext::GetImport(), SvXMLImport::GetMM100UnitConverter(), SvXMLImport::GetShapeImport(), mxGluePoints, SvXMLShapeContext::mxShape, nId, SVG, xmloff::token::XML_ALIGN, XML_ELEMENT, xmloff::token::XML_ESCAPE_DIRECTION, xmloff::token::XML_ID, xmloff::token::XML_X, xmloff::token::XML_Y, and XMLOFF_WARN_UNKNOWN.
Referenced by SdXMLGroupShapeContext::createFastChildContext(), and createFastChildContext().
|
protected |
Referenced by AddShape(), SdXMLGroupShapeContext::startFastElement(), SdXML3DSceneShapeContext::startFastElement(), SdXML3DCubeObjectShapeContext::startFastElement(), SdXML3DSphereObjectShapeContext::startFastElement(), SdXML3DLatheObjectShapeContext::startFastElement(), SdXML3DExtrudeObjectShapeContext::startFastElement(), SdXMLRectShapeContext::startFastElement(), SdXMLLineShapeContext::startFastElement(), SdXMLEllipseShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), SdXMLPathShapeContext::startFastElement(), SdXMLTextBoxShapeContext::startFastElement(), SdXMLControlShapeContext::startFastElement(), SdXMLConnectorShapeContext::startFastElement(), SdXMLMeasureShapeContext::startFastElement(), SdXMLPageShapeContext::startFastElement(), SdXMLCaptionShapeContext::startFastElement(), SdXMLGraphicObjectShapeContext::startFastElement(), SdXMLChartShapeContext::startFastElement(), SdXMLObjectShapeContext::startFastElement(), SdXMLAppletShapeContext::startFastElement(), SdXMLPluginShapeContext::startFastElement(), SdXMLFloatingFrameShapeContext::startFastElement(), SdXMLCustomShapeContext::startFastElement(), and SdXMLTableShapeContext::startFastElement().
|
protected |
Definition at line 469 of file ximpshap.cxx.
References AddShape(), args, aSeq, SvXMLImport::GetDocumentBase(), SvXMLImportContext::GetImport(), SvXMLImport::SetError(), XMLERROR_API, and XMLERROR_FLAG_ERROR.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Reimplemented in SdXMLTableShapeContext, SdXMLCustomShapeContext, SdXMLFrameShapeContext, SdXMLPluginShapeContext, SdXMLAppletShapeContext, SdXMLObjectShapeContext, SdXMLChartShapeContext, SdXMLGraphicObjectShapeContext, SdXMLGroupShapeContext, and SdXML3DSceneShapeContext.
Definition at line 172 of file ximpshap.cxx.
References addGluePoint(), DRAW, SvXMLImportContext::GetImport(), SvXMLImport::GetTextImport(), maThumbnailURL, mbListContextPushed, mbTextBox, mxCursor, mxOldCursor, SvXMLShapeContext::mxShape, OFFICE, Shape, SVG, TextBox, xmloff::token::XML_DESC, XML_ELEMENT, xmloff::token::XML_EVENT_LISTENERS, xmloff::token::XML_GLUE_POINT, xmloff::token::XML_HREF, xmloff::token::XML_QRCODE, xmloff::token::XML_SIGNATURELINE, xmloff::token::XML_THUMBNAIL, xmloff::token::XML_TITLE, and XMLOFF_WARN_UNKNOWN_ELEMENT.
Referenced by SdXMLGraphicObjectShapeContext::createFastChildContext(), SdXMLObjectShapeContext::createFastChildContext(), SdXMLAppletShapeContext::createFastChildContext(), SdXMLPluginShapeContext::createFastChildContext(), SdXMLFrameShapeContext::createFastChildContext(), SdXMLCustomShapeContext::createFastChildContext(), and SdXMLTableShapeContext::createFastChildContext().
|
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 SdXMLTableShapeContext, SdXMLCustomShapeContext, SdXMLFrameShapeContext, SdXMLFloatingFrameShapeContext, SdXMLPluginShapeContext, SdXMLAppletShapeContext, SdXMLObjectShapeContext, SdXMLChartShapeContext, SdXMLGraphicObjectShapeContext, SdXMLMeasureShapeContext, SdXML3DSceneShapeContext, and SdXMLGroupShapeContext.
Definition at line 326 of file ximpshap.cxx.
References Any, aProperties, DBG_UNHANDLED_EXCEPTION, Exception, SvXMLImportContext::GetImport(), SvXMLImport::GetTextImport(), mbListContextPushed, SvXMLShapeContext::msHyperlink, mxCursor, mxLockable, mxOldCursor, and SvXMLShapeContext::mxShape.
Referenced by SdXMLGroupShapeContext::endFastElement(), SdXML3DSceneShapeContext::endFastElement(), SdXMLMeasureShapeContext::endFastElement(), SdXMLGraphicObjectShapeContext::endFastElement(), SdXMLChartShapeContext::endFastElement(), SdXMLObjectShapeContext::endFastElement(), SdXMLAppletShapeContext::endFastElement(), SdXMLPluginShapeContext::endFastElement(), SdXMLFloatingFrameShapeContext::endFastElement(), SdXMLFrameShapeContext::endFastElement(), SdXMLCustomShapeContext::endFastElement(), and SdXMLTableShapeContext::endFastElement().
|
protected |
Definition at line 891 of file ximpshap.cxx.
References SvXMLImportContext::GetImport(), SvXMLImport::GetShapeImport(), xmloff::token::IsXMLToken(), maPresentationClass, mnStyleFamily, SD_PRESENTATION_ID, xmloff::token::XML_DATE_TIME, xmloff::token::XML_FOOTER, xmloff::token::XML_HEADER, and xmloff::token::XML_PAGE_NUMBER.
Referenced by SdXMLTextBoxShapeContext::startFastElement(), and SdXMLChartShapeContext::startFastElement().
|
virtual |
Reimplemented in SdXMLTableShapeContext, SdXMLCustomShapeContext, SdXMLFrameShapeContext, SdXMLFloatingFrameShapeContext, SdXMLPluginShapeContext, SdXMLAppletShapeContext, SdXMLObjectShapeContext, SdXMLGraphicObjectShapeContext, SdXMLCaptionShapeContext, SdXMLPageShapeContext, SdXMLMeasureShapeContext, SdXMLConnectorShapeContext, SdXMLControlShapeContext, SdXMLTextBoxShapeContext, SdXMLPathShapeContext, SdXMLPolygonShapeContext, SdXMLEllipseShapeContext, SdXMLLineShapeContext, and SdXMLRectShapeContext.
Definition at line 785 of file ximpshap.cxx.
References SvXMLUnitConverter::convertMeasureToCore(), sax::Converter::convertPercent(), DRAW, SvXMLImportContext::GetImport(), SvXMLImport::GetMM100UnitConverter(), sax_fastparser::FastAttributeList::FastAttributeIter::getToken(), xmloff::token::IsXMLToken(), maDrawStyleName, maLayerName, maPosition, maPresentationClass, maShapeId, maShapeName, maSize, maTextStyleName, mbClearDefaultAttributes, mbHaveXmlId, mbIsPlaceholder, mbIsUserTransformed, mbPrintable, mbVisible, mnRelHeight, mnRelWidth, mnStyleFamily, mnTransform, mnZOrder, NONE, SD_PRESENTATION_ID, SdXMLImExTransform2D::SetString(), STYLE, SVG, sax_fastparser::FastAttributeList::FastAttributeIter::toInt32(), sax_fastparser::FastAttributeList::FastAttributeIter::toString(), sax_fastparser::FastAttributeList::FastAttributeIter::toView(), xmloff::token::XML_ALWAYS, xmloff::token::XML_CLASS, xmloff::token::XML_DISPLAY, XML_ELEMENT, xmloff::token::XML_HEIGHT, xmloff::token::XML_ID, xmloff::token::XML_LAYER, xmloff::token::XML_NAME, xmloff::token::XML_PLACEHOLDER, xmloff::token::XML_PRINTER, xmloff::token::XML_REL_HEIGHT, xmloff::token::XML_REL_WIDTH, xmloff::token::XML_SCREEN, xmloff::token::XML_STYLE_NAME, xmloff::token::XML_TEXT_STYLE_NAME, xmloff::token::XML_TRANSFORM, xmloff::token::XML_TRUE, xmloff::token::XML_USER_TRANSFORMED, xmloff::token::XML_WIDTH, xmloff::token::XML_X, xmloff::token::XML_Y, and xmloff::token::XML_ZINDEX.
Referenced by XMLShapeImportHelper::Create3DSceneChildContext(), XMLShapeImportHelper::CreateGroupChildContext(), SdXMLRectShapeContext::processAttribute(), SdXMLLineShapeContext::processAttribute(), SdXMLEllipseShapeContext::processAttribute(), SdXMLPolygonShapeContext::processAttribute(), SdXMLPathShapeContext::processAttribute(), SdXMLTextBoxShapeContext::processAttribute(), SdXMLControlShapeContext::processAttribute(), SdXMLConnectorShapeContext::processAttribute(), SdXMLMeasureShapeContext::processAttribute(), SdXMLPageShapeContext::processAttribute(), SdXMLCaptionShapeContext::processAttribute(), SdXMLGraphicObjectShapeContext::processAttribute(), SdXMLObjectShapeContext::processAttribute(), SdXMLAppletShapeContext::processAttribute(), SdXMLPluginShapeContext::processAttribute(), SdXMLFloatingFrameShapeContext::processAttribute(), SdXMLFrameShapeContext::processAttribute(), SdXMLCustomShapeContext::processAttribute(), and SdXMLTableShapeContext::processAttribute().
|
protected |
Definition at line 739 of file ximpshap.cxx.
References Any, maLayerName, and SvXMLShapeContext::mxShape.
Referenced by SdXML3DSceneShapeContext::startFastElement(), SdXMLRectShapeContext::startFastElement(), SdXMLLineShapeContext::startFastElement(), SdXMLEllipseShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), SdXMLPathShapeContext::startFastElement(), SdXMLTextBoxShapeContext::startFastElement(), SdXMLControlShapeContext::startFastElement(), SdXMLConnectorShapeContext::startFastElement(), SdXMLMeasureShapeContext::startFastElement(), SdXMLPageShapeContext::startFastElement(), SdXMLCaptionShapeContext::startFastElement(), SdXMLGraphicObjectShapeContext::startFastElement(), SdXMLChartShapeContext::startFastElement(), SdXMLObjectShapeContext::startFastElement(), SdXMLAppletShapeContext::startFastElement(), SdXMLPluginShapeContext::startFastElement(), SdXMLFloatingFrameShapeContext::startFastElement(), SdXMLCustomShapeContext::startFastElement(), and SdXMLTableShapeContext::startFastElement().
|
protected |
if bSupportsStyle is false, auto styles will be set but not a style
Definition at line 591 of file ximpshap.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, XMLPropStyleContext::FillPropertySet(), SvXMLImportContext::GetImport(), SvXMLStyleContext::GetParentName(), SvXMLImport::GetShapeImport(), XMLPropStyleContext::GetStyle(), SvXMLImport::GetStyleDisplayName(), maDrawStyleName, maTextStyleName, mbTextBox, mnStyleFamily, SvXMLShapeContext::mxShape, nPos, SD_GRAPHICS_ID, SD_PRESENTATION_ID, and TEXT_PARAGRAPH.
Referenced by SdXMLGroupShapeContext::startFastElement(), SdXML3DSceneShapeContext::startFastElement(), SdXML3DCubeObjectShapeContext::startFastElement(), SdXML3DSphereObjectShapeContext::startFastElement(), SdXML3DLatheObjectShapeContext::startFastElement(), SdXML3DExtrudeObjectShapeContext::startFastElement(), SdXMLRectShapeContext::startFastElement(), SdXMLLineShapeContext::startFastElement(), SdXMLEllipseShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), SdXMLPathShapeContext::startFastElement(), SdXMLTextBoxShapeContext::startFastElement(), SdXMLControlShapeContext::startFastElement(), SdXMLConnectorShapeContext::startFastElement(), SdXMLMeasureShapeContext::startFastElement(), SdXMLPageShapeContext::startFastElement(), SdXMLCaptionShapeContext::startFastElement(), SdXMLGraphicObjectShapeContext::startFastElement(), SdXMLChartShapeContext::startFastElement(), SdXMLObjectShapeContext::startFastElement(), SdXMLFloatingFrameShapeContext::startFastElement(), SdXMLCustomShapeContext::startFastElement(), and SdXMLTableShapeContext::startFastElement().
|
protected |
Definition at line 758 of file ximpshap.cxx.
References SvXMLImportContext::GetImport(), SvXMLImport::loadGraphicByURL(), maThumbnailURL, SvXMLShapeContext::mxShape, and xGraphic.
Referenced by SdXMLAppletShapeContext::endFastElement(), SdXMLPluginShapeContext::endFastElement(), and SdXMLFloatingFrameShapeContext::endFastElement().
|
protected |
Definition at line 513 of file ximpshap.cxx.
References Any, basegfx::utils::createScaleShearXRotateTranslateB2DHomMatrix(), basegfx::B2DHomMatrix::decompose(), basegfx::fTools::equalZero(), basegfx::B2DHomMatrix::get(), SdXMLImExTransform2D::GetFullTransform(), basegfx::B2DHomMatrix::identity(), maPosition, maSize, maUsedTransformation, mnTransform, SvXMLShapeContext::mxShape, SdXMLImExTransform2D::NeedsAction(), basegfx::B2DHomMatrix::scale(), and basegfx::B2DHomMatrix::translate().
Referenced by SdXMLTableShapeContext::endFastElement(), SdXML3DSceneShapeContext::startFastElement(), SdXMLRectShapeContext::startFastElement(), SdXMLLineShapeContext::startFastElement(), SdXMLEllipseShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), SdXMLPathShapeContext::startFastElement(), SdXMLTextBoxShapeContext::startFastElement(), SdXMLControlShapeContext::startFastElement(), SdXMLPageShapeContext::startFastElement(), SdXMLCaptionShapeContext::startFastElement(), SdXMLGraphicObjectShapeContext::startFastElement(), SdXMLChartShapeContext::startFastElement(), SdXMLObjectShapeContext::startFastElement(), SdXMLAppletShapeContext::startFastElement(), SdXMLPluginShapeContext::startFastElement(), SdXMLFloatingFrameShapeContext::startFastElement(), and SdXMLCustomShapeContext::startFastElement().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Reimplemented in SdXMLTableShapeContext, SdXMLCustomShapeContext, SdXMLFrameShapeContext, SdXMLFloatingFrameShapeContext, SdXMLPluginShapeContext, SdXMLAppletShapeContext, SdXMLObjectShapeContext, SdXMLChartShapeContext, SdXMLGraphicObjectShapeContext, SdXMLCaptionShapeContext, SdXMLPageShapeContext, SdXMLMeasureShapeContext, SdXMLConnectorShapeContext, SdXMLControlShapeContext, SdXMLTextBoxShapeContext, SdXMLPathShapeContext, SdXMLPolygonShapeContext, SdXMLEllipseShapeContext, SdXMLLineShapeContext, SdXML3DExtrudeObjectShapeContext, SdXMLRectShapeContext, SdXML3DLatheObjectShapeContext, SdXML3DPolygonBasedShapeContext, SdXML3DSphereObjectShapeContext, SdXML3DCubeObjectShapeContext, SdXML3DSceneShapeContext, SdXML3DObjectContext, and SdXMLGroupShapeContext.
Definition at line 320 of file ximpshap.cxx.
References SvXMLImportContext::GetImport(), SvXMLImport::GetShapeImport(), mxAttrList, SvXMLShapeContext::mxShape, and mxShapes.
Referenced by SdXML3DObjectContext::startFastElement(), SdXML3DSceneShapeContext::startFastElement(), SdXMLRectShapeContext::startFastElement(), SdXMLLineShapeContext::startFastElement(), SdXMLEllipseShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), SdXMLPathShapeContext::startFastElement(), SdXMLTextBoxShapeContext::startFastElement(), SdXMLControlShapeContext::startFastElement(), SdXMLConnectorShapeContext::startFastElement(), SdXMLMeasureShapeContext::startFastElement(), SdXMLPageShapeContext::startFastElement(), SdXMLCaptionShapeContext::startFastElement(), SdXMLGraphicObjectShapeContext::startFastElement(), SdXMLChartShapeContext::startFastElement(), and SdXMLCustomShapeContext::startFastElement().
|
protected |
Definition at line 55 of file ximpshap.hxx.
Referenced by processAttribute(), SdXML3DObjectContext::SdXML3DObjectContext(), and SetStyle().
|
protected |
Definition at line 70 of file ximpshap.hxx.
Referenced by processAttribute(), and SetLayer().
|
protected |
Definition at line 76 of file ximpshap.hxx.
Referenced by processAttribute(), SetTransformation(), SdXMLLineShapeContext::startFastElement(), and SdXMLEllipseShapeContext::startFastElement().
|
protected |
Definition at line 57 of file ximpshap.hxx.
Referenced by SdXMLFrameShapeContext::endFastElement(), isPresentationShape(), processAttribute(), SdXMLTextBoxShapeContext::startFastElement(), SdXMLPageShapeContext::startFastElement(), SdXMLGraphicObjectShapeContext::startFastElement(), SdXMLObjectShapeContext::startFastElement(), SdXMLPluginShapeContext::startFastElement(), and SdXMLTableShapeContext::startFastElement().
|
protected |
Definition at line 69 of file ximpshap.hxx.
Referenced by SdXMLFrameShapeContext::createFastChildContext(), SdXMLFrameShapeContext::endFastElement(), and processAttribute().
|
protected |
Definition at line 58 of file ximpshap.hxx.
Referenced by processAttribute().
|
protected |
Definition at line 73 of file ximpshap.hxx.
Referenced by SdXMLAppletShapeContext::endFastElement(), SdXMLPluginShapeContext::endFastElement(), SdXMLFloatingFrameShapeContext::endFastElement(), processAttribute(), SetTransformation(), SdXMLLineShapeContext::startFastElement(), SdXMLEllipseShapeContext::startFastElement(), SdXMLPolygonShapeContext::startFastElement(), and SdXMLPathShapeContext::startFastElement().
|
protected |
Definition at line 56 of file ximpshap.hxx.
Referenced by processAttribute(), and SetStyle().
|
protected |
Definition at line 59 of file ximpshap.hxx.
Referenced by createFastChildContext(), and SetThumbnail().
|
protected |
Definition at line 77 of file ximpshap.hxx.
Referenced by SdXMLCustomShapeContext::endFastElement(), and SetTransformation().
|
protected |
Definition at line 66 of file ximpshap.hxx.
Referenced by processAttribute(), and SdXMLPageShapeContext::SdXMLPageShapeContext().
|
protected |
Definition at line 81 of file ximpshap.hxx.
Referenced by processAttribute().
|
protected |
Definition at line 65 of file ximpshap.hxx.
Referenced by SdXMLFrameShapeContext::endFastElement(), processAttribute(), SdXMLTextBoxShapeContext::startFastElement(), SdXMLGraphicObjectShapeContext::startFastElement(), SdXMLChartShapeContext::startFastElement(), SdXMLObjectShapeContext::startFastElement(), SdXMLPluginShapeContext::startFastElement(), and SdXMLTableShapeContext::startFastElement().
|
protected |
Definition at line 67 of file ximpshap.hxx.
Referenced by processAttribute(), SdXMLTextBoxShapeContext::startFastElement(), SdXMLGraphicObjectShapeContext::startFastElement(), SdXMLChartShapeContext::startFastElement(), SdXMLObjectShapeContext::startFastElement(), SdXMLPluginShapeContext::startFastElement(), and SdXMLTableShapeContext::startFastElement().
|
protected |
whether to restore list context (#91964#)
Definition at line 62 of file ximpshap.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
protected |
Definition at line 80 of file ximpshap.hxx.
Referenced by processAttribute().
|
protected |
If the text of this shape is handled by a Writer TextFrame.
Definition at line 82 of file ximpshap.hxx.
Referenced by createFastChildContext(), SdXMLCustomShapeContext::SdXMLCustomShapeContext(), and SetStyle().
|
protected |
Definition at line 79 of file ximpshap.hxx.
Referenced by processAttribute().
|
protected |
Definition at line 75 of file ximpshap.hxx.
Referenced by processAttribute().
|
protected |
Definition at line 74 of file ximpshap.hxx.
Referenced by processAttribute().
|
protected |
Definition at line 64 of file ximpshap.hxx.
Referenced by isPresentationShape(), processAttribute(), and SetStyle().
|
protected |
Definition at line 72 of file ximpshap.hxx.
Referenced by processAttribute(), SdXMLConnectorShapeContext::processAttribute(), SetTransformation(), and SdXMLConnectorShapeContext::startFastElement().
|
protected |
Definition at line 68 of file ximpshap.hxx.
Referenced by processAttribute().
|
protected |
Definition at line 51 of file ximpshap.hxx.
Referenced by SdXMLFrameShapeContext::createFastChildContext(), SdXMLFrameShapeContext::endFastElement(), SdXMLFrameShapeContext::SdXMLFrameShapeContext(), SdXMLGroupShapeContext::startFastElement(), startFastElement(), SdXMLObjectShapeContext::startFastElement(), SdXMLAppletShapeContext::startFastElement(), SdXMLPluginShapeContext::startFastElement(), SdXMLFloatingFrameShapeContext::startFastElement(), and SdXMLTableShapeContext::startFastElement().
|
protected |
Definition at line 49 of file ximpshap.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
protected |
Definition at line 52 of file ximpshap.hxx.
Referenced by addGluePoint().
|
protected |
Definition at line 53 of file ximpshap.hxx.
Referenced by endFastElement().
|
protected |
Definition at line 50 of file ximpshap.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
protected |
Definition at line 48 of file ximpshap.hxx.
Referenced by SdXMLFrameShapeContext::createFastChildContext(), SdXMLFrameShapeContext::endFastElement(), SdXMLGroupShapeContext::startFastElement(), startFastElement(), SdXMLPageShapeContext::startFastElement(), SdXMLObjectShapeContext::startFastElement(), SdXMLAppletShapeContext::startFastElement(), SdXMLPluginShapeContext::startFastElement(), SdXMLFloatingFrameShapeContext::startFastElement(), and SdXMLTableShapeContext::startFastElement().