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

#98405#: Put/QueryValue implemented

üst 20fcf5c0
......@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
......@@ -223,6 +223,8 @@ protected:
String &rText, const IntlWrapper * = 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:
TYPEINFO();
// rechter Rand des umgebenden Rahmens
......@@ -285,6 +287,8 @@ protected:
String &rText, const IntlWrapper * = 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:
const SvxObjectItem &operator=(const SvxObjectItem &); // n.i.
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