Home
last modified time | relevance | path

Searched refs:aTmpText (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx2538 XubString aTmpText; in GetTxtBreak() local
2552 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()
/trunk/main/vcl/source/control/
H A Dedit.cxx941 rtl::OUString aTmpText( aOldText ); in ImplInsertText() local
944 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1342 ::rtl::OUString aTmpText; in Paste()
1343 aData >>= aTmpText; in Paste()
1344 String aText( aTmpText ); in Paste()

Completed in 82 milliseconds