Searched refs:aDetectiveObjList (Results 1 – 2 of 2) sorted by relevance
466 aDetectiveObjList() in ScMyDetectiveObjContainer()501 aDetectiveObjList.push_back( aDetObj ); in AddObject()508 if( !aDetectiveObjList.empty() ) in GetFirstAddress()510 rCellAddress = aDetectiveObjList.begin()->aPosition; in GetFirstAddress()519 ScMyDetectiveObjList::iterator aItr(aDetectiveObjList.begin()); in SetCellData()520 ScMyDetectiveObjList::iterator aEndItr(aDetectiveObjList.end()); in SetCellData()524 aItr = aDetectiveObjList.erase( aItr ); in SetCellData()531 ScMyDetectiveObjList::iterator aItr = aDetectiveObjList.begin(); in SkipTable()532 while( (aItr != aDetectiveObjList.end()) && (aItr->aPosition.Sheet == nSkip) ) in SkipTable()533 aItr = aDetectiveObjList.erase(aItr); in SkipTable()[all …]
238 ScMyDetectiveObjList aDetectiveObjList; member in ScMyDetectiveObjContainer