Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx772 aLastAddress.Row = 0; in SetCurrentTable()
773 aLastAddress.Column = 0; in SetCurrentTable()
774 aLastAddress.Sheet = nTable; in SetCurrentTable()
875 sal_Int32 nRemoveBeforeRow = aLastAddress.Row; in GetNext()
879 aLastAddress = aCell.aCellAddress; in GetNext()
H A DXMLExportIterator.hxx357 com::sun::star::table::CellAddress aLastAddress; member in ScMyNotEmptyCellsIterator