Searched refs:aParaBounds (Results 1 – 3 of 3) sorted by relevance
737 awt::Rectangle aParaBounds( rPara.getBounds() ); in getCharacterBounds() local739 aBounds.X += aParaBounds.X; in getCharacterBounds()740 aBounds.Y += aParaBounds.Y; in getCharacterBounds()771 awt::Rectangle aParaBounds( rPara.getBounds() ); in getIndexAtPoint() local773 aPoint.X -= aParaBounds.X; in getIndexAtPoint()774 aPoint.Y -= aParaBounds.Y; in getIndexAtPoint()
384 ::css::awt::Rectangle aParaBounds(m_xDocument->retrieveParagraphBounds(this, false)); in getCharacterBounds()385 aBounds.X -= aParaBounds.X; in getCharacterBounds()386 aBounds.Y -= aParaBounds.Y; in getCharacterBounds()405 ::css::awt::Rectangle aParaBounds(m_xDocument->retrieveParagraphBounds(this, false)); in getIndexAtPoint()406 aPoint.X += aParaBounds.X; in getIndexAtPoint()407 aPoint.Y += aParaBounds.Y; in getIndexAtPoint()
1766 Rectangle aParaBounds( rCacheTF.GetParaBounds( static_cast< sal_uInt16 > (nChild) ) ); in getAccessibleAtPoint() local1768 if( aParaBounds.IsInside( aLogPoint ) ) in getAccessibleAtPoint()
Completed in 51 milliseconds