summaryrefslogtreecommitdiffstats
path: root/sw/inc/dbfld.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-17 12:33:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-17 12:33:12 +0000
commit9d14ff7dc023462e8c7185638bef99e4dd7cbe63 (patch)
tree66c3b4730c911f0a48c6c41638c329e6c866ecd9 /sw/inc/dbfld.hxx
parentINTEGRATION: CWS os8 (1.43.2.1.48); FILE MERGED (diff)
downloadcore-9d14ff7dc023462e8c7185638bef99e4dd7cbe63.tar.gz
core-9d14ff7dc023462e8c7185638bef99e4dd7cbe63.zip
INTEGRATION: CWS os8 (1.3.158); FILE MERGED
2003/04/10 13:09:31 os 1.3.158.1: #108730# IsVisble property added to database fields
Diffstat (limited to 'sw/inc/dbfld.hxx')
-rw-r--r--sw/inc/dbfld.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/dbfld.hxx b/sw/inc/dbfld.hxx
index ace0f47fadb1..49aeea4165a6 100644
--- a/sw/inc/dbfld.hxx
+++ b/sw/inc/dbfld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbfld.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2001-10-24 18:43:03 $
+ * last change: $Author: vg $ $Date: 2003-04-17 13:33:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -178,6 +178,7 @@ inline void SwDBField::ChgBodyTxtFlag( BOOL bIsInBody )
class SwDBNameInfField : public SwField
{
SwDBData aDBData;
+ USHORT nSubType;
protected:
const SwDBData& GetDBData() const {return aDBData;}
@@ -196,6 +197,8 @@ public:
virtual String GetCntnt(BOOL bName = FALSE) const;
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMId ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMId );
+ virtual USHORT GetSubType() const;
+ virtual void SetSubType(USHORT nType);
};