Home
last modified time | relevance | path

Searched refs:mbCallHandlersDuringInputDisabled (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dwindow.h380 mbCallHandlersDuringInputDisabled:1, member in WindowImpl
/trunk/main/vcl/source/window/
H A Dwindow.cxx276mbCallHandlersDuringInputDisabled = sal_False; // sal_True: call event handlers even if input is d… in WindowImpl()
6822 mpWindowImpl->mbCallHandlersDuringInputDisabled = bCall ? sal_True : sal_False; in SetCallHandlersOnInputDisabled()
6836 return mpWindowImpl->mbCallHandlersDuringInputDisabled ? true : false; in IsCallHandlersOnInputDisabled()

Completed in 56 milliseconds