Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/chart/
H A Dseriescontext.cxx84 return new ShapePropertiesContext( rContext, orModel.mxShapeProp.create() ); in lclDataLabelSharedCreateContext()
232 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
261 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
311 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
364 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
375 return new ShapePropertiesContext( *this, mrModel.mxMarkerProp.create() ); in onCreateContext()
410 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
423 return new ShapePropertiesContext( *this, mrModel.mxMarkerProp.create() ); in onCreateContext()
H A Dtitlecontext.cxx103 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
143 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
H A Dplotareacontext.cxx110 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
172 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
H A Daxiscontext.cxx76 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
142 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
H A Dchartcontextbase.cxx51 …return (isRootElement() && (nElement == C_TOKEN( spPr ))) ? new ShapePropertiesContext( *this, mrM… in onCreateContext()
H A Dchartspacefragment.cxx71 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
/aoo4110/main/oox/source/ppt/
H A Dpptshapepropertiescontext.cxx53 : ShapePropertiesContext( rParent, rShape ) in PPTShapePropertiesContext()
68 xRet = ShapePropertiesContext::createFastChildContext( aElementToken, xAttribs ); in createFastChildContext()
73 xRet = ShapePropertiesContext::createFastChildContext( aElementToken, xAttribs ); in createFastChildContext()
H A Dpptshapegroupcontext.cxx83 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
86 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
/aoo4110/main/oox/source/drawingml/
H A Dshapepropertiescontext.cxx50 ShapePropertiesContext::ShapePropertiesContext( ContextHandler& rParent, Shape& rShape ) in ShapePropertiesContext() function in oox::drawingml::ShapePropertiesContext
58 Reference< XFastContextHandler > ShapePropertiesContext::createFastChildContext( sal_Int32 aElement… in createFastChildContext()
H A Dshapegroupcontext.cxx82 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
85 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
H A Dspdefcontext.cxx50 xRet = new ShapePropertiesContext( *this, mrDefaultObject ); in createFastChildContext()
H A Dshapecontext.cxx97 xRet = new ShapePropertiesContext( *this, *mpShapePtr ); in createFastChildContext()
/aoo4110/main/oox/inc/oox/drawingml/
H A Dshapepropertiescontext.hxx32 class ShapePropertiesContext : public ::oox::core::ContextHandler class
35 ShapePropertiesContext( ::oox::core::ContextHandler& rParent, Shape& rShape );
/aoo4110/main/oox/inc/oox/ppt/
H A Dpptshapepropertiescontext.hxx31 class PPTShapePropertiesContext : public ::oox::drawingml::ShapePropertiesContext
/aoo4110/main/oox/source/drawingml/diagram/
H A Ddatamodelcontext.cxx165 xRet = new ShapePropertiesContext( *this, *mpPoint->getShape() ); in createFastChildContext()

Completed in 71 milliseconds