Home
last modified time | relevance | path

Searched refs:aParaBounds (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx737 awt::Rectangle aParaBounds( rPara.getBounds() ); in getCharacterBounds() local
739 aBounds.X += aParaBounds.X; in getCharacterBounds()
740 aBounds.Y += aParaBounds.Y; in getCharacterBounds()
771 awt::Rectangle aParaBounds( rPara.getBounds() ); in getIndexAtPoint() local
773 aPoint.X -= aParaBounds.X; in getIndexAtPoint()
774 aPoint.Y -= aParaBounds.Y; in getIndexAtPoint()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx384 ::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()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx1766 Rectangle aParaBounds( rCacheTF.GetParaBounds( nChild ) ); in getAccessibleAtPoint() local
1768 if( aParaBounds.IsInside( aLogPoint ) ) in getAccessibleAtPoint()

Completed in 34 milliseconds