Searched refs:SdXMLShapeContext (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/xmloff/source/draw/ |
| H A D | ximpshap.cxx | 144 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 D | ximpshap.hxx | 44 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 D | ximp3dobject.cxx | 51 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 D | ximp3dscene.cxx | 98 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 D | ximpgrp.cxx | 49 : SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape ) in SdXMLGroupShapeContext() 123 SdXMLShapeContext::EndElement(); in EndElement()
|
| H A D | shapeimport.cxx | 713 SdXMLShapeContext *pContext = 0L; in Create3DSceneChildContext() 794 SdXMLShapeContext *pContext = 0L; in CreateGroupChildContext() 927 SdXMLShapeContext *pContext = 0L; in CreateFrameChildContext()
|
| H A D | ximpgrp.hxx | 37 class SdXMLGroupShapeContext : public SdXMLShapeContext
|
| H A D | ximp3dscene.hxx | 38 class SdXML3DSceneShapeContext : public SdXMLShapeContext, public SdXML3DSceneAttributesHelper
|
| H A D | ximp3dobject.hxx | 40 class SdXML3DObjectContext : public SdXMLShapeContext
|