Searched refs:aDetectiveOpList (Results 1 – 4 of 4) sorted by relevance
554 aDetectiveOpList() in ScMyDetectiveOpContainer()568 aDetectiveOpList.push_back( aDetOp ); in AddOperation()574 if( !aDetectiveOpList.empty() ) in GetFirstAddress()576 rCellAddress = aDetectiveOpList.begin()->aPosition; in GetFirstAddress()585 ScMyDetectiveOpList::iterator aItr(aDetectiveOpList.begin()); in SetCellData()586 ScMyDetectiveOpList::iterator aEndItr(aDetectiveOpList.end()); in SetCellData()590 aItr = aDetectiveOpList.erase( aItr ); in SetCellData()597 ScMyDetectiveOpList::iterator aItr = aDetectiveOpList.begin(); in SkipTable()598 while( (aItr != aDetectiveOpList.end()) && (aItr->aPosition.Sheet == nSkip) ) in SkipTable()599 aItr = aDetectiveOpList.erase(aItr); in SkipTable()[all …]
64 aDetectiveOpList.sort(); in Sort()69 if( aDetectiveOpList.empty() ) in GetFirstOp()71 ScMyImpDetectiveOpList::iterator aItr = aDetectiveOpList.begin(); in GetFirstOp()73 aDetectiveOpList.erase( aItr ); in GetFirstOp()
68 ScMyImpDetectiveOpList aDetectiveOpList; member in ScMyImpDetectiveOpArray72 aDetectiveOpList() {} in ScMyImpDetectiveOpArray()75 { aDetectiveOpList.push_back( rDetOp ); } in AddDetectiveOp()
274 ScMyDetectiveOpList aDetectiveOpList; member in ScMyDetectiveOpContainer
Completed in 28 milliseconds