Home
last modified time | relevance | path

Searched refs:sTmpText (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dappenv.cxx106 String sTmpText; in InsertLabEnvText() local
112 sTmpText = aLine.Copy( 0, nPos ); in InsertLabEnvText()
121 sTmpText = aLine; in InsertLabEnvText()
127 sTmpText = aLine.Copy( 0, nPos + 1); in InsertLabEnvText()
132 String sDBName( sTmpText.Copy( 1, sTmpText.Len() - 2)); in InsertLabEnvText()
145 rSh.Insert( sTmpText ); in InsertLabEnvText()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx3179 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()

Completed in 34 milliseconds