Searched refs:bUseAutomaticLanguage (Results 1 – 2 of 2) sorted by relevance
43 …sal_Bool bUseAutomaticLanguage;//determine whether language is automatically assign… member in NumFormatListBox74 void SetAutomaticLanguage(sal_Bool bSet){bUseAutomaticLanguage = bSet;} in SetAutomaticLanguage()75 sal_Bool IsAutomaticLanguage()const {return bUseAutomaticLanguage;} in IsAutomaticLanguage()
80 bUseAutomaticLanguage(sal_True) in NumFormatListBox()100 bUseAutomaticLanguage(sal_True) in NumFormatListBox()437 aCoreSet.Put(SfxBoolItem(SID_ATTR_NUMBERFORMAT_ADD_AUTO, bUseAutomaticLanguage)); in IMPL_LINK()475 bUseAutomaticLanguage = ((const SfxBoolItem*)pItem)->GetValue(); in IMPL_LINK()
Completed in 25 milliseconds