salobj.h (cdf0e10c) salobj.h (fc9fd3f1)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 14 unchanged lines hidden (view full) ---

23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef _SV_SALOBJ_H
29#define _SV_SALOBJ_H
30
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 14 unchanged lines hidden (view full) ---

23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef _SV_SALOBJ_H
29#define _SV_SALOBJ_H
30
31#include <vcl/sv.h>
32#include <vcl/salobj.hxx>
31#include <salobj.hxx>
33
34// -----------------
35// - SalObjectData -
36// -----------------
37
38class Os2SalObject : public SalObject
39{
40public:

--- 12 unchanged lines hidden (view full) ---

53 virtual ~Os2SalObject();
54
55 virtual void ResetClipRegion();
56 virtual USHORT GetClipRegionType();
57 virtual void BeginSetClipRegion( ULONG nRects );
58 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
59 virtual void EndSetClipRegion();
60 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight );
32
33// -----------------
34// - SalObjectData -
35// -----------------
36
37class Os2SalObject : public SalObject
38{
39public:

--- 12 unchanged lines hidden (view full) ---

52 virtual ~Os2SalObject();
53
54 virtual void ResetClipRegion();
55 virtual USHORT GetClipRegionType();
56 virtual void BeginSetClipRegion( ULONG nRects );
57 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
58 virtual void EndSetClipRegion();
59 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight );
61 virtual void Show( BOOL bVisible );
62 virtual void Enable( BOOL nEnable );
60 virtual void Show( sal_Bool bVisible );
61 virtual void Enable( sal_Bool nEnable );
63 virtual void GrabFocus();
64 virtual void SetBackground();
65 virtual void SetBackground( SalColor nSalColor );
66 virtual const SystemEnvData* GetSystemData() const;
67 virtual void InterceptChildWindowKeyDown( sal_Bool bIntercept );
68};
69
70#endif // _SV_SALOBJ_H
62 virtual void GrabFocus();
63 virtual void SetBackground();
64 virtual void SetBackground( SalColor nSalColor );
65 virtual const SystemEnvData* GetSystemData() const;
66 virtual void InterceptChildWindowKeyDown( sal_Bool bIntercept );
67};
68
69#endif // _SV_SALOBJ_H