summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-05-29 14:38:59 +0000
committerSascha Ballach <sab@openoffice.org>2001-05-29 14:38:59 +0000
commita099220ded8f01bebd835f03c1feecf9c401b5c1 (patch)
tree0434f544a5365e1f4da6859f04b1fa04e1082752 /xmloff/source/style/impastpl.hxx
parentdf1a1e8efdc9df413d82c0f58e7bb448fad60e2a (diff)
#79771#; add a add method which returns whether it has added a new style or the style was given before
Diffstat (limited to 'xmloff/source/style/impastpl.hxx')
-rw-r--r--xmloff/source/style/impastpl.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index 8d4ba014471e..ca750f1f569c 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impastpl.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mh $ $Date: 2001-02-01 18:12:00 $
+ * last change: $Author: sab $ $Date: 2001-05-29 15:38:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -234,9 +234,13 @@ public:
const ::rtl::OUString& rStrPrefix, sal_Bool bAsFamily = sal_True );
void RegisterName( sal_Int32 nFamily, const ::rtl::OUString& rName );
- ::rtl::OUString Add( sal_Int32 nFamily, const ::rtl::OUString& rParent,
- const ::std::vector< XMLPropertyState >& rProperties,
- sal_Bool bCache = sal_False );
+// ::rtl::OUString Add( sal_Int32 nFamily, const ::rtl::OUString& rParent,
+// const ::std::vector< XMLPropertyState >& rProperties,
+// sal_Bool bCache = sal_False );
+ sal_Bool Add( ::rtl::OUString& rName, sal_Int32 nFamily,
+ const ::rtl::OUString& rParent,
+ const ::std::vector< XMLPropertyState >& rProperties,
+ sal_Bool bCache = sal_False );
::rtl::OUString AddToCache( sal_Int32 nFamily,
const ::rtl::OUString& rParent );
::rtl::OUString Find( sal_Int32 nFamily, const ::rtl::OUString& rParent,