Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptdict.cxx604 sal_Int16 nAddRes = DIC_ERR_UNKNOWN; in IMPL_LINK() local
627 nAddRes = linguistic::AddEntryToDic( aXDictionary, in IMPL_LINK()
632 if (DIC_ERR_NONE != nAddRes) in IMPL_LINK()
633 SvxDicError( this, nAddRes ); in IMPL_LINK()
635 if(DIC_ERR_NONE == nAddRes && sEntry.Len()) in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1035 sal_Int16 nAddRes = DIC_ERR_UNKNOWN; in IMPL_LINK() local
1038 nAddRes = linguistic::AddEntryToDic( xDic, aNewWord, sal_False, OUString(), LANGUAGE_NONE ); in IMPL_LINK()
1044 if (nAddRes == DIC_ERR_NONE) in IMPL_LINK()
1053 if (DIC_ERR_NONE != nAddRes && xDic->getEntry( aNewWord ).is()) in IMPL_LINK()
1054 nAddRes = DIC_ERR_NONE; in IMPL_LINK()
1056 if (DIC_ERR_NONE != nAddRes) in IMPL_LINK()
1058 SvxDicError( this, nAddRes ); in IMPL_LINK()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx832 … sal_Int16 nAddRes = linguistic::AddEntryToDic( xDic, aWord, sal_False, aEmptyStr, LANGUAGE_NONE ); in Execute() local
838 if (DIC_ERR_NONE != nAddRes in Execute()
843 nAddRes ); in Execute()