summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-04-17 11:53:07 +0000
committerMathias Bauer <mba@openoffice.org>2002-04-17 11:53:07 +0000
commit93199b8b47968baf2ee42c048f4eb6e9a7ead849 (patch)
tree74871e0cd779c3d7122dfc6b16a815d0c3c55edc /idl/inc
parent408c08c265ee15d481ef5790e4e51feda7be17e9 (diff)
#97499#: new flag for image rotation
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/globals.hxx8
-rw-r--r--idl/inc/slot.hxx12
2 files changed, 10 insertions, 10 deletions
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx
index a91ba05e76d9..026d1df8db19 100644
--- a/idl/inc/globals.hxx
+++ b/idl/inc/globals.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: globals.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $
+ * last change: $Author: mba $ $Date: 2002-04-17 12:53:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,7 @@ struct SvGlobalHashNames
SvStringHashEntryRef MM_FastCall;
SvStringHashEntryRef MM_SbxObject;
SvStringHashEntryRef MM_Container;
- SvStringHashEntryRef MM_PlugComm;
+ SvStringHashEntryRef MM_ImageRotation;
SvStringHashEntryRef MM_IsCollection;
SvStringHashEntryRef MM_ReadOnlyDoc;
SvStringHashEntryRef MM_ConfigName;
@@ -253,7 +253,7 @@ HASH_INLINE(AllConfig)
HASH_INLINE(FastCall)
HASH_INLINE(SbxObject)
HASH_INLINE(Container)
-HASH_INLINE(PlugComm)
+HASH_INLINE(ImageRotation)
HASH_INLINE(IsCollection)
HASH_INLINE(ReadOnlyDoc)
HASH_INLINE(ConfigName)
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 8b218fd1a658..3634b83f8b2a 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: slot.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $
+ * last change: $Author: mba $ $Date: 2002-04-17 12:53:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ class SvMetaSlot : public SvMetaAttribute
SvBOOL aAccelConfig;
SvBOOL aFastCall;
SvBOOL aContainer;
- SvBOOL aPlugComm;
+ SvBOOL aImageRotation;
SvIdentifier aPseudoPrefix;
SvString aDisableFlags;
SvMetaSlot* pLinkedSlot;
@@ -208,8 +208,8 @@ protected:
{ aFastCall = bSet; }
void SetContainer( BOOL bSet )
{ aContainer = bSet; }
- void SetPlugComm( BOOL bSet )
- { aPlugComm = bSet; }
+ void SetImageRotation( BOOL bSet )
+ { aImageRotation = bSet; }
public:
SV_DECL_META_FACTORY1( SvMetaSlot, SvMetaReference, 11 )
@@ -257,7 +257,7 @@ public:
BOOL GetAccelConfig() const;
BOOL GetFastCall() const;
BOOL GetContainer() const;
- BOOL GetPlugComm() const;
+ BOOL GetImageRotation() const;
SvMetaSlot* GetLinkedSlot() const
{ return pLinkedSlot; }
SvMetaSlot* GetNextSlot() const