Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dtabbar.cxx61 sal_Bool mbEnable; member
76 mbEnable = sal_True; in ImplTabBarItem()
810 if ( pItem->mbEnable ) in MouseButtonDown()
839 if ( pItem->mbEnable ) in MouseButtonDown()
949 if ( pItem->mbEnable ) in MouseButtonDown()
1166 if ( !pItem->mbEnable ) in Paint()
1179 if ( !pItem->mbEnable ) in Paint()
1680 if ( pItem->mbEnable != bEnable ) in EnablePage()
1682 pItem->mbEnable = bEnable; in EnablePage()
1700 return mpItemList->GetObject( nPos )->mbEnable; in IsPageEnabled()