Home
last modified time | relevance | path

Searched refs:SdXMLShapeContext (Results 1 – 9 of 9) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx144 TYPEINIT1( SdXMLShapeContext, SvXMLShapeContext );
146 SdXMLShapeContext::SdXMLShapeContext( in SdXMLShapeContext() function in SdXMLShapeContext
172 SdXMLShapeContext::~SdXMLShapeContext() in ~SdXMLShapeContext()
178 SvXMLImportContext *SdXMLShapeContext::CreateChildContext( sal_uInt16 p_nPrefix, in CreateChildContext()
257 void SdXMLShapeContext::addGluePoint( const uno::Reference< xml::sax::XAttributeList>& xAttrList ) in addGluePoint()
343 void SdXMLShapeContext::StartElement(const uno::Reference< xml::sax::XAttributeList>&) in StartElement()
348 void SdXMLShapeContext::EndElement() in EndElement()
420 void SdXMLShapeContext::AddShape(uno::Reference< drawing::XShape >& xShape) in AddShape()
496 void SdXMLShapeContext::AddShape(const char* pServiceName ) in AddShape()
535 void SdXMLShapeContext::SetTransformation() in SetTransformation()
[all …]
H A Dximpshap.hxx44 class SdXMLShapeContext : public SvXMLShapeContext class
104 SdXMLShapeContext( SvXMLImport& rImport,
110 virtual ~SdXMLShapeContext();
132 class SdXMLRectShapeContext : public SdXMLShapeContext
154 class SdXMLLineShapeContext : public SdXMLShapeContext
179 class SdXMLEllipseShapeContext : public SdXMLShapeContext
207 class SdXMLPolygonShapeContext : public SdXMLShapeContext
230 class SdXMLPathShapeContext : public SdXMLShapeContext
254 class SdXMLTextBoxShapeContext : public SdXMLShapeContext
276 class SdXMLControlShapeContext : public SdXMLShapeContext
[all …]
H A Dximp3dobject.cxx51 TYPEINIT1( SdXML3DObjectContext, SdXMLShapeContext );
60 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ), in SdXML3DObjectContext()
112 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
121 SdXMLShapeContext::EndElement(); in EndElement()
H A Dximp3dscene.cxx98 TYPEINIT1( SdXML3DSceneShapeContext, SdXMLShapeContext );
107 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShapes ), SdXML3DS… in SdXML3DSceneShapeContext()
153 SdXMLShapeContext::StartElement(xAttrList); in StartElement()
173 SdXMLShapeContext::EndElement(); in EndElement()
H A Dximpgrp.cxx49 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXMLGroupShapeContext()
123 SdXMLShapeContext::EndElement(); in EndElement()
H A Dshapeimport.cxx713 SdXMLShapeContext *pContext = 0L; in Create3DSceneChildContext()
794 SdXMLShapeContext *pContext = 0L; in CreateGroupChildContext()
927 SdXMLShapeContext *pContext = 0L; in CreateFrameChildContext()
H A Dximpgrp.hxx37 class SdXMLGroupShapeContext : public SdXMLShapeContext
H A Dximp3dscene.hxx38 class SdXML3DSceneShapeContext : public SdXMLShapeContext, public SdXML3DSceneAttributesHelper
H A Dximp3dobject.hxx40 class SdXML3DObjectContext : public SdXMLShapeContext