Searched refs:mnMenuStackLevel (Results 1 – 1 of 1) sorted by relevance
33 … sal_uInt16 mnMenuStackLevel; // Store the stack level of a popup menu. 0 = top-level menu. member40 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