Searched refs:XclImpChTextRef (Results 1 – 2 of 2) sorted by relevance
560 typedef ScfRef< XclImpChText > XclImpChTextRef; typedef650 XclImpChTextRef CreateDataLabel( XclImpChTextRef xParent ) const;699 inline XclImpChTextRef GetDataLabel() const { return mxLabel; } in GetDataLabel()815 void SetDataLabel( XclImpChTextRef xLabel );865 XclImpChTextRef* GetDataLabelRef( sal_uInt16 nPointIdx );1331 void UpdateAxisTitle( XclImpChTextRef xTitle );1351 XclImpChTextRef mxXAxisTitle; /// The X axis title (CHTEXT group).1352 XclImpChTextRef mxYAxisTitle; /// The Y axis title (CHTEXT group).1353 XclImpChTextRef mxZAxisTitle; /// The Z axis title (CHTEXT group).1393 XclImpChTextRef GetDefaultText( XclChTextType eTextType ) const;[all …]
1234 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()1586 XclImpChTextRef xDefText; in UpdateDataLabel()1829 void XclImpChSeries::SetDataLabel( XclImpChTextRef xLabel ) in SetDataLabel()2092 XclImpChTextRef* XclImpChSeries::GetDataLabelRef( sal_uInt16 nPointIdx ) in GetDataLabelRef()3572 XclImpChTextRef xText( new XclImpChText( GetChRoot() ) ); in ReadChText()3653 XclImpChAxisRef xChAxis, XclImpChTextRef xChAxisTitle, in ConvertAxis()3775 XclImpChTextRef xText( new XclImpChText( GetChRoot() ) ); in ReadChDefaultText()3810 XclImpChTextRef XclImpChChart::GetDefaultText( XclChTextType eTextType ) const in GetDefaultText()[all …]
Completed in 106 milliseconds