Lines Matching refs:GetTxt

173     sal_Unicode cChr = pNode->GetTxt().GetChar( nPos );  in SV_IMPL_VARARR()
187 } while( (rStart = rIdx.GetIndex()) < pNode->GetTxt().Len() in lcl_SkipAttr()
802 if ( nStart < pNode->GetTxt().Len() ) in Overwrite()
830 if( nStart < pNode->GetTxt().Len() ) in Overwrite()
892 pTxtNd->GetTxt().Len() ) ), 0, sal_True ); in MoveAndJoin()
1317 pEndNd->GetTxt().Len() - pEnd->nContent.GetIndex(); in lcl_StrLenOverFlow()
1341 pEndNd->GetTxt().Len() != pEnd->nContent.GetIndex() ) in lcl_GetJoinFlags()
1347 pEndNd->GetTxt().Len() != pEnd->nContent.GetIndex() in lcl_GetJoinFlags()
1501 const sal_Unicode c(pTxtNode->GetTxt().GetChar(i)); in lcl_CalcBreaks()
1966 … pSpellArgs->pEndNode == pNd ? pSpellArgs->pEndIdx->GetIndex() : ((SwTxtNode*)pNd)->GetTxt().Len(); in Spell()
1969 xub_StrLen nSpellErrorPosition = ((SwTxtNode*)pNd)->GetTxt().Len(); in Spell()
1991 …String aText( ((SwTxtNode*)pNd)->GetTxt().Copy( nBeginGrammarCheck, nEndGrammarCheck - nBeginGramm… in Spell()
2336 : pTxtNd->GetTxt().Len(); in ReplaceRangeImpl()
2483 : pTxtNd->GetTxt().Len(); in ReplaceRangeImpl()
2489 if( !bFirst || nStt == pTxtNd->GetTxt().Len() ) in ReplaceRangeImpl()
2503 if( !bFirst || nStt == pTxtNd->GetTxt().Len() ) in ReplaceRangeImpl()
2714 pTNd->GetTxt(), nSttCnt, in TransliterateText()
2736 pTNd->TransliterateText( rTrans, nSttCnt, pTNd->GetTxt().Len(), pUndo ); in TransliterateText()
2742 pTNd->TransliterateText( rTrans, 0, pTNd->GetTxt().Len(), pUndo ); in TransliterateText()
2814 pTNd->CountWords( rStat, nSttCnt, pTNd->GetTxt().Len() ); in CountWords()
2819 pTNd->CountWords( rStat, 0, pTNd->GetTxt().Len() ); in CountWords()
2833 const String& rTxt = pTNd->GetTxt(); in RemoveLeadingWhiteSpace()