Searched refs:XclExpChTick (Results 1 – 2 of 2) sorted by relevance
1058 class XclExpChTick : public XclExpRecord, protected XclExpChRoot class1061 explicit XclExpChTick( const XclExpChRoot& rRoot );1078 typedef ScfRef< XclExpChTick > XclExpChTickRef;
2819 XclExpChTick::XclExpChTick( const XclExpChRoot& rRoot ) : in XclExpChTick() function in XclExpChTick2826 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 386 milliseconds