/aoo41x/main/oox/source/drawingml/ |
H A D | shapecontext.cxx | 51 ShapeContext::ShapeContext( ContextHandler& rParent, ShapePtr pMasterShapePtr, ShapePtr pShapePtr ) in ShapeContext() function in oox::drawingml::ShapeContext 58 ShapeContext::~ShapeContext() in ~ShapeContext() 64 ShapePtr ShapeContext::getShape() in getShape() 69 void ShapeContext::endFastElement( sal_Int32 /* aElementToken */ ) throw( SAXException, RuntimeExce… in endFastElement() 73 Reference< XFastContextHandler > ShapeContext::createFastChildContext( sal_Int32 aElementToken, con… in createFastChildContext()
|
H A D | graphicshapecontext.cxx | 57 : ShapeContext( rParent, pMasterShapePtr, pShapePtr ) in GraphicShapeContext() 90 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext() 99 ShapeContext( rParent, pMasterShapePtr, pShapePtr ), in GraphicalObjectFrameContext() 140 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext() 148 ShapeContext( rParent, ShapePtr(), xShape ), in OleObjectGraphicDataContext() 210 : ShapeContext( rParent, ShapePtr(), pShapePtr ) in DiagramGraphicDataContext() 285 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext() 293 ShapeContext( rParent, ShapePtr(), rxShape ), in ChartGraphicDataContext()
|
H A D | connectorshapecontext.cxx | 48 : ShapeContext( rParent, pMasterShapePtr, pGroupShapePtr ) in ConnectorShapeContext() 66 xRet = ShapeContext::createFastChildContext( aElementToken, xAttribs ); in createFastChildContext()
|
H A D | shapegroupcontext.cxx | 99 …xRet.set( new ShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.drawing.Cus… in createFastChildContext()
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 252 return new ShapeContext( rParent, rShapes.createShape< ComplexShape >(), rAttribs ); in createShapeContext() 255 return new ShapeContext( rParent, rShapes.createShape< RectangleShape >(), rAttribs ); in createShapeContext() 257 return new ShapeContext( rParent, rShapes.createShape< EllipseShape >(), rAttribs ); in createShapeContext() 259 return new ShapeContext( rParent, rShapes.createShape< PolyLineShape >(), rAttribs ); in createShapeContext() 267 return new ShapeContext( rParent, rShapes.createShape< ComplexShape >(), rAttribs ); in createShapeContext() 375 ShapeContext::ShapeContext( ContextHandler2Helper& rParent, ShapeBase& rShape, const AttributeList&… in ShapeContext() function in oox::vml::ShapeContext 385 ContextHandlerRef ShapeContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) in onCreateContext() 399 void ShapeContext::setPoints( const OUString& rPoints ) in setPoints() 414 ShapeContext( rParent, rShape, rAttribs ), in GroupShapeContext() 424 return xContext.get() ? xContext : ShapeContext::onCreateContext( nElement, rAttribs ); in onCreateContext()
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | graphicshapecontext.hxx | 35 class GraphicShapeContext : public ShapeContext 46 class GraphicalObjectFrameContext : public ShapeContext 59 class OleObjectGraphicDataContext : public ShapeContext 73 : public ShapeContext 91 class ChartGraphicDataContext : public ShapeContext
|
H A D | shapecontext.hxx | 35 class ShapeContext : public ::oox::core::ContextHandler class 38 …ShapeContext( ::oox::core::ContextHandler& rParent, ShapePtr pMasterShapePtr, ShapePtr pShapePtr ); 39 virtual ~ShapeContext();
|
H A D | connectorshapecontext.hxx | 32 class ConnectorShapeContext : public ShapeContext
|
/aoo41x/main/oox/inc/oox/vml/ |
H A D | vmlshapecontext.hxx | 122 class ShapeContext : public ShapeTypeContext class 125 explicit ShapeContext( 143 class GroupShapeContext : public ShapeContext
|
/aoo41x/main/oox/inc/oox/drawingml/table/ |
H A D | tablecontext.hxx | 34 class TableContext : public ShapeContext
|
/aoo41x/main/oox/inc/oox/ppt/ |
H A D | pptshapecontext.hxx | 31 class PPTShapeContext : public ::oox::drawingml::ShapeContext
|
/aoo41x/main/oox/source/drawingml/table/ |
H A D | tablecontext.cxx | 39 : ShapeContext( rParent, ShapePtr(), pShapePtr ) in TableContext()
|
/aoo41x/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 55 : oox::drawingml::ShapeContext( rParent, pMasterShapePtr, pShapePtr ) in PPTShapeContext()
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | chartdrawingfragment.cxx | 163 return new ShapeContext( *this, ShapePtr(), mxShape ); in onCreateContext()
|
/aoo41x/main/oox/source/drawingml/diagram/ |
H A D | layoutnodecontext.cxx | 280 xRet.set( new ShapeContext( *this, ShapePtr(), pShape ) ); in createFastChildContext()
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 135 return new ShapeContext( rParent, rxParentShape, xShape ); in createShapeContext()
|