Lines Matching refs:Rectangle

684Rectangle AccessibleEditableTextPara::LogicToPixel( const Rectangle& rRect, const MapMode& rMapMod…  in LogicToPixel()
687 return Rectangle( rForwarder.LogicToPixel( rRect.TopLeft(), rMapMode ), in LogicToPixel()
1093 awt::Rectangle aTmpRect = getBounds(); in containsPoint()
1094 Rectangle aRect( Point(aTmpRect.X, aTmpRect.Y), Size(aTmpRect.Width, aTmpRect.Height) ); in containsPoint()
1124 Rectangle aRect = aBulletInfo.aBounds; in getAccessibleAtPoint()
1135 awt::Rectangle SAL_CALL AccessibleEditableTextPara::getBounds() throw (uno::RuntimeException) in getBounds()
1145Rectangle aRect = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getBounds()
1148 Rectangle aScreenRect = AccessibleEditableTextPara::LogicToPixel( aRect, in getBounds()
1155 return awt::Rectangle( aScreenRect.Left() + aOffset.X(), in getBounds()
1167 awt::Rectangle aRect = getBounds(); in getLocation()
1225 awt::Rectangle aRect = getBounds(); in getSize()
1571 …awt::Rectangle SAL_CALL AccessibleEditableTextPara::getCharacterBounds( sal_Int32 nIndex ) throw (… in getCharacterBounds()
1585Rectangle aRect = rCacheTF.GetCharBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ), static… in getCharacterBounds()
1588 Rectangle aScreenRect = AccessibleEditableTextPara::LogicToPixel( aRect, in getCharacterBounds()
1594 awt::Rectangle aParaRect( getBounds() ); in getCharacterBounds()
1600 return awt::Rectangle( aScreenRect.Left() + aOffset.X(), in getCharacterBounds()
1636Rectangle aParaRect = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getIndexAtPoint()
1645 awt::Rectangle aRect1( getCharacterBounds(nIndex) ); in getIndexAtPoint()
1646 Rectangle aRect2( aRect1.X, aRect1.Y, in getIndexAtPoint()