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:
parent
6a80b30c3d
commit
48c5fa18c0
1 changed files with 6 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue