Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/view/
H A Dpreview.cxx424 Rectangle aRectCellPosition; in DoPrint() local
433 …->GetCellPosition( ScAddress( i,aPageArea.aStart.Row(),aPageArea.aStart.Tab()),aRectCellPosition ); in DoPrint()
434 nRight[i] = aRectCellPosition.Right(); in DoPrint()
442 pLocationData->GetCellPosition( aPageArea.aStart,aRectCellPosition ); in DoPrint()
443 nRight[ aPageArea.aEnd.Col() ] = aRectCellPosition.Left(); in DoPrint()
446 …Data->GetCellPosition( ScAddress( i,aPageArea.aEnd.Row(),aPageArea.aEnd.Tab()),aRectCellPosition ); in DoPrint()
447 … nRight[ i-1 ] = nRight[ i ] + aRectCellPosition.Right() - aRectCellPosition.Left() + 1; in DoPrint()

Completed in 23 milliseconds