Home
last modified time | relevance | path

Searched refs:mbGrabFocus (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dfloatwin.cxx76 mbGrabFocus = sal_False; in ImplInit()
720 mbGrabFocus = sal_True; in StartPopupMode()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx542 mbGrabFocus = false; in ImplListBoxWindow()
924 if ( mbGrabFocus ) in MouseButtonDown()
/trunk/main/vcl/inc/vcl/
H A Dfloatwin.hxx88 sal_Bool mbGrabFocus; // act as key input window, although focus is not set member in FloatingWindow
152 sal_Bool GrabsFocus() const { return mbGrabFocus; } in GrabsFocus()
/trunk/main/vcl/inc/
H A Dilstbox.hxx238 bool mbGrabFocus : 1; // Focus bei MBDown grabben member in ImplListBoxWindow
322 void AllowGrabFocus( bool b ) { mbGrabFocus = b; } in AllowGrabFocus()
323 bool IsGrabFocusAllowed() const { return mbGrabFocus; } in IsGrabFocusAllowed()
/trunk/main/cui/source/inc/
H A Dcuihyperdlg.hxx79 sal_Bool mbGrabFocus : 1; member in SvxHpLinkDlg
/trunk/main/cui/source/dialogs/
H A Dcuihyperdlg.cxx107 mbGrabFocus = sal_True; in SvxHpLinkDlg()
358 if ( mbGrabFocus ) in SetPage()
361 mbGrabFocus = sal_False; in SetPage()

Completed in 52 milliseconds