summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 14:27:04 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 14:27:04 +0000
commit355684e3ebddb7314e5f0b2ffeeec2dfe54fb181 (patch)
treebefbfbbccd586fd56c98dde9c496f363119054d4 /xmloff/source/style/impastpl.hxx
parenta261e987353268a182b09b8fc9b51ca5ec59333b (diff)
INTEGRATION: CWS swautomatic01 (1.10.122); FILE MERGED
2006/08/10 15:39:06 fme 1.10.122.2: RESYNC: (1.10-1.11); FILE MERGED 2006/06/29 13:05:05 fme 1.10.122.1: #i65476# AutoStyles
Diffstat (limited to 'xmloff/source/style/impastpl.hxx')
-rw-r--r--xmloff/source/style/impastpl.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index cd22509be6e9..f8cf5178452c 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impastpl.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:33:35 $
+ * last change: $Author: rt $ $Date: 2006-12-01 15:27:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -172,7 +172,7 @@ public:
~SvXMLAutoStylePoolParentP_Impl();
- sal_Bool Add( XMLFamilyData_Impl* pFamilyData, const ::std::vector< XMLPropertyState >& rProperties, ::rtl::OUString& rName );
+ sal_Bool Add( XMLFamilyData_Impl* pFamilyData, const ::std::vector< XMLPropertyState >& rProperties, ::rtl::OUString& rName, bool bDontSeek = false );
::rtl::OUString Find( const XMLFamilyData_Impl* pFamilyData, const ::std::vector< XMLPropertyState >& rProperties ) const;
@@ -219,7 +219,8 @@ public:
sal_Bool Add( ::rtl::OUString& rName, sal_Int32 nFamily,
const ::rtl::OUString& rParent,
const ::std::vector< XMLPropertyState >& rProperties,
- sal_Bool bCache = sal_False );
+ sal_Bool bCache = sal_False,
+ bool bDontSeek = false );
::rtl::OUString AddToCache( sal_Int32 nFamily,
const ::rtl::OUString& rParent );
::rtl::OUString Find( sal_Int32 nFamily, const ::rtl::OUString& rParent,