Home
last modified time | relevance | path

Searched refs:aDetectiveOpList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx554 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 …]
H A DXMLDetectiveContext.cxx64 aDetectiveOpList.sort(); in Sort()
69 if( aDetectiveOpList.empty() ) in GetFirstOp()
71 ScMyImpDetectiveOpList::iterator aItr = aDetectiveOpList.begin(); in GetFirstOp()
73 aDetectiveOpList.erase( aItr ); in GetFirstOp()
H A DXMLDetectiveContext.hxx68 ScMyImpDetectiveOpList aDetectiveOpList; member in ScMyImpDetectiveOpArray
72 aDetectiveOpList() {} in ScMyImpDetectiveOpArray()
75 { aDetectiveOpList.push_back( rDetOp ); } in AddDetectiveOp()
H A DXMLExportIterator.hxx274 ScMyDetectiveOpList aDetectiveOpList; member in ScMyDetectiveOpContainer

Completed in 32 milliseconds