Lines Matching refs:rTxt
1653 String& rTxt = (String&)pTOXNd->GetTxt(); in GenerateText() local
1654 rTxt.Erase(); in GenerateText()
1658 rTxt.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ", " )); // comma separation in GenerateText()
1676 xub_StrLen nStartCharStyle = rTxt.Len(); in GenerateText()
1681 …rTxt.Insert( lcl_GetNumString( rBase, aToken.nChapterFormat == CF_NUMBER, static_cast<sal_uInt8>(a… in GenerateText()
1686 SwIndex aIdx( pTOXNd, rTxt.Len() ); in GenerateText()
1694 rTxt.Insert( lcl_GetNumString( rBase, sal_True, MAXLEVEL )); in GenerateText()
1696 SwIndex aIdx( pTOXNd, rTxt.Len() ); in GenerateText()
1703 rTxt.Append('\t'); in GenerateText()
1780 rTxt.Append( aToken.sText ); in GenerateText()
1799 rTxt.Append( aInsStr ); in GenerateText()
1840 … rTxt.Insert(aFld.GetNumber()); //get the string number without pre/postfix in GenerateText()
1845 rTxt += aFld.GetNumber(); in GenerateText()
1846 rTxt += ' '; in GenerateText()
1847 rTxt += aFld.GetTitle(); in GenerateText()
1850 rTxt += aFld.GetTitle(); in GenerateText()
1857 nLinkStartPosition = rTxt.Len(); in GenerateText()
1867 xub_StrLen nEnd = rTxt.Len(); in GenerateText()
1892 SwIndex aIdx( pTOXNd, rTxt.Len() ); in GenerateText()
1911 rTxt.Len(), nsSetAttrMode::SETATTR_DONTEXPAND ); in GenerateText()