Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxecontent.hxx189 class XclExpCondfmt : public XclExpRecord, protected XclExpRoot class
192 …explicit XclExpCondfmt( const XclExpRoot& rRoot, const ScConditionalFormat& rCondFormat…
193 virtual ~XclExpCondfmt();
228 typedef XclExpRecordList< XclExpCondfmt > XclExpCondfmtList;
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx811 XclExpCondfmt::XclExpCondfmt( const XclExpRoot& rRoot, const ScConditionalFormat& rCondFormat ) : in XclExpCondfmt() function in XclExpCondfmt
827 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 23 milliseconds