Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/config/
H A Dmenuoptions.cxx92 sal_Int16 m_nMenuIcons ; /// cache "MenuIcons" of Menu section member in SvtMenuOptions_Impl
169 { return m_nMenuIcons; } in GetMenuIconsState()
191 m_nMenuIcons = bState; in SetMenuIconsState()
233 , m_nMenuIcons ( DEFAULT_MENUICONS ) in SvtMenuOptions_Impl()
281 m_nMenuIcons = bSystemMenuIcons ? 2 : bMenuIcons; in SvtMenuOptions_Impl()
316 if (m_nMenuIcons == 2) in Notify()
321 bMenuIcons = m_nMenuIcons ? sal_True : sal_False; in Notify()
355 m_nMenuIcons = bSystemMenuIcons ? 2 : bMenuIcons; in Notify()
390 sal_Bool bValue = (m_nMenuIcons == 2 ? sal_True : sal_False) ; in Commit()

Completed in 15 milliseconds