Kaydet (Commit) 044f549f authored tarafından Mathias Bauer's avatar Mathias Bauer

#98405#: Put/QueryValue implemented

üst 20fcf5c0
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: rulritem.hxx,v $ * $RCSfile: rulritem.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: mba $ $Date: 2002-05-22 11:31:39 $ * last change: $Author: mba $ $Date: 2002-05-27 14:20:50 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -223,6 +223,8 @@ protected: ...@@ -223,6 +223,8 @@ protected:
String &rText, const IntlWrapper * = 0 ) const; String &rText, const IntlWrapper * = 0 ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
public: public:
TYPEINFO(); TYPEINFO();
// rechter Rand des umgebenden Rahmens // rechter Rand des umgebenden Rahmens
...@@ -285,6 +287,8 @@ protected: ...@@ -285,6 +287,8 @@ protected:
String &rText, const IntlWrapper * = 0 ) const; String &rText, const IntlWrapper * = 0 ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
private: private:
const SvxObjectItem &operator=(const SvxObjectItem &); // n.i. const SvxObjectItem &operator=(const SvxObjectItem &); // n.i.
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment