Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/config/
H A Dmenuoptions.cxx91 sal_Bool m_bFollowMouse ; /// cache "FollowMouse" of Menu section member in SvtMenuOptions_Impl
166 { return m_bFollowMouse; } in IsFollowMouseEnabled()
182 m_bFollowMouse = bState; in SetFollowMouseState()
232 , m_bFollowMouse ( DEFAULT_FOLLOWMOUSE ) in SvtMenuOptions_Impl()
265 seqValues[nProperty] >>= m_bFollowMouse; in SvtMenuOptions_Impl()
336 seqValues[nProperty] >>= m_bFollowMouse; in Notify()
380 seqValues[nProperty] <<= m_bFollowMouse; in Commit()

Completed in 13 milliseconds