Searched refs:XclExpStyle (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 603 class XclExpStyle : public XclExpRecord class 606 explicit XclExpStyle( sal_uInt32 nXFId, const String& rStyleName ); 607 …explicit XclExpStyle( sal_uInt32 nXFId, sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYL… 703 typedef XclExpRecordList< XclExpStyle > XclExpStyleList;
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 2206 XclExpStyle::XclExpStyle( sal_uInt32 nXFId, const String& rStyleName ) : in XclExpStyle() function in XclExpStyle 2221 XclExpStyle::XclExpStyle( sal_uInt32 nXFId, sal_uInt8 nStyleId, sal_uInt8 nLevel ) : in XclExpStyle() function in XclExpStyle 2229 void XclExpStyle::WriteBody( XclExpStream& rStrm ) in WriteBody() 2264 void XclExpStyle::SaveXml( XclExpXmlStream& rStrm ) in SaveXml() 2843 maStyleList.AppendNewRecord( new XclExpStyle( nXFId, nStyleId, nLevel ) ); in InsertStyleXF() 2862 maStyleList.AppendNewRecord( new XclExpStyle( nXFId, rStyleSheet.GetName() ) ); in InsertStyleXF() 2893 maStyleList.AppendNewRecord( new XclExpStyle( nXFId, nStyleId, nLevel ) ); in AppendBuiltInXFWithStyle()
|
Completed in 36 milliseconds