Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1574 UniReference< XMLShapeExport > rShapeExport = mrExport.GetShapeExport(); in parseDocument() local
1584 rShapeExport->exportShape( xShape ); in parseDocument()
1629 UniReference< XMLShapeExport > rShapeExport = mrExport.GetShapeExport(); in parseDocument() local
1639 rShapeExport->collectShapeAutoStyles( xShape ); in parseDocument()
1992 UniReference< XMLShapeExport > rShapeExport; in exportPlotArea() local
2090 rShapeExport = mrExport.GetShapeExport(); in exportPlotArea()
2091 if( rShapeExport.is()) in exportPlotArea()
2092 rShapeExport->export3DSceneAttributes( xPropSet ); in exportPlotArea()
2115 rShapeExport.is()) in exportPlotArea()
2116 rShapeExport->export3DLamps( xPropSet ); in exportPlotArea()