Home
last modified time | relevance | path

Searched refs:ScfDelList (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dftools.hxx416 template< typename Type > class ScfDelList class
422 inline explicit ScfDelList( const ScfDelList& rSrc ) { *this = rSrc; } in ScfDelList() function in ScfDelList
423 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 …]
H A Dxistyle.hxx205 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.
H A Dxicontent.hxx155 typedef ScfDelList< XclImpCondFormat > XclImpCondFmtList;
230 typedef ScfDelList< XclImpWebQuery > XclImpWebQueryList;
H A Dxiname.hxx89 typedef ScfDelList< XclImpName > XclImpNameList;
H A Dfprogressbar.hxx172 typedef ScfDelList< ScfProgressSegment > ScfSegmentList;
H A Dimp_op.hxx105 typedef ScfDelList< XclImpOutlineDataBuffer > XclImpOutlineListBuffer;
H A Dxihelper.hxx355 typedef ScfDelList< XclImpCachedValue > XclImpValueList;
/trunk/main/sc/source/filter/excel/
H A Dxilink.cxx80 typedef ScfDelList< XclImpCrn > XclImpCrnList;
127 typedef ScfDelList< XclImpSupbookTab > XclImpSupbookTabList;
128 typedef ScfDelList< XclImpExtName > XclImpExtNameList;
222 typedef ScfDelList< XclImpSupbook > XclImpSupbookList;
H A Dxestyle.cxx310 typedef ScfDelList< XclListColor > XclListColorList;

Completed in 126 milliseconds