summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtflde.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-11-30 15:46:20 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-11-30 15:46:20 +0000
commitbcea88902c6dd5a3bb22e4aca38e80ddcb682201 (patch)
tree2e393698a8c49f277303f9ee163fbacb76d839f1 /xmloff/inc/txtflde.hxx
parent3607349697b2c6033b864bf7abf9cf70892f5eec (diff)
#80616#
- added: bibliography field im-/export - fixed: im-/export of indices - added: im-/export of index marks
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r--xmloff/inc/txtflde.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 767603c5421e..6fae945f1381 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtflde.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dvo $ $Date: 2000-11-22 13:01:40 $
+ * last change: $Author: dvo $ $Date: 2000-11-30 16:46:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -210,6 +210,7 @@ public:
static const sal_Char* MapReferenceSource(sal_Int16 nType);
static const sal_Char* MapReferenceType(sal_Int16 nType);
static const sal_Char* MapCountFieldName(sal_Int16 nToken);
+ static const sal_Char* MapBibliographyFieldName(::rtl::OUString sName);
const sal_Char* MapPageNumberName(const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & xPropSet,
sal_Int32& nOffset); /// also adjust page offset
@@ -318,19 +319,17 @@ protected:
const ::com::sun::star::util::DateTime& rTime, /// date/time value
sal_Bool bIsDate ); /// export as date (rather than date/time)?
+ /// export all attributes for bibliography data fields
+ void ProcessBibliographyData(
+ ::com::sun::star::uno::Reference <
+ ::com::sun::star::beans::XPropertySet > & rPropertySet);
+
/// for XDependentTextFields, get PropertySet of FieldMaster
::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet >
GetMasterPropertySet(const ::com::sun::star::uno::Reference <
::com::sun::star::text::XTextField > & rTextField);
-// /// get PropertySet of (any) DependentTextField for this FieldMaster
-// ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet >
-// GetDependentFieldPropertySet(const ::rtl::OUString& sFieldMasterName,
-// const ::com::sun::star::uno::Reference<
-// ::com::sun::star::frame::XModel> & rModel);
-
/// get PropertySet of (any) DependentTextField for this FieldMaster
- // (real version)
sal_Bool GetDependentFieldPropertySet(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & xmaster,
@@ -429,6 +428,7 @@ private:
const ::rtl::OUString sPropertySequenceValue;
const ::rtl::OUString sPropertyURL;
const ::rtl::OUString sPropertyTargetFrame;
+ const ::rtl::OUString sPropertyFields;
const ::rtl::OUString sEmpty;
};