Searched refs:aParaRect (Results 1 – 2 of 2) sorted by relevance
200 Rectangle aParaRect = GetParagraphBoundingBox(); in GetBoundingBox() local201 if( !aParaRect.IsEmpty() && (aCellRect.GetWidth() < aParaRect.GetWidth()) ) in GetBoundingBox()202 aCellRect.SetSize( Size( aParaRect.GetWidth(), aCellRect.GetHeight() ) ); in GetBoundingBox()
1594 awt::Rectangle aParaRect( getBounds() ); in getCharacterBounds() local1595 aScreenRect.Move( -aParaRect.X, -aParaRect.Y ); in getCharacterBounds()1637 Rectangle aParaRect = rCacheTF.GetParaBounds( GetParagraphIndex() ); in getIndexAtPoint() local1638 aLogPoint.Move( aParaRect.Left(), aParaRect.Top() ); in getIndexAtPoint()
Completed in 31 milliseconds