Searched refs:mbInputDisabled (Results 1 – 3 of 3) sorted by relevance
321 mbInputDisabled:1, member in WindowImpl
221 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()
1796 return !mpWindowImpl->mbInputDisabled; in IsInputEnabled()
Completed in 55 milliseconds