Searched refs:aNewAddr (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportIterator.cxx | 62 table::CellAddress aNewAddr( rCellAddress ); in UpdateAddress() local 63 if( GetFirstAddress( aNewAddr ) ) in UpdateAddress() 65 if( (aNewAddr.Sheet == rCellAddress.Sheet) && in UpdateAddress() 66 ((aNewAddr.Row < rCellAddress.Row) || in UpdateAddress() 67 ((aNewAddr.Row == rCellAddress.Row) && (aNewAddr.Column < rCellAddress.Column))) ) in UpdateAddress() 68 rCellAddress = aNewAddr; in UpdateAddress()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 973 ScAddress aNewAddr( static_cast<SCCOL>(nNew), nPosY, nTab ); in PagebreakMove() local 974 pViewFunc->InsertPageBreak( sal_True, sal_True, &aNewAddr, sal_False ); in PagebreakMove() 1000 ScAddress aNewAddr( nPosX, nNew, nTab ); in PagebreakMove() local 1001 pViewFunc->InsertPageBreak( sal_False, sal_True, &aNewAddr, sal_False ); in PagebreakMove()
|
Completed in 28 milliseconds