Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dpopupmenuwindow.cxx33 … sal_uInt16 mnMenuStackLevel; // Store the stack level of a popup menu. 0 = top-level menu. member
40 mnMenuStackLevel( ::std::numeric_limits<sal_uInt16>::max() ) in ImplData()
63 return mpImplData->mnMenuStackLevel; in GetMenuStackLevel()
68 mpImplData->mnMenuStackLevel = nLevel; in SetMenuStackLevel()
73 return mpImplData->mnMenuStackLevel != ::std::numeric_limits<sal_uInt16>::max(); in IsPopupMenu()

Completed in 13 milliseconds