Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx98 MID_FIRST_HIDE = 1000 enumerator
911 const sal_Int32 nSubMenuIndex (nIndex+MID_FIRST_HIDE); in CreatePopupMenu()
975 if (nIndex >= MID_FIRST_PANEL && nIndex<MID_FIRST_HIDE) in IMPL_LINK()
977 else if (nIndex >=MID_FIRST_HIDE) in IMPL_LINK()
979 mpTabBar->ToggleHideFlag(nIndex-MID_FIRST_HIDE); in IMPL_LINK()