Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx74 struct TitleLayoutInfo struct
76 typedef Reference< XShape > (*GetShapeFunc)( const Reference< cssc::XChartDocument >& );
78 Reference< XTitle > mxTitle; /// The API title object.
79 ModelRef< LayoutModel > mxLayout; /// The layout model, if existing.
80 GetShapeFunc mpGetShape; /// Helper function to receive the title shape.
82 inline explicit TitleLayoutInfo() : mpGetShape( 0 ) {} in TitleLayoutInfo() argument

Completed in 10 milliseconds