Home
last modified time | relevance | path

Searched defs:ContextSensitiveHelp (Results 1 – 25 of 67) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/
H A Ded_iinplace.cxx34 COM_DECLSPEC_NOTHROW STDMETHODIMP EmbedDocument_Impl::ContextSensitiveHelp(BOOL) { return NOERROR; } in ContextSensitiveHelp() function in EmbedDocument_Impl
H A Diipaobj.cxx79 STDMETHODIMP CIIAObj::ContextSensitiveHelp(BOOL) in ContextSensitiveHelp() function in CIIAObj
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/embed/
H A Ded_iinplace.cxx35 COM_DECLSPEC_NOTHROW STDMETHODIMP EmbedDocument_Impl::ContextSensitiveHelp(BOOL) in ContextSensitiveHelp() function in EmbedDocument_Impl
H A Diipaobj.cxx79 STDMETHODIMP CIIAObj::ContextSensitiveHelp(BOOL) in ContextSensitiveHelp() function in CIIAObj
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Drichole.h101 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
120 STDMETHOD(ContextSensitiveHelp) (THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
H A Doleidl.h269 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
289 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
305 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
321 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
338 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
378 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Drichole.h101 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
120 STDMETHOD(ContextSensitiveHelp) (THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
H A Doleidl.h269 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
289 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
305 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
321 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
338 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
378 STDMETHOD(ContextSensitiveHelp)(THIS_ BOOL) PURE; in DECLARE_INTERFACE_() local
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/G3DWarehouseBrowser/include/
H A DG3DOleInPlaceSite.h57 HRESULT STDMETHODCALLTYPE ContextSensitiveHelp(BOOL fEnterMode) { in ContextSensitiveHelp() function
H A DG3DOleInPlaceFrame.h42 HRESULT STDMETHODCALLTYPE ContextSensitiveHelp( BOOL fEnterMode) { NOTIMPLEMENTED; } in ContextSensitiveHelp() function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drichole.h85 STDMETHOD (ContextSensitiveHelp) (THIS_ WINBOOL fEnterMode) PURE; in DECLARE_INTERFACE_() local
105 STDMETHOD (ContextSensitiveHelp) (THIS_ WINBOOL fEnterMode) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drichole.h85 STDMETHOD (ContextSensitiveHelp) (THIS_ WINBOOL fEnterMode) PURE; in DECLARE_INTERFACE_() local
105 STDMETHOD (ContextSensitiveHelp) (THIS_ WINBOOL fEnterMode) PURE; in DECLARE_INTERFACE_() local
/dports/editors/lazarus/lazarus/components/activex/
H A Dactivexcontainer.pas128 function ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall; in ContextSensitiveHelp() function
457 function TActiveXContainer.ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall; in TActiveXContainer.ContextSensitiveHelp() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/activex/
H A Dactivexcontainer.pas128 function ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall; in ContextSensitiveHelp() function
457 function TActiveXContainer.ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall; in TActiveXContainer.ContextSensitiveHelp() function
/dports/editors/lazarus-qt5/lazarus/components/activex/
H A Dactivexcontainer.pas128 function ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall; in ContextSensitiveHelp() function
457 function TActiveXContainer.ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall; in TActiveXContainer.ContextSensitiveHelp() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/activex/
H A Dactivexcontainer.pas128 function ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall; in ContextSensitiveHelp() function
457 function TActiveXContainer.ContextSensitiveHelp(fEnterMode: BOOL): HResult; stdcall; in TActiveXContainer.ContextSensitiveHelp() function
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/native/
H A Djuce_win32_ActiveXComponent.cpp65 … JUCE_COMRESULT ContextSensitiveHelp (BOOL) { return E_NOTIMPL; } in ContextSensitiveHelp() function
103 JUCE_COMRESULT ContextSensitiveHelp (BOOL) { return E_NOTIMPL; } in ContextSensitiveHelp() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/native/
H A Djuce_win32_ActiveXComponent.cpp65 … JUCE_COMRESULT ContextSensitiveHelp (BOOL) { return E_NOTIMPL; } in ContextSensitiveHelp() function
103 JUCE_COMRESULT ContextSensitiveHelp (BOOL) { return E_NOTIMPL; } in ContextSensitiveHelp() function
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/ExplorerPlugin/
H A DExplorerBar.cpp185 STDMETHODIMP ExplorerBar::ContextSensitiveHelp( BOOL inEnterMode ) in ContextSensitiveHelp() function in ExplorerBar
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Plugins/Plugin_HikariWidget/
H A DFlashSite.h152 HRESULT STDMETHODCALLTYPE ContextSensitiveHelp(BOOL fEnterMode) in ContextSensitiveHelp() function
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Plugins/Plugin_HikariWidget/
H A DFlashSite.h152 HRESULT STDMETHODCALLTYPE ContextSensitiveHelp(BOOL fEnterMode) in ContextSensitiveHelp() function
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Plugins/Plugin_HikariWidget/
H A DFlashSite.h152 HRESULT STDMETHODCALLTYPE ContextSensitiveHelp(BOOL fEnterMode) in ContextSensitiveHelp() function
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Plugins/Plugin_HikariWidget/
H A DFlashSite.h152 HRESULT STDMETHODCALLTYPE ContextSensitiveHelp(BOOL fEnterMode) in ContextSensitiveHelp() function
/dports/x11/workrave/workrave-1.10.44/frontend/applets/win32/src/
H A DDeskBand.cpp167 CDeskBand::ContextSensitiveHelp(BOOL fEnterMode) in ContextSensitiveHelp() function in CDeskBand
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/Util/
H A DMSHTMLHost.cs179 public virtual void ContextSensitiveHelp(int fEnterMode) { in ContextSensitiveHelp() method in System.Web.UI.Design.MobileControls.Util.TridentSite

123