INTEGRATION: CWS os8 (1.20.82); FILE MERGED

2003/04/10 17:04:37 dvo 1.20.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:13 +00:00
parent b82439dca4
commit 8fdb24d3ac

View file

@ -2,9 +2,9 @@
*
* $RCSfile: txtfldi.hxx,v $
*
* $Revision: 1.20 $
* $Revision: 1.21 $
*
* last change: $Author: dvo $ $Date: 2002-11-21 17:32:25 $
* last change: $Author: vg $ $Date: 2003-04-17 13:16:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -525,6 +525,7 @@ class XMLDatabaseFieldImportContext : public XMLTextFieldImportContext
const ::rtl::OUString sPropertyDatabaseName;
const ::rtl::OUString sPropertyTableName;
const ::rtl::OUString sPropertyDataCommandType;
const ::rtl::OUString sPropertyIsVisible;
::rtl::OUString sDatabaseName;
::rtl::OUString sTableName;
@ -532,6 +533,10 @@ class XMLDatabaseFieldImportContext : public XMLTextFieldImportContext
sal_Int32 nCommandType;
sal_Bool bCommandTypeOK;
sal_Bool bDisplay;
bool bDisplayOK;
bool bUseDisplay;
protected:
sal_Bool bDatabaseOK;
sal_Bool bTableOK;
@ -541,7 +546,8 @@ protected:
XMLTextImportHelper& rHlp,
const sal_Char* pServiceName,
sal_uInt16 nPrfx,
const ::rtl::OUString& sLocalName);
const ::rtl::OUString& sLocalName,
bool bUseDisplay );
public: