Lines Matching refs:Rectangle

215 	return Rectangle( Point( 0, 0 ), GetBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) );  in containsPoint()
234 awt::Rectangle SAL_CALL SvxRectCtlAccessibleContext::getBounds() throw( RuntimeException ) in getBounds()
312 Rectangle aFocusRect( mpRepr->CalculateFocusRectangle( p->ePoint ) ); in getAccessibleChild()
314Rectangle aBoundingBoxOnScreen( mpRepr->OutputToScreenPixel( aFocusRect.TopLeft() ), aFocusRect.G… in getAccessibleChild()
813 Rectangle SvxRectCtlAccessibleContext::GetBoundingBoxOnScreen( void ) throw( RuntimeException ) in GetBoundingBoxOnScreen()
820 …return Rectangle( mpRepr->GetParent()->OutputToScreenPixel( mpRepr->GetPosPixel() ), mpRepr->GetSi… in GetBoundingBoxOnScreen()
823 Rectangle SvxRectCtlAccessibleContext::GetBoundingBox( void ) throw( RuntimeException ) in GetBoundingBox()
830 return Rectangle( mpRepr->GetPosPixel(), mpRepr->GetSizePixel() ); in GetBoundingBox()
865 const Rectangle& rBoundingBox, in DBG_NAME()
872 mpBoundingBox( new Rectangle( rBoundingBox ) ), in DBG_NAME()
906 return Rectangle( Point( 0, 0 ), GetBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) ); in containsPoint()
914 awt::Rectangle SAL_CALL SvxRectCtlChildAccessibleContext::getBounds() throw( RuntimeException ) in getBounds()
1290 Rectangle SvxRectCtlChildAccessibleContext::GetBoundingBoxOnScreen( void ) throw( RuntimeException ) in GetBoundingBoxOnScreen()
1295 Rectangle aRect( GetBoundingBox() ); in GetBoundingBoxOnScreen()
1297 return Rectangle( mrParentWindow.OutputToScreenPixel( aRect.TopLeft() ), aRect.GetSize() ); in GetBoundingBoxOnScreen()
1300 Rectangle SvxRectCtlChildAccessibleContext::GetBoundingBox( void ) throw( RuntimeException ) in GetBoundingBox()