Searched refs:XclExpUserBViewList (Results 1 – 4 of 4) sorted by relevance
49 class XclExpUserBViewList;72 XclExpUserBViewList* pUserBViewList; // pointer to rec list, do not destroy
63 class XclExpUserBViewList : public ExcEmptyRec, private List class70 XclExpUserBViewList( const ScChangeTrack& rChangeTrack );71 virtual ~XclExpUserBViewList();
114 XclExpUserBViewList::XclExpUserBViewList( const ScChangeTrack& rChangeTrack ) in XclExpUserBViewList() function in XclExpUserBViewList128 XclExpUserBViewList::~XclExpUserBViewList() in ~XclExpUserBViewList()134 void XclExpUserBViewList::Save( XclExpStream& rStrm ) in Save()
363 rR.pUserBViewList = new XclExpUserBViewList( *rDoc.GetChangeTrack() ); in FillAsHeader()
Completed in 52 milliseconds