Lines Matching refs:bChild

5882 void Window::SetSettings( const AllSettings& rSettings, sal_Bool bChild )  in SetSettings()  argument
5907 if ( bChild || mpWindowImpl->mbChildNotify ) in SetSettings()
5912 pChild->SetSettings( rSettings, bChild ); in SetSettings()
5920 void Window::UpdateSettings( const AllSettings& rSettings, sal_Bool bChild ) in UpdateSettings() argument
5972 if ( bChild || mpWindowImpl->mbChildNotify ) in UpdateSettings()
5977 pChild->UpdateSettings( rSettings, bChild ); in UpdateSettings()
6755 void Window::Enable( bool bEnable, bool bChild ) in Enable() argument
6804 if ( bChild || mpWindowImpl->mbChildNotify ) in Enable()
6809 pChild->Enable( bEnable, bChild ); in Enable()
6841 void Window::EnableInput( sal_Bool bEnable, sal_Bool bChild ) in EnableInput() argument
6886 if ( bChild || mpWindowImpl->mbChildNotify ) in EnableInput()
6891 pChild->EnableInput( bEnable, bChild ); in EnableInput()
6909 void Window::EnableInput( sal_Bool bEnable, sal_Bool bChild, sal_Bool bSysWin, in EnableInput() argument
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()
6976 void Window::AlwaysEnableInput( sal_Bool bAlways, sal_Bool bChild ) in AlwaysEnableInput() argument
6995 if ( bChild || mpWindowImpl->mbChildNotify ) in AlwaysEnableInput()
7000 pChild->AlwaysEnableInput( bAlways, bChild ); in AlwaysEnableInput()
7008 void Window::AlwaysDisableInput( sal_Bool bAlways, sal_Bool bChild ) in AlwaysDisableInput() argument
7027 if ( bChild || mpWindowImpl->mbChildNotify ) in AlwaysDisableInput()
7032 pChild->AlwaysDisableInput( bAlways, bChild ); in AlwaysDisableInput()