Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dsyswin.hxx240 const Link<SystemWindow&,void>& GetCloseHdl() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsyswin.hxx213 const Link<SystemWindow&,void>& GetCloseHdl() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/dispatch/
H A Dclosedispatcher.cxx177 if (m_pSysWindow && m_pSysWindow->GetCloseHdl().IsSet()) in dispatchWithNotification()
180 m_pSysWindow->GetCloseHdl().Call(*m_pSysWindow); in dispatchWithNotification()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/dispatch/
H A Dclosedispatcher.cxx181 if (m_pSysWindow && m_pSysWindow->GetCloseHdl().IsSet()) in dispatchWithNotification()
184 m_pSysWindow->GetCloseHdl().Call(*m_pSysWindow); in dispatchWithNotification()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dsyswin.cxx988 const Link<SystemWindow&,void>& SystemWindow::GetCloseHdl() const in GetCloseHdl() function in SystemWindow
H A Dwinproc.cxx1981 const Link<SystemWindow&,void>& rLink = pSysWin->GetCloseHdl(); in ImplHandleClose()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dsyswin.cxx1034 const Link<SystemWindow&,void>& SystemWindow::GetCloseHdl() const in GetCloseHdl() function in SystemWindow
H A Dwinproc.cxx1937 const Link<SystemWindow&,void>& rLink = pSysWin->GetCloseHdl(); in ImplHandleClose()