Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dshapecontext.cxx51 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 Dgraphicshapecontext.cxx57 : 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 Dconnectorshapecontext.cxx48 : ShapeContext( rParent, pMasterShapePtr, pGroupShapePtr ) in ConnectorShapeContext()
66 xRet = ShapeContext::createFastChildContext( aElementToken, xAttribs ); in createFastChildContext()
H A Dshapegroupcontext.cxx99 …xRet.set( new ShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.drawing.Cus… in createFastChildContext()
/trunk/main/oox/source/vml/
H A Dvmlshapecontext.cxx252 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()
/trunk/main/oox/inc/oox/drawingml/
H A Dgraphicshapecontext.hxx35 class GraphicShapeContext : public ShapeContext
46 class GraphicalObjectFrameContext : public ShapeContext
59 class OleObjectGraphicDataContext : public ShapeContext
73 : public ShapeContext
91 class ChartGraphicDataContext : public ShapeContext
H A Dshapecontext.hxx35 class ShapeContext : public ::oox::core::ContextHandler class
38ShapeContext( ::oox::core::ContextHandler& rParent, ShapePtr pMasterShapePtr, ShapePtr pShapePtr );
39 virtual ~ShapeContext();
H A Dconnectorshapecontext.hxx32 class ConnectorShapeContext : public ShapeContext
/trunk/main/oox/inc/oox/vml/
H A Dvmlshapecontext.hxx122 class ShapeContext : public ShapeTypeContext class
125 explicit ShapeContext(
143 class GroupShapeContext : public ShapeContext
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablecontext.hxx34 class TableContext : public ShapeContext
/trunk/main/oox/inc/oox/ppt/
H A Dpptshapecontext.hxx31 class PPTShapeContext : public ::oox::drawingml::ShapeContext
/trunk/main/oox/source/drawingml/table/
H A Dtablecontext.cxx39 : ShapeContext( rParent, ShapePtr(), pShapePtr ) in TableContext()
/trunk/main/oox/source/ppt/
H A Dpptshapecontext.cxx55 : oox::drawingml::ShapeContext( rParent, pMasterShapePtr, pShapePtr ) in PPTShapeContext()
/trunk/main/oox/source/drawingml/chart/
H A Dchartdrawingfragment.cxx163 return new ShapeContext( *this, ShapePtr(), mxShape ); in onCreateContext()
/trunk/main/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx280 xRet.set( new ShapeContext( *this, ShapePtr(), pShape ) ); in createFastChildContext()
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx135 return new ShapeContext( rParent, rxParentShape, xShape ); in createShapeContext()

Completed in 55 milliseconds