Lines Matching refs:Rectangle

72 static awt::Rectangle lcl_GetBounds( Window *pWin )  in lcl_GetBounds()
79 awt::Rectangle aBounds; in lcl_GetBounds()
82 Rectangle aRect = pWin->GetWindowExtentsRelative( NULL ); in lcl_GetBounds()
90 Rectangle aParentRect = pParent->GetWindowExtentsRelative( NULL ); in lcl_GetBounds()
106 Rectangle aRect = pWin->GetWindowExtentsRelative( NULL ); in lcl_GetLocationOnScreen()
223 awt::Rectangle SAL_CALL SmGraphicAccessible::getBounds() in getBounds()
242 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getLocation()
268 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getSize()
505 awt::Rectangle SAL_CALL SmGraphicAccessible::getCharacterBounds( sal_Int32 nIndex ) in getCharacterBounds()
510 awt::Rectangle aRes; in getCharacterBounds()
626 Rectangle aRect( aTLPos, aSize ); in getIndexAtPoint()
920 Rectangle SmViewForwarder::GetVisArea() const in GetVisArea()
927 Rectangle aVisArea = pEditView->GetVisArea(); in GetVisArea()
943 return Rectangle(); in GetVisArea()
1337 Rectangle SmTextForwarder::GetCharBounds( sal_uInt32 nPara, sal_uInt16 nIndex ) const in GetCharBounds()
1339 Rectangle aRect(0,0,0,0); in GetCharBounds()
1361 Rectangle SmTextForwarder::GetParaBounds( sal_uInt32 nPara ) const in GetParaBounds()
1363 Rectangle aRect(0,0,0,0); in GetParaBounds()
1371 aRect = Rectangle( aPnt.X(), aPnt.Y(), aPnt.X() + nWidth, aPnt.Y() + nHeight ); in GetParaBounds()
1577 Rectangle SmEditViewForwarder::GetVisArea() const in GetVisArea()
1579 Rectangle aRect(0,0,0,0); in GetVisArea()
1586 Rectangle aVisArea = pEditView->GetVisArea(); in GetVisArea()
1809 awt::Rectangle SAL_CALL SmEditAccessible::getBounds( ) in getBounds()
1828 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getLocation()
1854 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getSize()