summaryrefslogtreecommitdiffstats
path: root/sw/inc/authfld.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-16 11:30:48 +0000
committerOliver Specht <os@openoffice.org>2000-11-16 11:30:48 +0000
commit8ff71b59a7f714835e1faa2781b34b4c5b811a84 (patch)
treed8364153d72d4059754f4b6e068a4382298a4582 /sw/inc/authfld.hxx
parent- added: XML im- and export of formulas, values, and data styles in StarWrite... (diff)
downloadcore-8ff71b59a7f714835e1faa2781b34b4c5b811a84.tar.gz
core-8ff71b59a7f714835e1faa2781b34b4c5b811a84.zip
TextField and FieldMaster 'Bibliography' completed
Diffstat (limited to 'sw/inc/authfld.hxx')
-rw-r--r--sw/inc/authfld.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx
index d0d69c949d28..fcd4662dff44 100644
--- a/sw/inc/authfld.hxx
+++ b/sw/inc/authfld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: authfld.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:24 $
+ * last change: $Author: os $ $Date: 2000-11-16 12:27:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,6 +131,9 @@ public:
virtual SwFieldType* Copy() const;
virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew );
+ virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, const String& rProperty ) const;
+ virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, const String& rProperty );
+
inline SwDoc* GetDoc() const { return m_pDoc; }
inline void SetDoc(SwDoc* pNewDoc) { m_pDoc = pNewDoc; }
@@ -198,6 +201,9 @@ public:
virtual void SetPar1(const String& rStr);
virtual SwFieldType* ChgTyp( SwFieldType* );
+ virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, const String& rProperty ) const;
+ virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, const String& rProperty );
+
long GetHandle() const { return nHandle; }
//import interface