Searched refs:aTmpWord (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/linguistic/source/ |
H A D | hyphdta.cxx | 66 OUString aTmpWord( rWord ); in HyphenatedWord() local 68 aTmpWord = aTmpWord .replace( aSingleQuote.GetChar(0), '\'' ); in HyphenatedWord() 70 bIsAltSpelling = aTmpWord != aTmpHyphWord; in HyphenatedWord()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 808 … XubString aTmpWord = rText.Copy( nBegin, static_cast<xub_StrLen>(aBound.endPos - nBegin) ); in NextWord() local 810 pBreakIt->GetBreakIter()->endOfScript( aTmpWord, 0, nCurrScript ); in NextWord() 818 aTmpWord = rText.Copy( static_cast<xub_StrLen>(aBound.startPos), in NextWord() 821 pBreakIt->GetBreakIter()->beginOfScript( aTmpWord, nBegin - aBound.startPos, in NextWord() 831 XubString aTmpWord = rText.Copy( static_cast<xub_StrLen>(aBound.startPos), in NextWord() local 834 pBreakIt->GetBreakIter()->endOfScript( aTmpWord, 0, nCurrScript ); in NextWord()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editview.cxx | 1101 String aTmpWord( SvtLanguageTable::GetLanguageString( nGuessLangWord ) ); in ExecuteSpellPopup() local 1104 aWordStr.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "%x" ) ), aTmpWord ); in ExecuteSpellPopup()
|
Completed in 39 milliseconds