Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Ddialog.cxx922 Window* pFocusControl; in GrabFocusToFirstControl() local
927 pFocusControl = NULL; in GrabFocusToFirstControl()
934 if ( pFocusControl ) in GrabFocusToFirstControl()
935 pFocusControl = ImplFindDlgCtrlWindow( pFocusControl ); in GrabFocusToFirstControl()
940 if ( !pFocusControl || in GrabFocusToFirstControl()
941 !(pFocusControl->GetStyle() & WB_TABSTOP) || in GrabFocusToFirstControl()
942 !pFocusControl->IsVisible() || in GrabFocusToFirstControl()
943 !pFocusControl->IsEnabled() || !pFocusControl->IsInputEnabled() ) in GrabFocusToFirstControl()
946 pFocusControl = ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in GrabFocusToFirstControl()
948 if ( pFocusControl ) in GrabFocusToFirstControl()
[all …]
H A Dtoolbox.cxx5877 Window *pFocusControl = ImplGetParent()->ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in KeyInput() local
5878 if ( pFocusControl && pFocusControl != this ) in KeyInput()
5879 pFocusControl->ImplControlFocus( GETFOCUS_INIT ); in KeyInput()

Completed in 47 milliseconds