Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx657 pCellItr(NULL), in ScMyNotEmptyCellsIterator()
669 if (pCellItr) in Clear()
670 delete pCellItr; in Clear()
676 pCellItr = NULL; in Clear()
689 if( pCellItr->ReturnNext( nCellCol, nCellRow ) ) in UpdateAddress()
705 pCellItr->GetNext( nCellCol, nCellRow ); in SetCellData()
778 if (pCellItr) in SetCurrentTable()
779 delete pCellItr; in SetCurrentTable()
780 pCellItr = new ScHorizontalCellIterator(rExport.GetDocument(), nCurrentTable, 0, 0, in SetCurrentTable()
H A DXMLExportIterator.hxx369 ScHorizontalCellIterator* pCellItr; member in ScMyNotEmptyCellsIterator

Completed in 24 milliseconds