Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx1058 class XclExpChTick : public XclExpRecord, protected XclExpChRoot class
1061 explicit XclExpChTick( const XclExpChRoot& rRoot );
1078 typedef ScfRef< XclExpChTick > XclExpChTickRef;
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx2819 XclExpChTick::XclExpChTick( const XclExpChRoot& rRoot ) : in XclExpChTick() function in XclExpChTick
2826 void XclExpChTick::Convert( const ScfPropertySet& rPropSet, const XclChExtTypeInfo& rTypeInfo, sal_… in Convert()
2867 void XclExpChTick::SetFontColor( const Color& rColor, sal_uInt32 nColorId ) in SetFontColor()
2874 void XclExpChTick::SetRotation( sal_uInt16 nRotation ) in SetRotation()
2881 void XclExpChTick::WriteBody( XclExpStream& rStrm ) in WriteBody()
3002 mxTick.reset( new XclExpChTick( GetChRoot() ) ); in Convert()

Completed in 68 milliseconds