Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx234 SvxTextForwarder& rCacheTF = GetTextForwarder(); in implGetLineBoundary() local
240 const sal_Int32 nTextLen = rCacheTF.GetTextLen( static_cast< sal_uInt16 >( nParaIndex ) ); in implGetLineBoundary()
246 … const sal_uInt16 nLineCount=rCacheTF.GetLineCount( static_cast< sal_uInt16 >( nParaIndex ) ); in implGetLineBoundary()
254 … rBoundary.startPos = nTextLen - rCacheTF.GetLineLen( static_cast< sal_uInt16 >( nParaIndex ), in implGetLineBoundary()
266 nCurIndex += rCacheTF.GetLineLen( static_cast< sal_uInt16 >( nParaIndex ), nLine); in implGetLineBoundary()
270 …rBoundary.startPos = nCurIndex - rCacheTF.GetLineLen(static_cast< sal_uInt16 >( nParaIndex ), nLin… in implGetLineBoundary()
1115 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getAccessibleAtPoint() local
1116 Point aLogPoint( GetViewForwarder().PixelToLogic( aPoint, rCacheTF.GetMapMode() ) ); in getAccessibleAtPoint()
1118 …EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( static_cast< sal_uInt16 > (GetParagraphIndex()) … in getAccessibleAtPoint()
1144 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getBounds() local
[all …]
H A DAccessibleImageBullet.cxx269 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getBounds() local
270 …EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( static_cast< sal_uInt16 > (GetParagraphIndex()) … in getBounds()
271 …Rectangle aParentRect = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getBounds()
284 rCacheTF.GetMapMode(), in getBounds()
/AOO41X/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx888 SvxTextForwarder& rCacheTF = GetTextForwarder(); in UpdateVisibleChildren() local
906 sal_Int32 nParas=rCacheTF.GetParagraphCount(); in UpdateVisibleChildren()
916 aTmpBB = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( nCurrPara ) ); in UpdateVisibleChildren()
919 …BB = ::accessibility::AccessibleEditableTextPara::LogicToPixel( aTmpBB, rCacheTF.GetMapMode(), rCa… in UpdateVisibleChildren()
1756 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getAccessibleAtPoint() local
1757 Point aLogPoint( GetViewForwarder().PixelToLogic( aPoint, rCacheTF.GetMapMode() ) ); in getAccessibleAtPoint()
1766 Rectangle aParaBounds( rCacheTF.GetParaBounds( static_cast< sal_uInt16 > (nChild) ) ); in getAccessibleAtPoint()