Searched refs:LayoutModel (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | modelbase.cxx | 52 LayoutModel::LayoutModel() : in LayoutModel() function in oox::drawingml::chart::LayoutModel 66 LayoutModel::~LayoutModel() in ~LayoutModel()
|
H A D | converterbase.cxx | 79 ModelRef< LayoutModel > mxLayout; /// The layout model, if existing. 100 LayoutModel& rLayout = mxLayout.getOrCreate(); in convertTitlePos() 274 …const ModelRef< LayoutModel >& rxLayout, ObjectType eObjType, sal_Int32 nMainIdx, sal_Int32 nSubId… in registerTitleLayout() 353 LayoutConverter::LayoutConverter( const ConverterRoot& rParent, LayoutModel& rModel ) : in LayoutConverter() 354 ConverterBase< LayoutModel >( rParent, rModel ) in LayoutConverter()
|
H A D | chartcontextbase.cxx | 56 LayoutContext::LayoutContext( ContextHandler2Helper& rParent, LayoutModel& rModel ) : in LayoutContext() 57 ContextBase< LayoutModel >( rParent, rModel ) in LayoutContext()
|
H A D | plotareaconverter.cxx | 417 LayoutModel& rLayout = mrModel.mxLayout.getOrCreate(); in convertPositionFromModel()
|
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | chartcontextbase.hxx | 78 struct LayoutModel; 82 class LayoutContext : public ContextBase< LayoutModel > 85 …explicit LayoutContext( ::oox::core::ContextHandler2Helper& rParent, LayoutModel& rMode…
|
H A D | modelbase.hxx | 113 struct LayoutModel struct 126 explicit LayoutModel(); 127 ~LayoutModel();
|
H A D | converterbase.hxx | 93 const ModelRef< LayoutModel >& rxLayout, ObjectType eObjType, 126 class LayoutConverter : public ConverterBase< LayoutModel > 129 explicit LayoutConverter( const ConverterRoot& rParent, LayoutModel& rModel );
|
H A D | titlemodel.hxx | 54 typedef ModelRef< LayoutModel > LayoutRef; 73 typedef ModelRef< LayoutModel > LayoutRef;
|
H A D | seriesmodel.hxx | 62 typedef ModelRef< LayoutModel > LayoutRef; 133 typedef ModelRef< LayoutModel > LayoutRef;
|
H A D | plotareamodel.hxx | 72 typedef ModelRef< LayoutModel > LayoutRef;
|
H A D | axismodel.hxx | 40 typedef ModelRef< LayoutModel > LayoutRef;
|
Completed in 58 milliseconds