Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx560 typedef ScfRef< XclImpChText > XclImpChTextRef; typedef
650 XclImpChTextRef CreateDataLabel( XclImpChTextRef xParent ) const;
679 inline void SetDataLabel( XclImpChTextRef xLabel ) { mxLabel = xLabel; } in SetDataLabel()
699 inline XclImpChTextRef GetDataLabel() const { return mxLabel; } in GetDataLabel()
721 XclImpChTextRef mxLabel; /// Data point label formatting (CHTEXT group).
815 void SetDataLabel( XclImpChTextRef xLabel );
865 XclImpChTextRef* GetDataLabelRef( sal_uInt16 nPointIdx );
981 XclImpChTextRef mxText; /// Legend text format (CHTEXT group).
1331 void UpdateAxisTitle( XclImpChTextRef xTitle );
1336 void ConvertAxis( XclImpChAxisRef xChAxis, XclImpChTextRef xChAxisTitle,
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1234 void lclUpdateText( XclImpChTextRef& rxText, XclImpChTextRef xDefText ) in lclUpdateText()
1242 void lclFinalizeTitle( XclImpChTextRef& rxTitle, XclImpChTextRef xDefText, const String& rAutoTitle… in lclFinalizeTitle()
1369 XclImpChTextRef XclImpChAttachedLabel::CreateDataLabel( XclImpChTextRef xParent ) const in CreateDataLabel()
1375XclImpChTextRef xLabel( xParent.is() ? new XclImpChText( *xParent ) : new XclImpChText( GetChRoot(… in CreateDataLabel()
1586 XclImpChTextRef xDefText; in UpdateDataLabel()
1829 void XclImpChSeries::SetDataLabel( XclImpChTextRef xLabel ) in SetDataLabel()
1833 XclImpChTextRef* pxLabel = GetDataLabelRef( xLabel->GetPointPos().mnPointIdx ); in SetDataLabel()
2092 XclImpChTextRef* XclImpChSeries::GetDataLabelRef( sal_uInt16 nPointIdx ) in GetDataLabelRef()
3481 XclImpChTextRef xDefText = GetChartData().GetDefaultText( EXC_CHTEXTTYPE_AXISTITLE ); in Finalize()
3572 XclImpChTextRef xText( new XclImpChText( GetChRoot() ) ); in ReadChText()
[all …]