Lines Matching refs:GetParagraphIndex

192         DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX,  in implGetLocale()
196 … return SvxLanguageToLocale(aLocale, GetTextForwarder().GetLanguage( 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_uInt32 nParaIndex = GetParagraphIndex(); in MakeSelection()
456 sal_uInt32 nPara = GetParagraphIndex(); in GetSelection()
514 return GetTextForwarder().GetTextLen( GetParagraphIndex() ); in GetTextLen()
662 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in HaveChildren()
665 return GetTextForwarder().HaveImageBullet( GetParagraphIndex() ); in HaveChildren()
800 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= EE_PARA_MAX, in GetAttributeRun()
805 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 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( GetParagraphIndex() ); in getAccessibleAtPoint()
1141 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getBounds()
1145 Rectangle aRect = rCacheTF.GetParaBounds( GetParagraphIndex() ); in getBounds()
1273 GetParagraphIndex() == aSelection.nEndPara ) in getCaretPosition()
1276 EBulletInfo aBulletInfo = GetTextForwarder().GetBulletInfo( 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( GetParagraphIndex() ); in getCharacterAttributes()
1577 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getCharacterBounds()
1585 …Rectangle aRect = rCacheTF.GetCharBounds( GetParagraphIndex(), static_cast< sal_uInt16 >( nIndex )… in getCharacterBounds()
1612 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getCharacterCount()
1637 Rectangle aParaRect = rCacheTF.GetParaBounds( GetParagraphIndex() ); in getIndexAtPoint()
1641 GetParagraphIndex() == nPara ) in getIndexAtPoint()
1673 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getSelectedText()
1688 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getSelectionStart()
1703 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getSelectionEnd()
1718 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in setSelection()
1740 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getText()
1752 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getTextRange()
1882 …lletItem& rNumBullet = ( SvxNumBulletItem& )rCacheTF.GetParaAttribs(GetParagraphIndex()).Get(EE_PA… in _correctValues()
1906 SfxItemSet aAttribs = rCacheTF.GetParaAttribs( GetParagraphIndex() ); in _correctValues()
1929 sal_Int32 nParaIndex = GetParagraphIndex(); in SkipField()
1965 sal_Int32 nParaIndex = GetParagraphIndex(); in ExtendByField()
2032 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getTextAtIndex()
2052 const sal_Int32 nTextLen = GetTextForwarder().GetTextLen( GetParagraphIndex() ); in getTextAtIndex()
2065 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( GetParagraphIndex() ); in getTextAtIndex()
2088 sal_Int32 nParaIndex = GetParagraphIndex(); in getTextAtIndex()
2154 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getTextBeforeIndex()
2167 const sal_Int32 nTextLen = GetTextForwarder().GetTextLen( GetParagraphIndex() ); in getTextBeforeIndex()
2201 sal_Int32 nParaIndex = GetParagraphIndex(); in getTextBeforeIndex()
2322 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getTextBehindIndex()
2354 sal_Int32 nParaIndex = GetParagraphIndex(); in getTextBehindIndex()
2462 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in copyText()
2469 EBulletInfo aBulletInfo = GetTextForwarder().GetBulletInfo( GetParagraphIndex() ); in copyText()
2501 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in cutText()
2508 EBulletInfo aBulletInfo = GetTextForwarder().GetBulletInfo( GetParagraphIndex() ); in cutText()
2538 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in pasteText()
2545 EBulletInfo aBulletInfo = GetTextForwarder().GetBulletInfo( GetParagraphIndex() ); in pasteText()
2577 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in deleteText()
2584 EBulletInfo aBulletInfo = GetTextForwarder().GetBulletInfo( GetParagraphIndex() ); in deleteText()
2619 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in insertText()
2626 EBulletInfo aBulletInfo = GetTextForwarder().GetBulletInfo( GetParagraphIndex() ); in insertText()
2662 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in replaceText()
2669 EBulletInfo aBulletInfo = GetTextForwarder().GetBulletInfo( GetParagraphIndex() ); in replaceText()
2705 sal_uInt32 nPara = GetParagraphIndex(); in setAttributes()
2707 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in setAttributes()
2779 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getDefaultAttributes()
2878 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getRunAttributes()
2955 const sal_Int32 nPara = GetParagraphIndex(); in getHyperLinkCount()
2973 const sal_Int32 nPara = GetParagraphIndex(); in getHyperLink()
3001 const sal_Int32 nPara = GetParagraphIndex(); in getHyperLinkIndex()
3035 sal_Int32 nPara = GetParagraphIndex(); in getLineNumberAtIndex()
3057 sal_Int32 nPara = GetParagraphIndex(); in getTextAtLineNumber()