Searched refs:ScfDelList (Results 1 – 9 of 9) sorted by relevance
416 template< typename Type > class ScfDelList class422 inline explicit ScfDelList( const ScfDelList& rSrc ) { *this = rSrc; } in ScfDelList() function in ScfDelList423 virtual ~ScfDelList();426 ScfDelList& operator=( const ScfDelList& rSrc );456 template< typename Type > ScfDelList< Type >& ScfDelList< Type >::operator=( const ScfDelList& rSrc… in operator =()464 template< typename Type > ScfDelList< Type >::~ScfDelList() in ~ScfDelList()469 template< typename Type > void ScfDelList< Type >::Clear() in Clear()483 class ScfDelStack : private ScfDelList< Type >495 using ScfDelList< Type >::Clear;496 using ScfDelList< Type >::Count;[all …]
205 ScfDelList< XclImpFont > maFontList; /// List of all FONT records in the Excel file.527 typedef ScfDelList< XclImpStyle > XclImpStyleList;530 ScfDelList< XclImpXF > maXFList; /// List of contents of all XF record.613 ScfDelList< XclImpXFRange > maIndexList; /// The list of XF index range.
155 typedef ScfDelList< XclImpCondFormat > XclImpCondFmtList;230 typedef ScfDelList< XclImpWebQuery > XclImpWebQueryList;
89 typedef ScfDelList< XclImpName > XclImpNameList;
172 typedef ScfDelList< ScfProgressSegment > ScfSegmentList;
105 typedef ScfDelList< XclImpOutlineDataBuffer > XclImpOutlineListBuffer;
355 typedef ScfDelList< XclImpCachedValue > XclImpValueList;
80 typedef ScfDelList< XclImpCrn > XclImpCrnList;127 typedef ScfDelList< XclImpSupbookTab > XclImpSupbookTabList;128 typedef ScfDelList< XclImpExtName > XclImpExtNameList;222 typedef ScfDelList< XclImpSupbook > XclImpSupbookList;
310 typedef ScfDelList< XclListColor > XclListColorList;
Completed in 126 milliseconds