Searched refs:ShapePropertiesContext (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | seriescontext.cxx | 84 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 D | titlecontext.cxx | 103 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext() 143 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
|
H A D | plotareacontext.cxx | 110 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext() 172 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
|
H A D | axiscontext.cxx | 76 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext() 142 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
|
H A D | chartcontextbase.cxx | 51 …return (isRootElement() && (nElement == C_TOKEN( spPr ))) ? new ShapePropertiesContext( *this, mrM… in onCreateContext()
|
H A D | chartspacefragment.cxx | 71 return new ShapePropertiesContext( *this, mrModel.mxShapeProp.create() ); in onCreateContext()
|
/aoo42x/main/oox/source/ppt/ |
H A D | pptshapepropertiescontext.cxx | 53 : ShapePropertiesContext( rParent, rShape ) in PPTShapePropertiesContext() 68 xRet = ShapePropertiesContext::createFastChildContext( aElementToken, xAttribs ); in createFastChildContext() 73 xRet = ShapePropertiesContext::createFastChildContext( aElementToken, xAttribs ); in createFastChildContext()
|
H A D | pptshapegroupcontext.cxx | 83 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext() 86 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | shapepropertiescontext.cxx | 50 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 D | shapegroupcontext.cxx | 82 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext() 85 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
|
H A D | spdefcontext.cxx | 50 xRet = new ShapePropertiesContext( *this, mrDefaultObject ); in createFastChildContext()
|
H A D | shapecontext.cxx | 97 xRet = new ShapePropertiesContext( *this, *mpShapePtr ); in createFastChildContext()
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | shapepropertiescontext.hxx | 32 class ShapePropertiesContext : public ::oox::core::ContextHandler class 35 ShapePropertiesContext( ::oox::core::ContextHandler& rParent, Shape& rShape );
|
/aoo42x/main/oox/inc/oox/ppt/ |
H A D | pptshapepropertiescontext.hxx | 31 class PPTShapePropertiesContext : public ::oox::drawingml::ShapePropertiesContext
|
/aoo42x/main/oox/source/drawingml/diagram/ |
H A D | datamodelcontext.cxx | 165 xRet = new ShapePropertiesContext( *this, *mpPoint->getShape() ); in createFastChildContext()
|
Completed in 36 milliseconds