diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 13:10:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 13:10:28 +0000 |
commit | 76774da2c68f765d17c0200c34169fcb5384113f (patch) | |
tree | 7f208b4d9dd1f55e34e18b8fc144a91e5766b861 /xmloff/inc | |
parent | 6be1f64b91d94e6ffddc573022f97c7e22937206 (diff) |
INTEGRATION: CWS insight01 (1.25.52); FILE MERGED
2004/07/23 12:32:05 oj 1.25.52.4: RESYNC: (1.26-1.27); FILE MERGED
2004/06/21 09:03:08 dvo 1.25.52.3: #i25411# load/save connection-resource as XLink
2004/05/28 10:20:38 oj 1.25.52.2: RESYNC: (1.25-1.26); FILE MERGED
2004/05/19 12:00:28 dvo 1.25.52.1: #i25411# read/write database fields with database URLs or database resource strings
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index dcba633ca604..f2e893351582 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtflde.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2004-07-13 07:56:54 $ + * last change: $Author: hr $ $Date: 2004-08-02 14:10:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,6 +96,7 @@ namespace com { namespace sun { namespace star { namespace text { class XTextField; } namespace text { class XText; } namespace beans { class XPropertySet; } + namespace beans { class XPropertySetInfo; } namespace frame { class XModel; } namespace uno { template<typename A> class Sequence; } } } } @@ -435,6 +436,15 @@ protected: const ::com::sun::star::uno::Sequence<rtl::OUString>& rSequence, sal_Int32 nSelected ); + /// export attributes that describe a data source + void ExportDataBaseElement( + enum ::xmloff::token::XMLTokenEnum eElement, + const ::rtl::OUString& sContent, + const ::com::sun::star::uno::Reference < + ::com::sun::star::beans::XPropertySet > & rPropertySet, + const ::com::sun::star::uno::Reference < + ::com::sun::star::beans::XPropertySetInfo > & rPropertySetInfo ); + /// for XDependentTextFields, get PropertySet of FieldMaster ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > GetMasterPropertySet(const ::com::sun::star::uno::Reference < @@ -508,6 +518,7 @@ private: const ::rtl::OUString sPropertyNumberingSeparator; const ::rtl::OUString sPropertyNumberingType; const ::rtl::OUString sPropertyDataBaseName; + const ::rtl::OUString sPropertyDataBaseURL; const ::rtl::OUString sPropertyDataTableName; const ::rtl::OUString sPropertyDateTimeValue; const ::rtl::OUString sPropertyDataColumnName; |