Searched refs:aTmpText (Results 1 – 3 of 3) sorted by relevance
2538 XubString aTmpText; in GetTxtBreak() local2552 aTmpText = aSub[nActual].CalcCaseMap( aSnippet ); in GetTxtBreak()2568 aTmpText.Erase( 0, aSnippetTmp.Len() ); in GetTxtBreak()2569 aTmpText.Insert( aSnippet.GetChar( 0 ), 0 ); in GetTxtBreak()2573 pTmpText = &aTmpText; in GetTxtBreak()2575 nTmpLen = aTmpText.Len(); in GetTxtBreak()
941 rtl::OUString aTmpText( aOldText ); in ImplInsertText() local944 xISC->correctInputSequence( aTmpText, nTmpPos - 1, cChar, nCheckMode ); in ImplInsertText()948 sal_Int32 nTmpLen = aTmpText.getLength(); in ImplInsertText()950 const sal_Unicode *pTmpTxt = aTmpText.getStr(); in ImplInsertText()957 String aChgText( aTmpText.copy( nChgPos ).getStr(), nChgLen ); in ImplInsertText()
1342 ::rtl::OUString aTmpText; in Paste()1343 aData >>= aTmpText; in Paste()1344 String aText( aTmpText ); in Paste()
Completed in 47 milliseconds