summaryrefslogtreecommitdiff
path: root/xmloff/source/style/cdouthdl.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-13 07:23:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-13 07:23:38 +0000
commitda6c6c518d4fb3db3c38fc9ddfd262a4ecac4056 (patch)
tree5b8d7da35e9876cd00ec5a4713eae292fb019860 /xmloff/source/style/cdouthdl.hxx
parent6dd51e2f751f86e45c832ee5b30b0b771cd85a32 (diff)
INTEGRATION: CWS oasis (1.1.1.1.292); FILE MERGED
2004/05/21 15:00:43 mib 1.1.1.1.292.1: - #i20153#: changed underline, line-through and tab-stop
Diffstat (limited to 'xmloff/source/style/cdouthdl.hxx')
-rw-r--r--xmloff/source/style/cdouthdl.hxx35
1 files changed, 31 insertions, 4 deletions
diff --git a/xmloff/source/style/cdouthdl.hxx b/xmloff/source/style/cdouthdl.hxx
index fd673765be4f..d8d8bb14ba04 100644
--- a/xmloff/source/style/cdouthdl.hxx
+++ b/xmloff/source/style/cdouthdl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cdouthdl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:07:04 $
+ * last change: $Author: rt $ $Date: 2004-07-13 08:23:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,10 +69,37 @@
/**
PropertyHandler for the XML-data-type:
*/
-class XMLCrossedOutPropHdl : public XMLPropertyHandler
+class XMLCrossedOutTypePropHdl : public XMLPropertyHandler
{
public:
- virtual ~XMLCrossedOutPropHdl();
+ virtual ~XMLCrossedOutTypePropHdl();
+
+ virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
+ virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
+};
+
+class XMLCrossedOutStylePropHdl : public XMLPropertyHandler
+{
+public:
+ virtual ~XMLCrossedOutStylePropHdl();
+
+ virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
+ virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
+};
+
+class XMLCrossedOutWidthPropHdl : public XMLPropertyHandler
+{
+public:
+ virtual ~XMLCrossedOutWidthPropHdl();
+
+ virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
+ virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
+};
+
+class XMLCrossedOutTextPropHdl : public XMLPropertyHandler
+{
+public:
+ virtual ~XMLCrossedOutTextPropHdl();
virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;