summaryrefslogtreecommitdiff
path: root/odk/examples/OLE/activex/SOComWindowPeer.h
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:19:40 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:19:40 +0200
commit566a5bcb2039dbe6db6b9696449c6f5fe142c763 (patch)
tree2012c7ad41c5058904ba05848e17d1e248f7559d /odk/examples/OLE/activex/SOComWindowPeer.h
parentcbb79e541cd2aa1f56cf7fbefcf8d0ce9c8db664 (diff)
recreated tag libreoffice-3.3.0.4 which had these commits:
commit f4a669793477ff9765085fff8ced14cbe8d7f159 (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 18 19:01:21 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit c6241c81b61717941cf0a3e4a4188468ceddef07 Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 22:59:38 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master.
Notes
Notes: split repo tag: sdk_libreoffice-3.3.0.4
Diffstat (limited to 'odk/examples/OLE/activex/SOComWindowPeer.h')
-rw-r--r--odk/examples/OLE/activex/SOComWindowPeer.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/odk/examples/OLE/activex/SOComWindowPeer.h b/odk/examples/OLE/activex/SOComWindowPeer.h
index dfd39b5b1859..e843aa705ee2 100644
--- a/odk/examples/OLE/activex/SOComWindowPeer.h
+++ b/odk/examples/OLE/activex/SOComWindowPeer.h
@@ -3,7 +3,7 @@
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
@@ -30,7 +30,7 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
+ *
*************************************************************************/
// SOComWindowPeer.h: Definition of the SOComWindowPeer class
@@ -55,8 +55,8 @@
/////////////////////////////////////////////////////////////////////////////
// SOComWindowPeer
-class SOComWindowPeer :
- public IDispatchImpl<ISOComWindowPeer, &IID_ISOComWindowPeer, &LIBID_SO_ACTIVEXLib>,
+class SOComWindowPeer :
+ public IDispatchImpl<ISOComWindowPeer, &IID_ISOComWindowPeer, &LIBID_SO_ACTIVEXLib>,
public ISupportErrorInfo,
public CComObjectRoot,
public CComCoClass<SOComWindowPeer,&CLSID_SOComWindowPeer>
@@ -70,9 +70,9 @@ BEGIN_COM_MAP(SOComWindowPeer)
COM_INTERFACE_ENTRY(ISOComWindowPeer)
COM_INTERFACE_ENTRY(ISupportErrorInfo)
END_COM_MAP()
-DECLARE_NOT_AGGREGATABLE(SOComWindowPeer)
-// Remove the comment from the line above if you don't want your object to
-// support aggregation.
+DECLARE_NOT_AGGREGATABLE(SOComWindowPeer)
+// Remove the comment from the line above if you don't want your object to
+// support aggregation.
DECLARE_REGISTRY_RESOURCEID(IDR_SOCOMWINDOWPEER)
@@ -80,7 +80,7 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SOCOMWINDOWPEER)
STDMETHOD(InterfaceSupportsErrorInfo)(REFIID riid);
// ISOComWindowPeer
- virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getWindowHandle(
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getWindowHandle(
/* [in] */ SAFEARRAY __RPC_FAR * procId,
/* [in] */ short s,
/* [retval][out] */ long __RPC_FAR *ret)
@@ -88,57 +88,57 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SOCOMWINDOWPEER)
*ret = (long) m_hwnd;
return S_OK;
}
-
- virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getToolkit(
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getToolkit(
/* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *retVal)
{
*retVal = NULL;
return S_OK;
}
-
- virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setPointer(
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setPointer(
/* [in] */ IDispatch __RPC_FAR *xPointer)
{
return S_OK;
}
-
- virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setBackground(
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setBackground(
/* [in] */ int nColor)
{
return S_OK;
}
-
- virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE invalidate(
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE invalidate(
/* [in] */ short __MIDL_0015)
{
return S_OK;
}
-
- virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE invalidateRect(
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE invalidateRect(
/* [in] */ IDispatch __RPC_FAR *aRect,
/* [in] */ short nFlags)
{
return S_OK;
}
-
+
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE dispose( void)
{
return S_OK;
}
-
- virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE addEventListener(
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE addEventListener(
/* [in] */ IDispatch __RPC_FAR *xListener)
{
return S_OK;
}
-
- virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE removeEventListener(
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE removeEventListener(
/* [in] */ IDispatch __RPC_FAR *xListener)
{
return S_OK;
}
-
- virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Bridge_implementedInterfaces(
+
+ virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Bridge_implementedInterfaces(
/* [retval][out] */ SAFEARRAY __RPC_FAR * __RPC_FAR *pVal)
{
*pVal = SafeArrayCreateVector( VT_BSTR, 0, 2 );