Searched refs:sTmpText (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/sw/source/ui/app/ |
| H A D | appenv.cxx | 100 String sTmpText; in InsertLabEnvText() local 106 sTmpText = aLine.Copy( 0, nPos ); in InsertLabEnvText() 115 sTmpText = aLine; in InsertLabEnvText() 121 sTmpText = aLine.Copy( 0, nPos + 1); in InsertLabEnvText() 126 String sDBName( sTmpText.Copy( 1, sTmpText.Len() - 2)); in InsertLabEnvText() 139 rSh.Insert( sTmpText ); in InsertLabEnvText()
|
| /AOO42X/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 3179 String sTmpText = GetTxt(); in GetExpandTxt() local 3181 sTmpText.SearchAndReplaceAll('\t', ' '); in GetExpandTxt() 3186 SwScriptInfo::MaskHiddenRanges( *this, sTmpText, 0, sTmpText.Len(), cChar ); in GetExpandTxt() 3188 sTmpText = sTmpText.Copy( nIdx, nLen ); in GetExpandTxt() 3191 sTmpText.EraseAllChars( CH_TXT_ATR_INPUTFIELDSTART ); in GetExpandTxt() 3192 sTmpText.EraseAllChars( CH_TXT_ATR_INPUTFIELDEND ); in GetExpandTxt() 3194 rDestNd.InsertText( sTmpText, aDestIdx ); in GetExpandTxt()
|