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
This commit is contained in:
Vladimir Glazounov 2003-04-17 12:16:27 +00:00
parent 6a80b30c3d
commit 48c5fa18c0

View file

@ -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();