Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/dialogs/
H A DSpellDialog.cxx1984 svx::SpellPortion aPortion1; in CreateSpellPortions() local
1985 aPortion1.eLanguage = GetSpellDialog()->GetSelectedLang_Impl(); in CreateSpellPortions()
1986 aPortion1.sText = pTextEngine->GetText( in CreateSpellPortions()
1989 aRet.push_back(aPortion1); in CreateSpellPortions()
2003 svx::SpellPortion aPortion1; in CreateSpellPortions() local
2004 aPortion1.eLanguage = eLang; in CreateSpellPortions()
2005 aPortion1.sText = pTextEngine->GetText( in CreateSpellPortions()
2010 aPortion1.bIgnoreThisError = true; in CreateSpellPortions()
2012 aRet.push_back(aPortion1); in CreateSpellPortions()