Home
last modified time | relevance | path

Searched refs:XMLShapeExport (Results 1 – 17 of 17) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx72 XMLShapeExport::XMLShapeExport(SvXMLExport& rExp, in XMLShapeExport() function in XMLShapeExport
142 XMLShapeExport::~XMLShapeExport() in ~XMLShapeExport()
198 void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShape >& xShape ) in collectShapeAutoStyles()
532 void XMLShapeExport::exportShape(const uno::Reference< drawing::XShape >& xShape, in exportShape()
980 void XMLShapeExport::seekShapes( const uno::Reference< drawing::XShapes >& xShapes ) throw() in seekShapes()
1007 void XMLShapeExport::exportAutoStyles() in exportAutoStyles()
1040 SvXMLExportPropertyMapper* XMLShapeExport::CreateShapePropMapper( in CreateShapePropMapper()
1055 void XMLShapeExport::ImpCalcShapeType(const uno::Reference< drawing::XShape >& xShape, in ImpCalcShapeType()
1201 void XMLShapeExport::ImpExportGluePoints( const uno::Reference< drawing::XShape >& xShape ) in ImpExportGluePoints()
1249 void XMLShapeExport::ExportGraphicDefaults() in ExportGraphicDefaults()
[all …]
H A Dshapeexport2.cxx666 void XMLShapeExport::ImpExportTextBoxShape(
803 void XMLShapeExport::ImpExportLineShape(
913 void XMLShapeExport::ImpExportEllipseShape(
982 void XMLShapeExport::ImpExportPolygonShape(
1231 void XMLShapeExport::ImpExportChartShape(
1566 void XMLShapeExport::ImpExportOLE2Shape(
1721 void XMLShapeExport::ImpExportPageShape(
1808 void XMLShapeExport::ImpExportFrameShape(
1844 void XMLShapeExport::ImpExportAppletShape(
1901 void XMLShapeExport::ImpExportPluginShape(
[all …]
H A Dshapeexport3.cxx59 void XMLShapeExport::ImpExport3DSceneShape( const uno::Reference< drawing::XShape >& xShape, XmlSha… in ImpExport3DSceneShape()
104 void XMLShapeExport::ImpExport3DShape( in ImpExport3DShape()
266 void XMLShapeExport::export3DSceneAttributes( const com::sun::star::uno::Reference< com::sun::star:… in export3DSceneAttributes()
383 void XMLShapeExport::export3DLamps( const com::sun::star::uno::Reference< com::sun::star::beans::XP… in export3DLamps()
H A Danimexp.cxx235 UniReference< XMLShapeExport > mxShapeExp;
266 XMLAnimationsExporter::XMLAnimationsExporter( XMLShapeExport* pShapeExp ) in XMLAnimationsExporter()
H A Dshapeexport4.cxx1054 void XMLShapeExport::ImpExportCustomShape( in ImpExportCustomShape()
1094 void XMLShapeExport::ImpExportTableShape( const uno::Reference< drawing::XShape >& xShape, XmlShape… in ImpExportTableShape()
/trunk/main/xmloff/inc/xmloff/
H A Danimexp.hxx32 class XMLShapeExport;
39 XMLAnimationsExporter( XMLShapeExport* pShapeExp );
H A Dxmlexp.hxx147 UniReference< XMLShapeExport > mxShapeExport;
232 virtual XMLShapeExport* CreateShapeExport();
462 inline UniReference< XMLShapeExport > GetShapeExport();
619 inline UniReference< XMLShapeExport > SvXMLExport::GetShapeExport() in GetShapeExport()
H A Dshapeexport.hxx161 class XMLOFF_DLLPUBLIC XMLShapeExport : public UniRefBase class
255 XMLShapeExport(SvXMLExport& rExp, SvXMLExportPropertyMapper *pExtMapper=0 );
256 virtual ~XMLShapeExport();
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx415 XMLShapeExport* SwXMLExport::CreateShapeExport() in CreateShapeExport()
417XMLShapeExport* pShapeExport = new XMLShapeExport( *this, XMLTextParagraphExport::CreateShapeExtPr… in CreateShapeExport()
H A Dxmlexp.hxx128 virtual XMLShapeExport* CreateShapeExport();
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx697 UniReference< XMLShapeExport > xShapeExport = GetShapeExport(); in exportReportComponentAutoStyles()
1538 XMLShapeExport* ORptExport::CreateShapeExport() in CreateShapeExport()
1540XMLShapeExport* pShapeExport = new XMLShapeExport( *this, XMLTextParagraphExport::CreateShapeExtPr… in CreateShapeExport()
1546 UniReference< XMLShapeExport > xShapeExport = GetShapeExport(); in exportShapes()
H A DxmlExport.hxx187 virtual XMLShapeExport* CreateShapeExport();
/trunk/main/xmloff/source/chart/
H A DPropertyMaps.cxx195 ChainExportMapper( XMLShapeExport::CreateShapePropMapper( rExport )); in XMLChartExportPropertyMapper()
H A DSchXMLExport.cxx1573 UniReference< XMLShapeExport > rShapeExport = mrExport.GetShapeExport(); in parseDocument()
1628 UniReference< XMLShapeExport > rShapeExport = mrExport.GetShapeExport(); in parseDocument()
1991 UniReference< XMLShapeExport > rShapeExport; in exportPlotArea()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.hxx228 virtual XMLShapeExport* CreateShapeExport();
H A Dxmlexprt.cxx410 class ScXMLShapeExport : public XMLShapeExport
413 ScXMLShapeExport(SvXMLExport& rExp) : XMLShapeExport(rExp) {} in ScXMLShapeExport()
2284 …UniReference<SvXMLExportPropertyMapper> xShapeMapper = XMLShapeExport::CreateShapePropMapper( *thi… in _ExportAutoStyles()
4410 XMLShapeExport* ScXMLExport::CreateShapeExport() in CreateShapeExport()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1868 XMLShapeExport* SvXMLExport::CreateShapeExport() in CreateShapeExport()
1870 return new XMLShapeExport(*this); in CreateShapeExport()

Completed in 411 milliseconds