Lines Matching refs:rParent

143 ShapeLayoutContext::ShapeLayoutContext( ContextHandler2Helper& rParent, Drawing& rDrawing ) :  in ShapeLayoutContext()  argument
144 ContextHandler2( rParent ), in ShapeLayoutContext()
172 ClientDataContext::ClientDataContext( ContextHandler2Helper& rParent, in ClientDataContext() argument
174 ContextHandler2( rParent ), in ClientDataContext()
234 ShapeContextBase::ShapeContextBase( ContextHandler2Helper& rParent ) : in ShapeContextBase() argument
235 ContextHandler2( rParent ) in ShapeContextBase()
239 /*static*/ ContextHandlerRef ShapeContextBase::createShapeContext( ContextHandler2Helper& rParent, in createShapeContext() argument
245 return new ShapeLayoutContext( rParent, rShapes.getDrawing() ); in createShapeContext()
248 return new ShapeTypeContext( rParent, rShapes.createShapeType(), rAttribs ); in createShapeContext()
250 return new GroupShapeContext( rParent, rShapes.createShape< GroupShape >(), rAttribs ); in createShapeContext()
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()
274 ShapeTypeContext::ShapeTypeContext( ContextHandler2Helper& rParent, ShapeType& rShapeType, const At… in ShapeTypeContext() argument
275 ShapeContextBase( rParent ), in ShapeTypeContext()
375 ShapeContext::ShapeContext( ContextHandler2Helper& rParent, ShapeBase& rShape, const AttributeList&… in ShapeContext() argument
376 ShapeTypeContext( rParent, rShape, rAttribs ), in ShapeContext()
413 GroupShapeContext::GroupShapeContext( ContextHandler2Helper& rParent, GroupShape& rShape, const Att… in GroupShapeContext() argument
414 ShapeContext( rParent, rShape, rAttribs ), in GroupShapeContext()