Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DIOleObject.java26 public int Close(int dwSaveOption) { in Close() argument
27 return COM.VtblCall(6, address, dwSaveOption); in Close()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/
H A Ded_ioleobject.cxx55 COM_DECLSPEC_NOTHROW STDMETHODIMP EmbedDocument_Impl::Close( DWORD dwSaveOption ) in Close() argument
61 if ( dwSaveOption == 2 && m_aFileName.getLength() ) in Close()
73 if ( dwSaveOption != 1 ) in Close()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/embed/
H A Ded_ioleobject.cxx55 COM_DECLSPEC_NOTHROW STDMETHODIMP EmbedDocument_Impl::Close( DWORD dwSaveOption ) in Close() argument
61 if ( dwSaveOption == 2 && m_aFileName.getLength() ) in Close()
73 if ( dwSaveOption != 1 ) in Close()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inc/
H A Dembeddoc.hxx97 STDMETHOD(Close) ( DWORD dwSaveOption) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/inc/
H A Dembeddoc.hxx96 STDMETHOD(Close) ( DWORD dwSaveOption) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inprocserv/
H A Dinprocembobj.h148 STDMETHOD(Close) ( DWORD dwSaveOption) override;
H A Dinprocembobj.cxx742 COM_DECLSPEC_NOTHROW STDMETHODIMP InprocEmbedDocument_Impl::Close( DWORD dwSaveOption ) in Close() argument
754 hr = pOleObject->Close( dwSaveOption ); in Close()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/inprocserv/
H A Dinprocembobj.h148 STDMETHOD(Close) ( DWORD dwSaveOption) override;
H A Dinprocembobj.cxx742 COM_DECLSPEC_NOTHROW STDMETHODIMP InprocEmbedDocument_Impl::Close( DWORD dwSaveOption ) in Close() argument
754 hr = pOleObject->Close( dwSaveOption ); in Close()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doleidl.h1188 DWORD dwSaveOption) = 0;
1293 DWORD dwSaveOption);
1394 #define IOleObject_Close(This,dwSaveOption) (This)->lpVtbl->Close(This,dwSaveOption)
1433 static FORCEINLINE HRESULT IOleObject_Close(IOleObject* This,DWORD dwSaveOption) {
1434 return This->lpVtbl->Close(This,dwSaveOption);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doleidl.h1188 DWORD dwSaveOption) = 0;
1293 DWORD dwSaveOption);
1394 #define IOleObject_Close(This,dwSaveOption) (This)->lpVtbl->Close(This,dwSaveOption)
1433 static FORCEINLINE HRESULT IOleObject_Close(IOleObject* This,DWORD dwSaveOption) {
1434 return This->lpVtbl->Close(This,dwSaveOption);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/activeqt/control/
H A Dqaxserverbase.cpp237 STDMETHOD(Close)(DWORD dwSaveOption);
3773 HRESULT WINAPI QAxServerBase::Close(DWORD dwSaveOption) in Close() argument
3775 if (dwSaveOption != OLECLOSE_NOSAVE && m_spClientSite) in Close()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DNativeMethods.cs2744 int dwSaveOption); in Close() argument