Lines Matching refs:aRect

82         Rectangle aRect = pWin->GetWindowExtentsRelative( NULL );  in lcl_GetBounds()  local
83 aBounds.X = aRect.Left(); in lcl_GetBounds()
84 aBounds.Y = aRect.Top(); in lcl_GetBounds()
85 aBounds.Width = aRect.GetWidth(); in lcl_GetBounds()
86 aBounds.Height = aRect.GetHeight(); in lcl_GetBounds()
106 Rectangle aRect = pWin->GetWindowExtentsRelative( NULL ); in lcl_GetLocationOnScreen() local
107 aPos.X = aRect.Left(); in lcl_GetLocationOnScreen()
108 aPos.Y = aRect.Top(); in lcl_GetLocationOnScreen()
242 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getLocation() local
243 return awt::Point( aRect.X, aRect.Y ); in getLocation()
268 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getSize() local
269 Size aSz2( aRect.Width, aRect.Height ); in getSize()
626 Rectangle aRect( aTLPos, aSize ); in getIndexAtPoint() local
627 if (aRect.IsInside( aPos )) in getIndexAtPoint()
1339 Rectangle aRect(0,0,0,0); in GetCharBounds() local
1348 aRect = pEditEngine->GetCharacterBounds( EPosition(nPara, nIndex-1) ); in GetCharBounds()
1350 aRect.Move( aRect.Right() - aRect.Left(), 0 ); in GetCharBounds()
1351 aRect.SetSize( Size(1, pEditEngine->GetTextHeight()) ); in GetCharBounds()
1355 aRect = pEditEngine->GetCharacterBounds( EPosition(nPara, nIndex) ); in GetCharBounds()
1358 return aRect; in GetCharBounds()
1363 Rectangle aRect(0,0,0,0); in GetParaBounds() local
1371 aRect = Rectangle( aPnt.X(), aPnt.Y(), aPnt.X() + nWidth, aPnt.Y() + nHeight ); in GetParaBounds()
1374 return aRect; in GetParaBounds()
1579 Rectangle aRect(0,0,0,0); in GetVisArea() local
1598 aRect = pOutDev->LogicToPixel( aVisArea, aMapMode ); in GetVisArea()
1602 return aRect; in GetVisArea()
1828 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getLocation() local
1829 return awt::Point( aRect.X, aRect.Y ); in getLocation()
1854 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getSize() local
1855 Size aSz2( aRect.Width, aRect.Height ); in getSize()