Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1750 Point aBotRight = aTopLeft; in GetCellRect() local
1752 aBotRight.X() += rDoc.GetColWidth( nCol, rPos.Tab() ); in GetCellRect()
1753 aBotRight.Y() += rDoc.GetRowHeight( rPos.Row(), aEndPos.Row(), rPos.Tab() ); in GetCellRect()
1758 aBotRight.X() = static_cast< long >( aBotRight.X() * HMM_PER_TWIPS ); in GetCellRect()
1759 aBotRight.Y() = static_cast< long >( aBotRight.Y() * HMM_PER_TWIPS ); in GetCellRect()
1761 aCellRect = Rectangle( aTopLeft, aBotRight ); in GetCellRect()
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx716 Point aBotRight( rRect.X + rRect.Width, rRect.Y + rRect.Height ); in getCellRangeFromRectangle() local
717 CellAddress aEndAddr = getCellAddressFromPosition( aBotRight ); in getCellRangeFromRectangle()
725 if( bMultiCols && (aBotRight.X <= aEndPos.X) ) in getCellRangeFromRectangle()
727 if( bMultiRows && (aBotRight.Y <= aEndPos.Y) ) in getCellRangeFromRectangle()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx188 const Point aBotRight( rRect.Right() - nPix, rRect.Bottom() - nPix ); in PaintPostIts() local
189 const SwRect aRect( aTopLeft, aBotRight ); in PaintPostIts()

Completed in 39 milliseconds