Searched refs:sWrong (Results 1 – 2 of 2) sorted by relevance
117 String sRight, sWrong; in SvXMLWordContext() local130 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()
552 String sWrong(pSpellErrorDescription->sErrorText); in IMPL_LINK() local556 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