Searched refs:nAddRes (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/cui/source/options/ |
H A D | optdict.cxx | 609 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()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 1037 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()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 832 … 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 31 milliseconds