Lines Matching refs:EnableInput
6841 void Window::EnableInput( sal_Bool bEnable, sal_Bool bChild ) in EnableInput() function in Window
6848 mpWindowImpl->mpBorderWindow->EnableInput( bEnable, sal_False ); in EnableInput()
6851 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->mpMenuBarWindow->EnableInput( bEnable, sal_True… in EnableInput()
6891 pChild->EnableInput( bEnable, bChild ); in EnableInput()
6909 void Window::EnableInput( sal_Bool bEnable, sal_Bool bChild, sal_Bool bSysWin, in EnableInput() function in Window
6914 EnableInput( bEnable, bChild ); in EnableInput()
6930 pSysWin->EnableInput( bEnable, bChild ); in EnableInput()
6947 pFrameWin->EnableInput( bEnable, bChild ); in EnableInput()
6966 (*p)->EnableInput( bEnable, bChild ); in EnableInput()
6988 EnableInput( sal_True, sal_False ); in AlwaysEnableInput()
7020 EnableInput( sal_False, sal_False ); in AlwaysDisableInput()