Home
last modified time | relevance | path

Searched refs:mbDisabled (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dwindow.cxx220 mbDisabled = sal_False; // sal_True: Enable( sal_False ) called in WindowImpl()
979 mpWindowImpl->mbDisabled = pParent->mpWindowImpl->mbDisabled; in ImplInit()
6792 if ( mpWindowImpl->mbDisabled != !bEnable ) in Enable()
6794 mpWindowImpl->mbDisabled = !bEnable; in Enable()
6871 mpWindowImpl->mpSysObj->Enable( !mpWindowImpl->mbDisabled && bEnable ); in EnableInput()
H A Dwindow2.cxx1791 return !mpWindowImpl->mbDisabled; in IsEnabled()
/trunk/main/vcl/inc/
H A Dwindow.h320 mbDisabled:1, member in WindowImpl

Completed in 63 milliseconds