Searched refs:XclExpCondfmt (Results 1 – 2 of 2) sorted by relevance
189 class XclExpCondfmt : public XclExpRecord, protected XclExpRoot class192 …explicit XclExpCondfmt( const XclExpRoot& rRoot, const ScConditionalFormat& rCondFormat…193 virtual ~XclExpCondfmt();228 typedef XclExpRecordList< XclExpCondfmt > XclExpCondfmtList;
811 XclExpCondfmt::XclExpCondfmt( const XclExpRoot& rRoot, const ScConditionalFormat& rCondFormat ) : in XclExpCondfmt() function in XclExpCondfmt827 XclExpCondfmt::~XclExpCondfmt() in ~XclExpCondfmt()831 bool XclExpCondfmt::IsValid() const in IsValid()836 void XclExpCondfmt::Save( XclExpStream& rStrm ) in Save()845 void XclExpCondfmt::WriteBody( XclExpStream& rStrm ) in WriteBody()856 void XclExpCondfmt::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()885 … XclExpCondfmtList::RecordRefType xCondfmtRec( new XclExpCondfmt( GetRoot(), **ppCondFmt ) ); in XclExpCondFormatBuffer()
Completed in 24 milliseconds