Lines Matching refs:GetParagraph

167         AccessibleEditableTextPara& GetParagraph( sal_Int32 nPara ) const;
303 AccessibleEditableTextPara& AccessibleStaticTextBase_Impl::GetParagraph( sal_Int32 nPara ) const in GetParagraph() function in accessibility::AccessibleStaticTextBase_Impl
353 aRes += GetParagraph(i).getCharacterCount(); in Internal2Index()
369 nOffset += GetParagraph(i).getCharacterCount(); in CorrectTextSegment()
388 nCurrCount = GetParagraph( nCurrPara ).getCharacterCount(); in ImpCalcInternal()
488 nCount += GetParagraph(i).getCharacterCount(); in RemoveLineBreakCount()
498 nCurrCount += GetParagraph( nCurrPara ).getCharacterCount(); in RemoveLineBreakCount()
695 if( (nPos=mpImpl->GetParagraph(i).getCaretPosition()) != -1 ) in getCaretPosition()
713 return mpImpl->GetParagraph( aPos.nPara ).getCharacter( aPos.nIndex ); in getCharacter()
724 …return mpImpl->GetParagraph( aPos.nPara ).getCharacterAttributes( aPos.nIndex, aRequestedAttribute… in getCharacterAttributes()
736 AccessibleEditableTextPara& rPara = mpImpl->GetParagraph( aPos.nPara ); in getCharacterBounds()
751 nCount += mpImpl->GetParagraph(i).getCharacterCount(); in getCharacterCount()
770 AccessibleEditableTextPara& rPara = mpImpl->GetParagraph( i ); in getIndexAtPoint()
806 if( (nPos=mpImpl->GetParagraph(i).getSelectionStart()) != -1 ) in getSelectionStart()
820 if( (nPos=mpImpl->GetParagraph(i).getSelectionEnd()) != -1 ) in getSelectionEnd()
845 aRes += mpImpl->GetParagraph(i).getText(); in getText()
894 …aRes = mpImpl->GetParagraph( aStartIndex.nPara ).getTextRange( aStartIndex.nIndex, aEndIndex.nInde… in getTextRange()
899 aRes = mpImpl->GetParagraph(i).getTextRange( aStartIndex.nIndex, in getTextRange()
900 … mpImpl->GetParagraph(i).getCharacterCount()/*-1*/); in getTextRange()
907 aRes += mpImpl->GetParagraph(i).getText(); in getTextRange()
918 aRes += mpImpl->GetParagraph(i).getTextRange( 0, aEndIndex.nIndex ); in getTextRange()
953 aResult.SegmentText = mpImpl->GetParagraph( aPos.nPara ).getText(); in getTextAtIndex()
961 … SvxAccessibleTextAdapter& rTextForwarder = mpImpl->GetParagraph( aPos.nIndex ).GetTextForwarder(); in getTextAtIndex()
973 aResult = mpImpl->GetParagraph( aPos.nPara ).getTextAtIndex( aPos.nIndex, aTextType ); in getTextAtIndex()
997 if( aPos.nIndex == mpImpl->GetParagraph( aPos.nPara ).getCharacterCount() ) in getTextBeforeIndex()
1000 aResult.SegmentText = mpImpl->GetParagraph( aPos.nPara ).getText(); in getTextBeforeIndex()
1007 aResult.SegmentText = mpImpl->GetParagraph( aPos.nPara - 1 ).getText(); in getTextBeforeIndex()
1018 … aResult = mpImpl->GetParagraph( aPos.nPara ).getTextBeforeIndex( aPos.nIndex, aTextType ); in getTextBeforeIndex()
1048 aResult.SegmentText = mpImpl->GetParagraph( aPos.nPara + 1 ).getText(); in getTextBehindIndex()
1058 … aResult = mpImpl->GetParagraph( aPos.nPara ).getTextBehindIndex( aPos.nIndex, aTextType ); in getTextBehindIndex()
1092 …PropertyValueVector aDefAttrVec( mpImpl->GetParagraph( 0 ).getDefaultAttributes( RequestedAttribut… in getDefaultAttributes()
1097 …uno::Sequence< beans::PropertyValue > aSeq = mpImpl->GetParagraph( nPara ).getDefaultAttributes( R… in getDefaultAttributes()
1131 AccessibleEditableTextPara& rPara = mpImpl->GetParagraph( aPos.nPara ); in getRunAttributes()