Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Dhyphdta.cxx66 OUString aTmpWord( rWord ); in HyphenatedWord() local
68 aTmpWord = aTmpWord .replace( aSingleQuote.GetChar(0), '\'' ); in HyphenatedWord()
70 bIsAltSpelling = aTmpWord != aTmpHyphWord; in HyphenatedWord()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx814 … XubString aTmpWord = rText.Copy( nBegin, static_cast<xub_StrLen>(aBound.endPos - nBegin) ); in NextWord() local
816 pBreakIt->GetBreakIter()->endOfScript( aTmpWord, 0, nCurrScript ); in NextWord()
824 aTmpWord = rText.Copy( static_cast<xub_StrLen>(aBound.startPos), in NextWord()
827 pBreakIt->GetBreakIter()->beginOfScript( aTmpWord, nBegin - aBound.startPos, in NextWord()
837 XubString aTmpWord = rText.Copy( static_cast<xub_StrLen>(aBound.startPos), in NextWord() local
840 pBreakIt->GetBreakIter()->endOfScript( aTmpWord, 0, nCurrScript ); in NextWord()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1101 String aTmpWord( SvtLanguageTable::GetLanguageString( nGuessLangWord ) ); in ExecuteSpellPopup() local
1104 aWordStr.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "%x" ) ), aTmpWord ); in ExecuteSpellPopup()

Completed in 37 milliseconds