Searched defs:LegendModel (Results 1 – 2 of 2) sorted by relevance
69 struct LegendModel struct71 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.
53 LegendModel::LegendModel() : in LegendModel() function in oox::drawingml::chart::LegendModel
Completed in 12 milliseconds