Home
last modified time | relevance | path

Searched refs:DIC_ERR_NONE (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx661 if(nAdded == DIC_ERR_NONE) in IMPL_LINK()
706 if(nAdded == DIC_ERR_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()
/trunk/main/cui/source/options/
H A Doptdict.cxx632 if (DIC_ERR_NONE != nAddRes) in IMPL_LINK()
635 if(DIC_ERR_NONE == nAddRes && sEntry.Len()) in IMPL_LINK()
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx86 #define DIC_ERR_NONE 0 macro
/trunk/main/linguistic/source/
H A Dmisc.cxx436 sal_uInt8 nRes = DIC_ERR_NONE; in AddEntryToDic()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx838 if (DIC_ERR_NONE != nAddRes in Execute()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx1329 if (DIC_ERR_NONE != nError) in SvxDicError()