Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Ddlgctrl.cxx624 vcl::Window* pButtonWindow; in ImplDlgCtrl() local
657 pButtonWindow = nullptr; in ImplDlgCtrl()
664 while ( pButtonWindow ) in ImplDlgCtrl()
666 if ( (pButtonWindow->GetStyle() & WB_DEFBUTTON) && in ImplDlgCtrl()
667 pButtonWindow->mpWindowImpl->mbPushButton ) in ImplDlgCtrl()
672 pButtonWindow = nullptr; in ImplDlgCtrl()
740 while ( pButtonWindow ) in ImplDlgCtrl()
747 pButtonWindow = nullptr; in ImplDlgCtrl()
959 if (isSuitableDestination(pButtonWindow)) in ImplDlgCtrl()
970 mpWindowImpl->mpDlgCtrlDownWindow = pButtonWindow; in ImplDlgCtrl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Ddlgctrl.cxx625 vcl::Window* pButtonWindow; in ImplDlgCtrl() local
658 pButtonWindow = nullptr; in ImplDlgCtrl()
665 while ( pButtonWindow ) in ImplDlgCtrl()
667 if ( (pButtonWindow->GetStyle() & WB_DEFBUTTON) && in ImplDlgCtrl()
668 pButtonWindow->mpWindowImpl->mbPushButton ) in ImplDlgCtrl()
673 pButtonWindow = nullptr; in ImplDlgCtrl()
741 while ( pButtonWindow ) in ImplDlgCtrl()
748 pButtonWindow = nullptr; in ImplDlgCtrl()
960 if (isSuitableDestination(pButtonWindow)) in ImplDlgCtrl()
971 mpWindowImpl->mpDlgCtrlDownWindow = pButtonWindow; in ImplDlgCtrl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/jsdialog/
H A Djsdialogbuilder.cxx40 vcl::Window* pButtonWindow = pDialog->get_widget_for_response(RET_HELP); in response_help() local
41 ::Button* pButton = dynamic_cast<::Button*>(pButtonWindow); in response_help()