Lines Matching refs:GetParagraphIndex

192         DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX,  in implGetLocale()
196 …le(aLocale, GetTextForwarder().GetLanguage( static_cast< sal_uInt16 >( GetParagraphIndex() ), 0 )); in implGetLocale()
235 const sal_Int32 nParaIndex = GetParagraphIndex(); in implGetLineBoundary()
332 … sal_Int32 AccessibleEditableTextPara::GetParagraphIndex() const SAL_THROW((uno::RuntimeException)) in GetParagraphIndex() function in accessibility::AccessibleEditableTextPara
401 GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in MakeSelection()
404 sal_uInt16 nParaIndex = static_cast< sal_uInt16 >( GetParagraphIndex() ); in MakeSelection()
456 sal_uInt16 nPara = static_cast< sal_uInt16 > ( GetParagraphIndex() ); in GetSelection()
514 return GetTextForwarder().GetTextLen( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in GetTextLen()
662 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in HaveChildren()
665 return GetTextForwarder().HaveImageBullet( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in HaveChildren()
800 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in GetAttributeRun()
805 static_cast< sal_uInt16 >(GetParagraphIndex()), in GetAttributeRun()
890 aChild->SetParagraphIndex( GetParagraphIndex() ); in getAccessibleChild()
941 String sParaIndex = ::rtl::OUString::valueOf( GetParagraphIndex() ); in getAccessibleDescription()
978 sal_Int32 nPara( GetParagraphIndex() ); in getAccessibleName()
999 sal_Int32 nMyParaIndex( GetParagraphIndex() ); in getAccessibleRelationSet()
1090 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in containsPoint()
1118 …BulletInfo aBulletInfo = rCacheTF.GetBulletInfo( static_cast< sal_uInt16 > (GetParagraphIndex()) ); in getAccessibleAtPoint()
1141 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getBounds()
1145 … Rectangle aRect = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getBounds()
1273 GetParagraphIndex() == aSelection.nEndPara ) in getCaretPosition()
1276 …o aBulletInfo = GetTextForwarder().GetBulletInfo( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in getCaretPosition()
1305 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getCharacter()
1365 sal_Int32 nParaIndex = GetParagraphIndex(); in GetFieldTypeNameAtIndex()
1451 …EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in getCharacterAttributes()
1577 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getCharacterBounds()
1585 …Rectangle aRect = rCacheTF.GetCharBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ), static… in getCharacterBounds()
1612 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getCharacterCount()
1636 … Rectangle aParaRect = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getIndexAtPoint()
1640 GetParagraphIndex() == nPara ) in getIndexAtPoint()
1672 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getSelectedText()
1687 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getSelectionStart()
1702 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getSelectionEnd()
1717 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in setSelection()
1739 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getText()
1751 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getTextRange()
1881 …vxNumBulletItem& )rCacheTF.GetParaAttribs(static_cast< sal_uInt16 >(GetParagraphIndex())).Get(EE_P… in _correctValues()
1905 SfxItemSet aAttribs = rCacheTF.GetParaAttribs( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in _correctValues()
1928 sal_Int32 nParaIndex = GetParagraphIndex(); in SkipField()
1964 sal_Int32 nParaIndex = GetParagraphIndex(); in ExtendByField()
2031 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getTextAtIndex()
2051 …Int32 nTextLen = GetTextForwarder().GetTextLen( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getTextAtIndex()
2064 …EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in getTextAtIndex()
2087 sal_Int32 nParaIndex = GetParagraphIndex(); in getTextAtIndex()
2153 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getTextBeforeIndex()
2166 …Int32 nTextLen = GetTextForwarder().GetTextLen( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getTextBeforeIndex()
2200 sal_Int32 nParaIndex = GetParagraphIndex(); in getTextBeforeIndex()
2321 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getTextBehindIndex()
2353 sal_Int32 nParaIndex = GetParagraphIndex(); in getTextBehindIndex()
2461 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in copyText()
2468 …o aBulletInfo = GetTextForwarder().GetBulletInfo( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in copyText()
2500 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in cutText()
2507 …o aBulletInfo = GetTextForwarder().GetBulletInfo( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in cutText()
2537 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in pasteText()
2544 …o aBulletInfo = GetTextForwarder().GetBulletInfo( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in pasteText()
2576 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in deleteText()
2583 …o aBulletInfo = GetTextForwarder().GetBulletInfo( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in deleteText()
2618 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in insertText()
2625 …o aBulletInfo = GetTextForwarder().GetBulletInfo( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in insertText()
2661 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in replaceText()
2668 …o aBulletInfo = GetTextForwarder().GetBulletInfo( static_cast< sal_uInt16 >(GetParagraphIndex()) ); in replaceText()
2704 sal_uInt16 nPara = static_cast< sal_uInt16 >( GetParagraphIndex() ); in setAttributes()
2706 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in setAttributes()
2778 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getDefaultAttributes()
2877 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getRunAttributes()
2954 const sal_Int32 nPara = GetParagraphIndex(); in getHyperLinkCount()
2972 const sal_Int32 nPara = GetParagraphIndex(); in getHyperLink()
3000 const sal_Int32 nPara = GetParagraphIndex(); in getHyperLinkIndex()
3034 sal_Int32 nPara = GetParagraphIndex(); in getLineNumberAtIndex()
3056 sal_Int32 nPara = GetParagraphIndex(); in getTextAtLineNumber()