Lines Matching refs:rText

120 sal_uInt16 lcl_MaskRedlines( const SwTxtNode& rNode, XubString& rText,  in lcl_MaskRedlines()  argument
150 rText.SetChar( nRedlineStart, cChar ); in lcl_MaskRedlines()
165 sal_uInt16 lcl_MaskRedlinesAndHiddenText( const SwTxtNode& rNode, XubString& rText, in lcl_MaskRedlinesAndHiddenText() argument
180 nRedlinesMasked = lcl_MaskRedlines( rNode, rText, nStt, nEnd, cChar ); in lcl_MaskRedlinesAndHiddenText()
190 SwScriptInfo::MaskHiddenRanges( rNode, rText, nStt, nEnd, cChar ); in lcl_MaskRedlinesAndHiddenText()
723 …: rNode( rNd ), rText( rTxt), pLanguage( pLang ), pConversionMap( pConvMap ), nLen( 0 ), nWordType… in SwScanner()
725 ASSERT( rText.Len(), "SwScanner: EmptyString" ); in SwScanner()
752 while ( nBegin < rText.Len() ) in NextWord()
754 if ( !lcl_IsSkippableWhiteSpace( rText.GetChar( nBegin ) ) ) in NextWord()
758 … const sal_uInt16 nNextScriptType = pBreakIt->GetBreakIter()->getScriptType( rText, nBegin ); in NextWord()
767 if ( rCC.isLetterNumeric( rText.GetChar( nBegin ) ) ) in NextWord()
776 if ( nBegin >= rText.Len() || nBegin >= nEndPos ) in NextWord()
780 aBound = pBreakIt->GetBreakIter()->getWordBoundary( rText, nBegin, in NextWord()
813 const sal_uInt16 nCurrScript = pBreakIt->GetBreakIter()->getScriptType( rText, nBegin ); in NextWord()
814 … XubString aTmpWord = rText.Copy( nBegin, static_cast<xub_StrLen>(aBound.endPos - nBegin) ); in NextWord()
824 aTmpWord = rText.Copy( static_cast<xub_StrLen>(aBound.startPos), in NextWord()
836 … const sal_uInt16 nCurrScript = pBreakIt->GetBreakIter()->getScriptType( rText, aBound.startPos ); in NextWord()
837 XubString aTmpWord = rText.Copy( static_cast<xub_StrLen>(aBound.startPos), in NextWord()
859 aWord = rText.Copy( nBegin, nLen ); in NextWord()
1348 const rtl::OUString& rText = pNode->GetTxt(); in SmartTagScan() local
1356 xub_StrLen nEnd = static_cast< xub_StrLen >(rText.getLength()); in SmartTagScan()
1363 nEnd = Min( pSmartTagList->GetEndInv(), (xub_StrLen)rText.getLength() ); in SmartTagScan()
1369 …nBegin = static_cast< xub_StrLen >(pBreakIt->GetBreakIter()->beginOfSentence( rText, nBegin, aCurr… in SmartTagScan()
1370 …nEnd = static_cast< xub_StrLen >(Min( rText.getLength(), pBreakIt->GetBreakIter()->endOfSentence( in SmartTagScan()
1896 const XubString& rText, in ReplaceTextOnly() argument
1899 m_Text.Replace( nPos, nLen, rText ); in ReplaceTextOnly()
1901 xub_StrLen nTLen = rText.Len(); in ReplaceTextOnly()