Home
last modified time | relevance | path

Searched refs:XclImpCondFormatManager (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sc/source/filter/inc/
H A Dxiroot.hxx51 class XclImpCondFormatManager;
80 typedef ScfRef< XclImpCondFormatManager > XclImpCondFmtMgrRef;
180 XclImpCondFormatManager& GetCondFormatManager() const;
H A Dxicontent.hxx141 class XclImpCondFormatManager : protected XclImpRoot class
144 explicit XclImpCondFormatManager( const XclImpRoot& rRoot );
/aoo42x/main/sc/source/filter/excel/
H A Dxicontent.cxx670 XclImpCondFormatManager::XclImpCondFormatManager( const XclImpRoot& rRoot ) : in XclImpCondFormatManager() function in XclImpCondFormatManager
675 void XclImpCondFormatManager::ReadCondfmt( XclImpStream& rStrm ) in ReadCondfmt()
682 void XclImpCondFormatManager::ReadCF( XclImpStream& rStrm ) in ReadCF()
689 void XclImpCondFormatManager::Apply() in Apply()
H A Dxiroot.cxx80 mrImpData.mxCondFmtMgr.reset( new XclImpCondFormatManager( GetRoot() ) ); in XclImpRoot()
216 XclImpCondFormatManager& XclImpRoot::GetCondFormatManager() const in GetCondFormatManager()
H A Dread.cxx795 XclImpCondFormatManager& rCondFmtMgr = GetCondFormatManager(); in Read()

Completed in 389 milliseconds