Searched refs:bMenuIcons (Results 1 – 1 of 1) sorted by relevance
244 sal_Bool bMenuIcons = true; in SvtMenuOptions_Impl() local270 seqValues[nProperty] >>= bMenuIcons; in SvtMenuOptions_Impl()281 m_nMenuIcons = bSystemMenuIcons ? 2 : bMenuIcons; in SvtMenuOptions_Impl()314 sal_Bool bMenuIcons = sal_True; in Notify() local317 … bMenuIcons = (sal_Bool)(Application::GetSettings().GetStyleSettings().GetUseImagesInMenus()); in Notify()321 bMenuIcons = m_nMenuIcons ? sal_True : sal_False; in Notify()341 bMenuSettingsChanged = seqValues[nProperty] >>= bMenuIcons; in Notify()355 m_nMenuIcons = bSystemMenuIcons ? 2 : bMenuIcons; in Notify()
Completed in 16 milliseconds