summaryrefslogtreecommitdiff
path: root/ucbhelper/inc/ucbhelper
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2000-10-26 14:15:21 +0000
committerKai Sommerfeld <kso@openoffice.org>2000-10-26 14:15:21 +0000
commitf7d9558bfaea1a772705e51cd688ade93305a396 (patch)
treef4c5407a5817e4f07d8b4d7ac9547991a6a10931 /ucbhelper/inc/ucbhelper
parent75a53b2dfa21676fb5778ba56ff736e6adeac7c1 (diff)
Added: method copyAdditionalPropertySet(...).
Diffstat (limited to 'ucbhelper/inc/ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/contenthelper.hxx18
-rw-r--r--ucbhelper/inc/ucbhelper/providerhelper.hxx18
2 files changed, 32 insertions, 4 deletions
diff --git a/ucbhelper/inc/ucbhelper/contenthelper.hxx b/ucbhelper/inc/ucbhelper/contenthelper.hxx
index e0bdf0c0b78d..7562b9f36380 100644
--- a/ucbhelper/inc/ucbhelper/contenthelper.hxx
+++ b/ucbhelper/inc/ucbhelper/contenthelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: contenthelper.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:03:37 $
+ * last change: $Author: kso $ $Date: 2000-10-26 15:14:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -353,6 +353,20 @@ protected:
sal_Bool bRecursive );
/**
+ * This method copies the propertyset containing the Additional Core
+ * Properties of the content.
+ *
+ * @param rSourceKey is the key of the source propertyset.
+ * @param rTargetKey is the key of the target propertyset.
+ * @param bRecursive is a flag indicating whether propertysets for
+ * children described by rSourceKey shall be copied too.
+ * @return True, if the operation succeeded - False, otherwise.
+ */
+ sal_Bool copyAdditionalPropertySet( const ::rtl::OUString& rSourceKey,
+ const ::rtl::OUString& rTargetKey,
+ sal_Bool bRecursive );
+
+ /**
* This method removes the propertyset containing the Additional Core
* Properties of the content.
*
diff --git a/ucbhelper/inc/ucbhelper/providerhelper.hxx b/ucbhelper/inc/ucbhelper/providerhelper.hxx
index d77f62142f57..337ee87fe64b 100644
--- a/ucbhelper/inc/ucbhelper/providerhelper.hxx
+++ b/ucbhelper/inc/ucbhelper/providerhelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: providerhelper.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:03:37 $
+ * last change: $Author: kso $ $Date: 2000-10-26 15:14:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -284,6 +284,20 @@ public:
sal_Bool bRecursive );
/**
+ * This method copies the propertyset containing the Additional Core
+ * Properties of a content.
+ *
+ * @param rSourceKey is the key of the source propertyset.
+ * @param rTargetKey is the key of the target propertyset.
+ * @param bRecursive is a flag indicating whether propertysets for
+ * children described by rSourceKey shall be copied, too.
+ * @return True, if the operation succeeded - False, otherwise.
+ */
+ sal_Bool copyAdditionalPropertySet( const ::rtl::OUString& rSourceKey,
+ const ::rtl::OUString& rTargetKey,
+ sal_Bool bRecursive );
+
+ /**
* This method removes the propertyset containing the Additional Core
* Properties of a content.
*