Home
last modified time | relevance | path

Searched refs:pButtonWindow (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx535 Window* pButtonWindow; in ImplDlgCtrl() local
568 pButtonWindow = NULL; in ImplDlgCtrl()
573 pButtonWindow = ImplGetChildWindow( this, nFormStart, iButton, sal_True ); in ImplDlgCtrl()
575 while ( pButtonWindow ) in ImplDlgCtrl()
577 if ( (pButtonWindow->GetStyle() & WB_DEFBUTTON) && in ImplDlgCtrl()
578 pButtonWindow->mpWindowImpl->mbPushButton ) in ImplDlgCtrl()
581 pButtonWindow = ImplGetNextWindow( this, iButton, iButton, sal_True ); in ImplDlgCtrl()
583 pButtonWindow = NULL; in ImplDlgCtrl()
586 if ( bKeyInput && !pButtonWindow && (nDlgCtrlFlags & WINDOW_DLGCTRL_RETURN) ) in ImplDlgCtrl()
649 pButtonWindow = ImplGetChildWindow( this, nFormStart, iButton, sal_True ); in ImplDlgCtrl()
[all …]