Home
last modified time | relevance | path

Searched defs:LegendModel (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/oox/inc/oox/drawingml/chart/
H A Dtitlemodel.hxx69 struct LegendModel struct
71 typedef ModelRef< Shape > ShapeRef;
72 typedef ModelRef< TextBody > TextBodyRef;
73 typedef ModelRef< LayoutModel > LayoutRef;
75 ShapeRef mxShapeProp; /// Legend shape formatting.
76 TextBodyRef mxTextProp; /// Legend text formatting.
77 LayoutRef mxLayout; /// Layout/position of the legend.
78 sal_Int32 mnPosition; /// Legend position.
79 bool mbOverlay; /// True = legend may overlay other objects.
/aoo41x/main/oox/source/drawingml/chart/
H A Dtitlemodel.cxx53 LegendModel::LegendModel() : in LegendModel() function in oox::drawingml::chart::LegendModel

Completed in 19 milliseconds