Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/config/
H A Dmenuoptions.cxx244 sal_Bool bMenuIcons = true; in SvtMenuOptions_Impl() local
270 seqValues[nProperty] >>= bMenuIcons; in SvtMenuOptions_Impl()
281 m_nMenuIcons = bSystemMenuIcons ? 2 : bMenuIcons; in SvtMenuOptions_Impl()
314 sal_Bool bMenuIcons = sal_True; in Notify() local
317bMenuIcons = (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 17 milliseconds