Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/inc/
H A Dxicontent.hxx114 class XclImpCondFormat : protected XclImpRoot class
117 explicit XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex );
118 virtual ~XclImpCondFormat();
155 typedef ScfDelList< XclImpCondFormat > XclImpCondFmtList;
/aoo41x/main/sc/source/filter/excel/
H A Dxicontent.cxx492 XclImpCondFormat::XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex ) : in XclImpCondFormat() function in XclImpCondFormat
500 XclImpCondFormat::~XclImpCondFormat() in ~XclImpCondFormat()
504 void XclImpCondFormat::ReadCondfmt( XclImpStream& rStrm ) in ReadCondfmt()
514 void XclImpCondFormat::ReadCF( XclImpStream& rStrm ) in ReadCF()
647 void XclImpCondFormat::Apply() in Apply()
677 XclImpCondFormat* pFmt = new XclImpCondFormat( GetRoot(), maCondFmtList.Count() ); in ReadCondfmt()
691 for( XclImpCondFormat* pFmt = maCondFmtList.First(); pFmt; pFmt = maCondFmtList.Next() ) in Apply()

Completed in 35 milliseconds