Home
last modified time | relevance | path

Searched refs:LayoutContext (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/drawingml/chart/
H A Dchartcontextbase.cxx56 LayoutContext::LayoutContext( ContextHandler2Helper& rParent, LayoutModel& rModel ) : in LayoutContext() function in oox::drawingml::chart::LayoutContext
61 LayoutContext::~LayoutContext() in ~LayoutContext()
65 ContextHandlerRef LayoutContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs… in onCreateContext()
H A Dtitlecontext.cxx95 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
131 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
H A Dseriescontext.cxx118 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
256 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
H A Dplotareacontext.cxx170 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
H A Daxiscontext.cxx74 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dchartcontextbase.hxx82 class LayoutContext : public ContextBase< LayoutModel > class
85 …explicit LayoutContext( ::oox::core::ContextHandler2Helper& rParent, LayoutModel& rMode…
86 virtual ~LayoutContext();

Completed in 32 milliseconds