Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx221 mbInputDisabled = sal_False; // sal_True: EnableInput( sal_False ) called in WindowImpl()
980 mpWindowImpl->mbInputDisabled = pParent->mpWindowImpl->mbInputDisabled; in ImplInit()
6796 mpWindowImpl->mpSysObj->Enable( bEnable && !mpWindowImpl->mbInputDisabled ); in Enable()
6845 sal_Bool bNotify = (bEnable != mpWindowImpl->mbInputDisabled); in EnableInput()
6867 if ( mpWindowImpl->mbInputDisabled != !bEnable ) in EnableInput()
6869 mpWindowImpl->mbInputDisabled = !bEnable; in EnableInput()
H A Dwindow2.cxx1796 return !mpWindowImpl->mbInputDisabled; in IsInputEnabled()
/trunk/main/vcl/inc/
H A Dwindow.h321 mbInputDisabled:1, member in WindowImpl

Completed in 69 milliseconds