Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dpreview.cxx421 Rectangle aRectCellPosition; in DoPrint() local
430 …->GetCellPosition( ScAddress( i,aPageArea.aStart.Row(),aPageArea.aStart.Tab()),aRectCellPosition ); in DoPrint()
431 nRight[i] = aRectCellPosition.Right(); in DoPrint()
439 pLocationData->GetCellPosition( aPageArea.aStart,aRectCellPosition ); in DoPrint()
440 nRight[ aPageArea.aEnd.Col() ] = aRectCellPosition.Left(); in DoPrint()
443 …Data->GetCellPosition( ScAddress( i,aPageArea.aEnd.Row(),aPageArea.aEnd.Tab()),aRectCellPosition ); in DoPrint()
444 … nRight[ i-1 ] = nRight[ i ] + aRectCellPosition.Right() - aRectCellPosition.Left() + 1; in DoPrint()

Completed in 17 milliseconds