Home
last modified time | relevance | path

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

/trunk/main/editeng/source/misc/
H A DSvXMLAutoCorrectImport.cxx117 String sRight, sWrong; in SvXMLWordContext() local
130 sWrong = rAttrValue; in SvXMLWordContext()
138 if (!sWrong.Len() || !sRight.Len() ) in SvXMLWordContext()
143 sal_Bool bOnlyTxt = sRight != sWrong; in SvXMLWordContext()
147 if( !rLocalRef.rAutoCorrect.GetLongText( rLocalRef.xStorage, String(), sWrong, sRight ) && in SvXMLWordContext()
154 SvxAutocorrWordPtr pNew = new SvxAutocorrWord( sWrong, sRight, bOnlyTxt ); in SvXMLWordContext()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx552 String sWrong(pSpellErrorDescription->sErrorText); in IMPL_LINK() local
556 if(sWrong == sCurrentErrorText && in IMPL_LINK()
562 if(sWrong != sCurrentErrorText) in IMPL_LINK()
564 SvxPrepareAutoCorrect( sWrong, sCurrentErrorText ); in IMPL_LINK()
566 rParent.AddAutoCorrection( sWrong, sCurrentErrorText, eLang ); in IMPL_LINK()

Completed in 28 milliseconds