Home
last modified time | relevance | path

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

/trunk/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx168 UniReference< XMLAnimationsExporter > mxAnimationsExporter; member in XMLShapeExport
300 …nsExporter( UniReference< XMLAnimationsExporter > xAnimExport ) { mxAnimationsExporter = xAnimExpo… in setAnimationsExporter()
303 …UniReference< XMLAnimationsExporter > getAnimationsExporter() const { return mxAnimationsExporter;… in getAnimationsExporter()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx451 if( mxAnimationsExporter.is() ) in collectShapeAutoStyles()
452 mxAnimationsExporter->prepare( xShape, mrExport ); in collectShapeAutoStyles()
619 if( mxAnimationsExporter.is() ) in exportShape()
620 mxAnimationsExporter->collect( xShape, mrExport ); in exportShape()

Completed in 25 milliseconds