Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx411 for( size_t nPos = 0, nSize = maTableopList.GetSize(); !xRec && (nPos < nSize); ++nPos ) in CreateOrExtendTableop()
413 XclExpTableopRef xTempRec = maTableopList.GetRecord( nPos ); in CreateOrExtendTableop()
428 for( size_t nPos = 0, nSize = maTableopList.GetSize(); nPos < nSize; ++nPos ) in Finalize()
429 maTableopList.GetRecord( nPos )->Finalize(); in Finalize()
477 maTableopList.AppendRecord( xRec ); in TryCreate()
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx269 XclExpTableopList maTableopList; /// List of all TABLEOP records. member in XclExpTableopBuffer

Completed in 37 milliseconds