Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1795 ScMyCell aPrevCell; in _ExportContent() local
1801 aPrevCell = aCell; in _ExportContent()
1806 if ((aPrevCell.aCellAddress.Row == aCell.aCellAddress.Row) && in _ExportContent()
1809 if(IsCellEqual(aPrevCell, aCell)) in _ExportContent()
1813 WriteCell(aPrevCell, nEqualCells); in _ExportContent()
1815 aPrevCell = aCell; in _ExportContent()
1820 WriteCell(aPrevCell, nEqualCells); in _ExportContent()
1821 … ExportFormatRanges(aPrevCell.aCellAddress.Column + nEqualCells + 1, aPrevCell.aCellAddress.Row, in _ExportContent()
1824 aPrevCell = aCell; in _ExportContent()
1830 WriteCell(aPrevCell, nEqualCells); in _ExportContent()
[all …]

Completed in 158 milliseconds