Home
last modified time | relevance | path

Searched refs:aParaRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx200 Rectangle aParaRect = GetParagraphBoundingBox(); in GetBoundingBox() local
201 if( !aParaRect.IsEmpty() && (aCellRect.GetWidth() < aParaRect.GetWidth()) ) in GetBoundingBox()
202 aCellRect.SetSize( Size( aParaRect.GetWidth(), aCellRect.GetHeight() ) ); in GetBoundingBox()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1594 awt::Rectangle aParaRect( getBounds() ); in getCharacterBounds() local
1595 aScreenRect.Move( -aParaRect.X, -aParaRect.Y ); in getCharacterBounds()
1637 Rectangle aParaRect = rCacheTF.GetParaBounds( GetParagraphIndex() ); in getIndexAtPoint() local
1638 aLogPoint.Move( aParaRect.Left(), aParaRect.Top() ); in getIndexAtPoint()

Completed in 32 milliseconds