Searched refs:LayoutContext (Results 1 – 6 of 6) sorted by relevance
56 LayoutContext::LayoutContext( ContextHandler2Helper& rParent, LayoutModel& rModel ) : in LayoutContext() function in oox::drawingml::chart::LayoutContext61 LayoutContext::~LayoutContext() in ~LayoutContext()65 ContextHandlerRef LayoutContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs… in onCreateContext()
95 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()131 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
118 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()256 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
170 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
74 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
82 class LayoutContext : public ContextBase< LayoutModel > class85 …explicit LayoutContext( ::oox::core::ContextHandler2Helper& rParent, LayoutModel& rMode…86 virtual ~LayoutContext();
Completed in 53 milliseconds