Home
last modified time | relevance | path

Searched refs:bForceCheck (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/editeng/inc/editeng/
H A Dunolingu.hxx63 EDITENG_DLLPUBLIC static void UpdateAll( sal_Bool bForceCheck = sal_False );
64 static sal_Bool IsNeedUpdateAll( sal_Bool bForceCheck = sal_False );
/aoo41x/main/editeng/source/misc/
H A Dunolingu.cxx227 void SvxLinguConfigUpdate::UpdateAll( sal_Bool bForceCheck ) in UpdateAll() argument
231 if (IsNeedUpdateAll( bForceCheck )) in UpdateAll()
444 sal_Bool SvxLinguConfigUpdate::IsNeedUpdateAll( sal_Bool bForceCheck ) in IsNeedUpdateAll() argument
447 if (nNeedUpdating == -1 || bForceCheck ) // need to check if updating is necessary in IsNeedUpdateAll()

Completed in 19 milliseconds