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.cxx609 sal_Int16 nAddRes = DIC_ERR_UNKNOWN; in IMPL_LINK() local
632 nAddRes = linguistic::AddEntryToDic( aXDictionary, in IMPL_LINK()
637 if (DIC_ERR_NONE != nAddRes) in IMPL_LINK()
638 SvxDicError( this, nAddRes ); in IMPL_LINK()
640 if(DIC_ERR_NONE == nAddRes && sEntry.Len()) in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1037 sal_Int16 nAddRes = DIC_ERR_UNKNOWN; in IMPL_LINK() local
1040 nAddRes = linguistic::AddEntryToDic( xDic, aNewWord, sal_False, OUString(), LANGUAGE_NONE ); in IMPL_LINK()
1046 if (nAddRes == DIC_ERR_NONE) in IMPL_LINK()
1055 if (DIC_ERR_NONE != nAddRes && xDic->getEntry( aNewWord ).is()) in IMPL_LINK()
1056 nAddRes = DIC_ERR_NONE; in IMPL_LINK()
1058 if (DIC_ERR_NONE != nAddRes) in IMPL_LINK()
1060 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()

Completed in 24 milliseconds