Home
last modified time | relevance | path

Searched refs:XclExpChTextRef (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx565 typedef ScfRef< XclExpChText > XclExpChTextRef; typedef
706 inline XclExpChTextRef GetDataLabel() const { return mxLabel; } in GetDataLabel()
714 XclExpChTextRef mxLabel; /// Formatting of the equation text box.
893 XclExpChTextRef mxText; /// Legend text format (CHTEXT group).
1176 XclExpChTextRef& rxChAxisTitle, sal_uInt16 nTitleTarget,
1190 XclExpChTextRef mxXAxisTitle; /// The X axis title (CHTEXT group).
1191 XclExpChTextRef mxYAxisTitle; /// The Y axis title (CHTEXT group).
1192 XclExpChTextRef mxZAxisTitle; /// The Z axis title (CHTEXT group).
1221 void SetDataLabel( XclExpChTextRef xText );
1241 XclExpChTextRef mxTitle; /// Chart title (CHTEXT group).
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1435 XclExpChTextRef lclCreateTitle( const XclExpChRoot& rRoot, Reference< XTitled > xTitled, sal_uInt16… in lclCreateTitle()
1441 XclExpChTextRef xText( new XclExpChText( rRoot ) ); in lclCreateTitle()
1628 XclExpChTextRef xLabel( new XclExpChText( GetChRoot() ) ); in ConvertDataSeries()
3277 XclExpChTextRef& rxChAxisTitle, sal_uInt16 nTitleTarget, in ConvertAxis()
3383 void XclExpChChart::SetDataLabel( XclExpChTextRef xText ) in SetDataLabel()

Completed in 39 milliseconds