Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxecontent.hxx168 class XclExpCF : public XclExpRecord, protected XclExpRoot class
171 explicit XclExpCF( const XclExpRoot& rRoot, const ScCondFormatEntry& rFormatEntry );
172 virtual ~XclExpCF();
207 typedef XclExpRecordList< XclExpCF > XclExpCFList;
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx793 XclExpCF::XclExpCF( const XclExpRoot& rRoot, const ScCondFormatEntry& rFormatEntry ) : in XclExpCF() function in XclExpCF
800 XclExpCF::~XclExpCF() in ~XclExpCF()
804 void XclExpCF::WriteBody( XclExpStream& rStrm ) in WriteBody()
822 maCFList.AppendNewRecord( new XclExpCF( GetRoot(), *pEntry ) ); in XclExpCondfmt()

Completed in 28 milliseconds