diff options
author | Christian Lippka <cl@openoffice.org> | 2001-10-12 15:19:53 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-10-12 15:19:53 +0000 |
commit | 10eb57c6dec170a6cea4d21fe49c463a5c64a0d4 (patch) | |
tree | 754a860e0a4609949b508d7d0670288504395868 /sd/inc/sdpage.hxx | |
parent | 9effedf11326a0c400c0590809369c345f49778e (diff) |
#91486# added xml alien attributes
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 0d437a9966ac..9437d37f0663 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdpage.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: dl $ $Date: 2001-09-27 15:02:48 $ + * last change: $Author: cl $ $Date: 2001-10-12 16:17:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,7 @@ class SdDrawDocument; class SdrTextObj; class SdPageLink; class StarBASIC; +class SfxItemSet; struct StyleRequestData; enum PresObjKind @@ -147,6 +148,10 @@ protected: virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage(); + SfxItemSet* mpItems; + + SfxItemSet* getOrCreateItems(); + public: TYPEINFO(); @@ -261,6 +266,11 @@ public: Orientation GetOrientation() const { return eOrientation; } virtual SfxStyleSheet* GetTextStyleSheetForObject( SdrObject* pObj ) const; + +#ifndef SVX_LIGHT + sal_Bool setAlienAttributes( const com::sun::star::uno::Any& rAttributes ); + void getAlienAttributes( com::sun::star::uno::Any& rAttributes ); +#endif }; #endif // _SDPAGE_HXX |