diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2000-11-02 14:51:18 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2000-11-02 14:51:18 +0000 |
commit | fc037d38c98071e94760e348ab9f4723906b72b5 (patch) | |
tree | 9a3c972daf6fef36a8cf8c3a7dcd3c8bd8909d01 /xmloff/inc/txtflde.hxx | |
parent | a09d0ec39aa933142f2a45a3a37b4a0987ef54f1 (diff) |
- added: sections now completed
(attribute text:protected moved into <style:properties style:protect=../>
- added: table of content im- and export
(TOC body does not work)
- added: URL textfield (for Calc, Draw, ...)
- fixed: tab-stop constant names in xmlkywd.hxx
- fixed: import of zero columns
- fixed: text hyperlinks now in DTD
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 4cf5fb04f3a4..bd07d2e6a8cb 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtflde.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dvo $ $Date: 2000-10-20 12:45:05 $ + * last change: $Author: dvo $ $Date: 2000-11-02 15:51:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -155,6 +155,7 @@ enum FieldIdEnum { FIELD_ID_DDE, // DDE field FIELD_ID_SHEET_NAME, // name of current (spread-)sheet + FIELD_ID_URL, // URL field (only Calc, Draw, Impress) FIELD_ID_UNKNOWN // invalid or unknown field type! }; @@ -413,6 +414,8 @@ private: const ::rtl::OUString sPropertyDDECommandFile; const ::rtl::OUString sPropertyDDECommandElement; const ::rtl::OUString sPropertySequenceValue; + const ::rtl::OUString sPropertyURL; + const ::rtl::OUString sPropertyTargetFrame; const ::rtl::OUString sEmpty; }; |