Searched refs:GroupShapeContext (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 118 GroupShapeContext::GroupShapeContext( ContextHandler& rParent, in GroupShapeContext() function in oox::xls::GroupShapeContext 125 /*static*/ ContextHandlerRef GroupShapeContext::createShapeContext( ContextHandler& rParent, in createShapeContext() 159 return new GroupShapeContext( rParent, rHelper, rxParentShape, xShape ); in createShapeContext() 165 Reference< XFastContextHandler > SAL_CALL GroupShapeContext::createFastChildContext( in createFastChildContext() 214 …default: return GroupShapeContext::createShapeContext( *this, *this, nEleme… in onCreateContext()
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 250 return new GroupShapeContext( rParent, rShapes.createShape< GroupShape >(), rAttribs ); in createShapeContext() 413 GroupShapeContext::GroupShapeContext( ContextHandler2Helper& rParent, GroupShape& rShape, const Att… in GroupShapeContext() function in oox::vml::GroupShapeContext 419 ContextHandlerRef GroupShapeContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext()
|
/aoo41x/main/oox/inc/oox/vml/ |
H A D | vmlshapecontext.hxx | 143 class GroupShapeContext : public ShapeContext class 146 explicit GroupShapeContext(
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | drawingfragment.hxx | 86 class GroupShapeContext : public ::oox::drawingml::ShapeGroupContext, public WorksheetHelper class 89 explicit GroupShapeContext(
|
Completed in 27 milliseconds