diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-17 12:16:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-17 12:16:27 +0000 |
commit | 48c5fa18c04e51f32bb2c4a2eeaae8c72c01c39f (patch) | |
tree | 373b8838e674308e3d8bec7d342f8866fc27926b /xmloff/inc | |
parent | 6a80b30c3d467a31f592a03247d554fa9a96211a (diff) |
INTEGRATION: CWS os8 (1.7.82); FILE MERGED
2003/04/10 17:04:39 dvo 1.7.82.1: #108730# load/save IsVisible property (text:display=none/value) for database fields
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/txtvfldi.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx index 778b9de3bd2d..3798f4d3b3e2 100644 --- a/xmloff/inc/txtvfldi.hxx +++ b/xmloff/inc/txtvfldi.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtvfldi.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dvo $ $Date: 2002-11-21 17:32:26 $ + * last change: $Author: vg $ $Date: 2003-04-17 13:16:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -616,12 +616,16 @@ class XMLDatabaseDisplayImportContext : public XMLDatabaseFieldImportContext const ::rtl::OUString sPropertyColumnName; const ::rtl::OUString sPropertyDatabaseFormat; const ::rtl::OUString sPropertyCurrentPresentation; + const ::rtl::OUString sPropertyIsVisible; XMLValueImportHelper aValueHelper; ::rtl::OUString sColumnName; sal_Bool bColumnOK; + sal_Bool bDisplay; + sal_Bool bDisplayOK; + public: TYPEINFO(); |