Lines Matching refs:rCacheTF

234         SvxTextForwarder&	rCacheTF = GetTextForwarder();  in implGetLineBoundary()  local
240 const sal_Int32 nTextLen = rCacheTF.GetTextLen( nParaIndex ); in implGetLineBoundary()
246 const sal_uInt16 nLineCount=rCacheTF.GetLineCount( nParaIndex ); in implGetLineBoundary()
254 rBoundary.startPos = nTextLen - rCacheTF.GetLineLen( nParaIndex, in implGetLineBoundary()
266 nCurIndex += rCacheTF.GetLineLen(nParaIndex, nLine); in implGetLineBoundary()
270 rBoundary.startPos = nCurIndex - rCacheTF.GetLineLen(nParaIndex, nLine); in implGetLineBoundary()
1115 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getAccessibleAtPoint() local
1116 Point aLogPoint( GetViewForwarder().PixelToLogic( aPoint, rCacheTF.GetMapMode() ) ); in getAccessibleAtPoint()
1118 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( GetParagraphIndex() ); in getAccessibleAtPoint()
1144 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getBounds() local
1145 Rectangle aRect = rCacheTF.GetParaBounds( GetParagraphIndex() ); in getBounds()
1149 rCacheTF.GetMapMode(), in getBounds()
1363 SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); in GetFieldTypeNameAtIndex() local
1367 sal_Int32 nField = rCacheTF.GetFieldCount(nParaIndex), nFoundFieldIndex = -1; in GetFieldTypeNameAtIndex()
1373 ree = rCacheTF.GetFieldInfo(nParaIndex, j); in GetFieldTypeNameAtIndex()
1450 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getCharacterAttributes() local
1451 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( GetParagraphIndex() ); in getCharacterAttributes()
1584 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getCharacterBounds() local
1585 …Rectangle aRect = rCacheTF.GetCharBounds( GetParagraphIndex(), static_cast< sal_uInt16 >( nIndex )… in getCharacterBounds()
1589 rCacheTF.GetMapMode(), in getCharacterBounds()
1633 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getIndexAtPoint() local
1634 Point aLogPoint( GetViewForwarder().PixelToLogic( aPoint, rCacheTF.GetMapMode() ) ); in getIndexAtPoint()
1637 Rectangle aParaRect = rCacheTF.GetParaBounds( GetParagraphIndex() ); in getIndexAtPoint()
1640 if( rCacheTF.GetIndexAtPoint( aLogPoint, nPara, nIndex ) && in getIndexAtPoint()
1760 SvxTextForwarder& rCacheTF = GetTextForwarder(); in _correctValues() local
1882 …const SvxNumBulletItem& rNumBullet = ( SvxNumBulletItem& )rCacheTF.GetParaAttribs(GetParagraphInde… in _correctValues()
1906 SfxItemSet aAttribs = rCacheTF.GetParaAttribs( GetParagraphIndex() ); in _correctValues()
1930 SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); in SkipField() local
1932 sal_Int32 nField = rCacheTF.GetFieldCount(nParaIndex), nFoundFieldIndex = -1; in SkipField()
1937 ree = rCacheTF.GetFieldInfo(nParaIndex, j); in SkipField()
1966 SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); in ExtendByField() local
1968 sal_Int32 nField = rCacheTF.GetFieldCount(nParaIndex), nFoundFieldIndex = -1; in ExtendByField()
1973 ree = rCacheTF.GetFieldInfo(nParaIndex, j); in ExtendByField()
2007 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo(nParaIndex); in ExtendByField()
2063 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getTextAtIndex() local
2065 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( GetParagraphIndex() ); in getTextAtIndex()
2087 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getTextAtIndex() local
2093 sal_uInt16 nLine, nLineCount=rCacheTF.GetLineCount( nParaIndex ); in getTextAtIndex()
2103 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( nParaIndex ); in getTextAtIndex()
2111 sal_Int32 nLineLen = rCacheTF.GetLineLen(nParaIndex, nLine); in getTextAtIndex()
2200 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getTextBeforeIndex() local
2206 sal_uInt16 nLine, nLineCount=rCacheTF.GetLineCount( nParaIndex ); in getTextBeforeIndex()
2218 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( nParaIndex ); in getTextBeforeIndex()
2229 nCurLineLen = rCacheTF.GetLineLen(nParaIndex, nLine); in getTextBeforeIndex()
2353 SvxTextForwarder& rCacheTF = GetTextForwarder(); in getTextBehindIndex() local
2359 sal_uInt16 nLine, nLineCount=rCacheTF.GetLineCount( nParaIndex ); in getTextBehindIndex()
2370 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( nParaIndex ); in getTextBehindIndex()
2378 sal_Int32 nLineLen = rCacheTF.GetLineLen(nParaIndex, nLine); in getTextBehindIndex()
2389 aResult.SegmentEnd = nCurIndex + rCacheTF.GetLineLen(nParaIndex, nLine+1); in getTextBehindIndex()
2454 …SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); // MUST be after GetEditViewForwarder(… in copyText() local
2455 (void)rCacheTF; in copyText()
2499 …SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); // MUST be after GetEditViewForwarder(), … in cutText() local
2512 if( !rCacheTF.IsEditable( aSelection ) ) in cutText()
2536 …SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); // MUST be after GetEditViewForwarder(), … in pasteText() local
2549 if( !rCacheTF.IsEditable( MakeSelection(nIndex + nBulletLen) ) ) in pasteText()
2575 …SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); // MUST be after GetEditViewForwarder(), … in deleteText() local
2590 if( !rCacheTF.IsEditable( aSelection ) ) in deleteText()
2594 sal_Bool bRet = rCacheTF.Delete( aSelection ); in deleteText()
2617 …SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); // MUST be after GetEditViewForwarder(), … in insertText() local
2631 if( !rCacheTF.IsEditable( MakeSelection(nIndex + nBulletLen) ) ) in insertText()
2636 sal_Bool bRet = rCacheTF.InsertText( sText, MakeCursor(nIndex + nBulletLen) ); in insertText()
2638 rCacheTF.QuickFormatDoc(); in insertText()
2660 …SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); // MUST be after GetEditViewForwarder(), … in replaceText() local
2675 if( !rCacheTF.IsEditable( aSelection ) ) in replaceText()
2680 sal_Bool bRet = rCacheTF.InsertText( sReplacement, aSelection ); in replaceText()
2682 rCacheTF.QuickFormatDoc(); in replaceText()
2704 …SvxAccessibleTextAdapter& rCacheTF = GetTextForwarder(); // MUST be after GetEditViewForwarder(), … in setAttributes() local
2712 if( !rCacheTF.IsEditable( MakeSelection(nStartIndex, nEndIndex) ) ) in setAttributes()
2719 rCacheTF.GetTextLen(nPara) == nEndIndex ? in setAttributes()
2742 rCacheTF.QuickFormatDoc(); in setAttributes()
2771 SvxAccessibleTextAdapter& rCacheTF = in getDefaultAttributes() local
2776 (void)rCacheTF; in getDefaultAttributes()
2870 SvxAccessibleTextAdapter& rCacheTF = in getRunAttributes() local
2875 (void)rCacheTF; in getRunAttributes()
3037 SvxTextForwarder &rCacheTF = GetTextForwarder(); in getLineNumberAtIndex() local
3038 const bool bValidPara = 0 <= nPara && nPara < rCacheTF.GetParagraphCount(); in getLineNumberAtIndex()
3043 if (0 <= nIndex && nIndex <= rCacheTF.GetTextLen( nPara )) in getLineNumberAtIndex()
3044 nRes = rCacheTF.GetLineNumberAtIndex( nPara, static_cast< sal_uInt16 >(nIndex) ); in getLineNumberAtIndex()
3058 SvxTextForwarder &rCacheTF = GetTextForwarder(); in getTextAtLineNumber() local
3059 const bool bValidPara = 0 <= nPara && nPara < rCacheTF.GetParagraphCount(); in getTextAtLineNumber()
3063 if (0 <= nLineNo && nLineNo < rCacheTF.GetLineCount( nPara )) in getTextAtLineNumber()
3066rCacheTF.GetLineBoundaries( nStart, nEnd, nPara, static_cast< sal_uInt16 >(nLineNo) ); in getTextAtLineNumber()