Searched refs:XclExpCF (Results 1 – 2 of 2) sorted by relevance
168 class XclExpCF : public XclExpRecord, protected XclExpRoot class171 explicit XclExpCF( const XclExpRoot& rRoot, const ScCondFormatEntry& rFormatEntry );172 virtual ~XclExpCF();207 typedef XclExpRecordList< XclExpCF > XclExpCFList;
793 XclExpCF::XclExpCF( const XclExpRoot& rRoot, const ScCondFormatEntry& rFormatEntry ) : in XclExpCF() function in XclExpCF800 XclExpCF::~XclExpCF() in ~XclExpCF()804 void XclExpCF::WriteBody( XclExpStream& rStrm ) in WriteBody()822 maCFList.AppendNewRecord( new XclExpCF( GetRoot(), *pEntry ) ); in XclExpCondfmt()
Completed in 27 milliseconds