summaryrefslogtreecommitdiffstats
path: root/sw/inc/unostyle.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:12:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:12:26 +0000
commitf60a3e0249465991cba679731e997957c03e71ed (patch)
tree754c1b2342fac32cf487b66374c354b9c73b9fd7 /sw/inc/unostyle.hxx
parentINTEGRATION: CWS i18n08 (1.53.90); FILE MERGED (diff)
downloadcore-f60a3e0249465991cba679731e997957c03e71ed.tar.gz
core-f60a3e0249465991cba679731e997957c03e71ed.zip
INTEGRATION: CWS tlapi1 (1.10.260); FILE MERGED
2003/11/04 13:43:49 tl 1.10.260.2: #104979# getPropertyValues fixed 2003/10/08 11:40:40 tl 1.10.260.1: #104979# type of exception thrown for unknown properties fixed
Diffstat (limited to 'sw/inc/unostyle.hxx')
-rw-r--r--sw/inc/unostyle.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index 2a6c66b2bb1d..9823e6a5c349 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unostyle.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 15:27:52 $
+ * last change: $Author: hr $ $Date: 2003-11-07 15:12:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -250,6 +250,9 @@ protected:
com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > mxStyleData;
com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > mxStyleFamily;
+ void SAL_CALL SetPropertyValues_Impl( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL GetPropertyValues_Impl( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
+
public:
SwXStyle(SwDoc* pDoc, SfxStyleFamily eFam = SFX_STYLE_FAMILY_PARA, BOOL bConditional = FALSE);
SwXStyle(SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam,
@@ -357,6 +360,11 @@ public:
class SwXPageStyle : public SwXStyle
{
SwDocShell* pDocShell;
+
+protected:
+ void SAL_CALL SetPropertyValues_Impl( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL GetPropertyValues_Impl( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
+
public:
SwXPageStyle(SfxStyleSheetBasePool& rPool, SwDocShell* pDocSh, SfxStyleFamily eFam,
const String& rStyleName);//,