Home
last modified time | relevance | path

Searched refs:PrepareClose (Results 26 – 50 of 94) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/inc/
H A Dbasidesh.hxx114 virtual bool PrepareClose( bool bUI = true ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/inc/
H A Dbasidesh.hxx114 virtual bool PrepareClose( bool bUI = true ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviews1.cxx305 bool DrawViewShell::PrepareClose( bool bUI ) in PrepareClose() function in sd::DrawViewShell
307 if ( !ViewShell::PrepareClose(bUI) ) in PrepareClose()
1200 if (pFormShell != nullptr && !pFormShell->PrepareClose(false)) in IsSwitchPageAllowed()
H A DViewShellBase.cxx763 bool ViewShellBase::PrepareClose (bool bUI) in PrepareClose() function in sd::ViewShellBase
765 bool bResult = SfxViewShell::PrepareClose (bUI); in PrepareClose()
774 bResult = pShell->PrepareClose (bUI); in PrepareClose()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviews1.cxx303 bool DrawViewShell::PrepareClose( bool bUI ) in PrepareClose() function in sd::DrawViewShell
305 if ( !ViewShell::PrepareClose(bUI) ) in PrepareClose()
1162 if (pFormShell != nullptr && !pFormShell->PrepareClose(false)) in IsSwitchPageAllowed()
H A DViewShellBase.cxx764 bool ViewShellBase::PrepareClose (bool bUI) in PrepareClose() function in sd::ViewShellBase
766 bool bResult = SfxViewShell::PrepareClose (bUI); in PrepareClose()
775 bResult = pShell->PrepareClose (bUI); in PrepareClose()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/applications/model/
H A Dthree-gpp-http-server.cc385 m_txBuffer->PrepareClose (socket); in NormalCloseCallback()
935 ThreeGppHttpServerTxBuffer::PrepareClose (Ptr<Socket> socket) in PrepareClose() function in ns3::ThreeGppHttpServerTxBuffer
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DHttpChannelFactory.cs1030 void PrepareClose(bool aborting) in PrepareClose() method in System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel
1047 PrepareClose(true); in OnAbort()
1057 PrepareClose(false); in OnBeginClose()
1079 PrepareClose(false); in OnClose()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dobjxtor.cxx503 bool SfxObjectShell::PrepareClose in PrepareClose() function in SfxObjectShell
528 bool bRet = pFrm->GetViewShell()->PrepareClose( bUI ); in PrepareClose()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dobjxtor.cxx527 bool SfxObjectShell::PrepareClose in PrepareClose() function in SfxObjectShell
552 bool bRet = pFrm->GetViewShell()->PrepareClose( bUI ); in PrepareClose()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Ddocsh.hxx113 SAL_DLLPRIVATE virtual bool PrepareClose( bool bUI = true ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Ddocsh.hxx113 SAL_DLLPRIVATE virtual bool PrepareClose( bool bUI = true ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DViewShell.hxx270 virtual bool PrepareClose( bool bUI = true );
H A DDrawViewShell.hxx231 virtual bool PrepareClose( bool bUI = true ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DViewShell.hxx271 virtual bool PrepareClose( bool bUI = true );
H A DDrawViewShell.hxx232 virtual bool PrepareClose( bool bUI = true ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dviewsh.hxx209 virtual bool PrepareClose( bool bUI = true );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabvwsh4.cxx281 bool ScTabViewShell::PrepareClose(bool bUI) in PrepareClose() function in ScTabViewShell
312 bool bRet = pFormShell->PrepareClose(bUI); in PrepareClose()
316 return SfxViewShell::PrepareClose(bUI); in PrepareClose()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabvwsh4.cxx260 bool ScTabViewShell::PrepareClose(bool bUI) in PrepareClose() function in ScTabViewShell
291 bool bRet = pFormShell->PrepareClose(bUI); in PrepareClose()
295 return SfxViewShell::PrepareClose(bUI); in PrepareClose()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dtabvwsh.hxx185 virtual bool PrepareClose( bool bUI = true ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dviewsh.hxx225 virtual bool PrepareClose( bool bUI = true );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dtabvwsh.hxx187 virtual bool PrepareClose( bool bUI = true ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dsfxbasecontroller.cxx334 bool bCanClose = pShell->PrepareClose( false ); in queryClosing()
578 if ( !m_pData->m_pViewShell->PrepareClose() ) in suspend()
592 bool bRet = bOther || pDocShell->PrepareClose(); in suspend()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dsfxbasecontroller.cxx337 bool bCanClose = pShell->PrepareClose( false ); in queryClosing()
581 if ( !m_pData->m_pViewShell->PrepareClose() ) in suspend()
595 bool bRet = bOther || pDocShell->PrepareClose(); in suspend()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocsh2.cxx349 bool SwDocShell::PrepareClose( bool bUI ) in PrepareClose() function in SwDocShell
351 bool bRet = SfxObjectShell::PrepareClose( bUI ); in PrepareClose()
1099 if( PrepareClose( false ) ) in Execute()

1234