Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/excel/
H A Dxechart.cxx1185 XclExpChText::XclExpChText( const XclExpChRoot& rRoot ) : in XclExpChText() function in XclExpChText
1191 void XclExpChText::SetFont( XclExpChFontRef xFont, const Color& rColor, sal_uInt32 nColorId ) in SetFont()
1199 void XclExpChText::SetRotation( sal_uInt16 nRotation ) in SetRotation()
1205 void XclExpChText::ConvertTitle( Reference< XTitle > xTitle, sal_uInt16 nTarget ) in ConvertTitle()
1268 void XclExpChText::ConvertLegend( const ScfPropertySet& rPropSet ) in ConvertLegend()
1275 bool XclExpChText::ConvertDataLabel( const ScfPropertySet& rPropSet, in ConvertDataLabel()
1368 void XclExpChText::ConvertTrendLineEquation( const ScfPropertySet& rPropSet, const XclChDataPointPo… in ConvertTrendLineEquation()
1387 sal_uInt16 XclExpChText::GetAttLabelFlags() const in GetAttLabelFlags()
1397 void XclExpChText::WriteSubRecords( XclExpStream& rStrm ) in WriteSubRecords()
1413 void XclExpChText::WriteBody( XclExpStream& rStrm ) in WriteBody()
[all …]
/AOO41X/main/sc/source/filter/inc/
H A Dxechart.hxx519 class XclExpChText : public XclExpChGroupBase, public XclExpChFontBase class
526 explicit XclExpChText( const XclExpChRoot& rRoot );
565 typedef ScfRef< XclExpChText > XclExpChTextRef;
1233 typedef XclExpRecordList< XclExpChText > XclExpChTextList;