summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 13:18:22 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 13:18:22 +0000
commit83e2939700bf2176ea1dff68587eac1de84ee1bc (patch)
tree41dda2341660d93822d642e34c53f652698b4440 /xmlscript
parentad493249ca17c0d3ee1238ec311bf3ba6a2bb74f (diff)
INTEGRATION: CWS tbe21 (1.15.10); FILE MERGED
2005/02/25 13:21:52 tbe 1.15.10.1: #i42907# missing control properties in xml im-/export for dialogs
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/exp_share.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/exp_share.hxx b/xmlscript/source/xmldlg_imexp/exp_share.hxx
index 483a9cf2afd9..6fc49829d11a 100644
--- a/xmlscript/source/xmldlg_imexp/exp_share.hxx
+++ b/xmlscript/source/xmldlg_imexp/exp_share.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exp_share.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kz $ $Date: 2004-07-30 16:48:29 $
+ * last change: $Author: kz $ $Date: 2005-03-18 14:18:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -173,8 +173,12 @@ public:
void readAlignAttr(
::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
+ void readVerticalAlignAttr(
+ ::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
void readImageAlignAttr(
::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
+ void readImagePositionAttr(
+ ::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
void readDateFormatAttr(
::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
void readTimeFormatAttr(
@@ -183,6 +187,8 @@ public:
::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
void readButtonTypeAttr(
::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
+ void readLineEndFormatAttr(
+ ::rtl::OUString const & rPropName, ::rtl::OUString const & rAttrName );
//
inline void addBoolAttr(
::rtl::OUString const & rAttrName, sal_Bool bValue )