summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-07-09 19:10:43 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-07-09 19:10:43 +0000
commit9d47869d468c75d13bee2914c5dd2b89f7c39654 (patch)
tree272392de99e2270796cf3bfa262c5e63969de7d5 /sw/inc
parent2c9e86478b932cb19c8b0968490ea6a64368c3dd (diff)
#86004# removed SfxPoolItem::importXML, exportXML, equalsXML
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fchrfmt.hxx10
-rw-r--r--sw/inc/fmtfsize.hxx9
-rw-r--r--sw/inc/fmtlsplt.hxx9
-rw-r--r--sw/inc/fmtornt.hxx14
-rw-r--r--sw/inc/fmtpdsc.hxx11
-rw-r--r--sw/inc/paratr.hxx14
6 files changed, 12 insertions, 55 deletions
diff --git a/sw/inc/fchrfmt.hxx b/sw/inc/fchrfmt.hxx
index ae69a0836e..781aa5bfff 100644
--- a/sw/inc/fchrfmt.hxx
+++ b/sw/inc/fchrfmt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fchrfmt.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
+ * last change: $Author: dvo $ $Date: 2001-07-09 20:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,12 +101,6 @@ public:
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
- //
- // XML import cannot be done using importXML, because the SwCharFmt's
- // name must be adjusted according to the pool id and access to the SwDoc
- // is required.
- virtual BOOL exportXML( rtl::OUString& rValue, USHORT,
- const SvXMLUnitConverter& ) const;
// an das SwTxtCharFmt weiterleiten (vom SwClient)
virtual void Modify( SfxPoolItem*, SfxPoolItem* );
diff --git a/sw/inc/fmtfsize.hxx b/sw/inc/fmtfsize.hxx
index 3f83a6ee10..a0be0dab6d 100644
--- a/sw/inc/fmtfsize.hxx
+++ b/sw/inc/fmtfsize.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtfsize.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
+ * last change: $Author: dvo $ $Date: 2001-07-09 20:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,11 +149,6 @@ public:
const SvxULSpaceItem *pULSpace ) const;
Size GetSizeConvertedFromSw31( const SvxLRSpaceItem *pLRSpace,
const SvxULSpaceItem *pULSpace ) const;
-
- virtual BOOL importXML( const ::rtl::OUString& rValue,USHORT,
- const SvXMLUnitConverter& rUnitConv );
- virtual BOOL exportXML( ::rtl::OUString& rValue, USHORT,
- const SvXMLUnitConverter& rUnitConv ) const;
};
inline const SwFmtFrmSize &SwAttrSet::GetFrmSize(BOOL bInP) const
diff --git a/sw/inc/fmtlsplt.hxx b/sw/inc/fmtlsplt.hxx
index 4862281aff..a52d50e5cd 100644
--- a/sw/inc/fmtlsplt.hxx
+++ b/sw/inc/fmtlsplt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtlsplt.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
+ * last change: $Author: dvo $ $Date: 2001-07-09 20:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,11 +87,6 @@ public:
String &rText,
const IntlWrapper* pIntl = 0 ) const;
virtual USHORT GetVersion( USHORT nFFVer ) const;
-
- virtual BOOL importXML( const ::rtl::OUString& rValue,USHORT,
- const SvXMLUnitConverter& rUnitConv );
- virtual BOOL exportXML( ::rtl::OUString& rValue, USHORT,
- const SvXMLUnitConverter& rUnitConv ) const;
};
inline const SwFmtLayoutSplit &SwAttrSet::GetLayoutSplit(BOOL bInP) const
diff --git a/sw/inc/fmtornt.hxx b/sw/inc/fmtornt.hxx
index 6af81ec894..108a204d2c 100644
--- a/sw/inc/fmtornt.hxx
+++ b/sw/inc/fmtornt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtornt.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
+ * last change: $Author: dvo $ $Date: 2001-07-09 20:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,11 +116,6 @@ public:
SwTwips GetPosConvertedToSw31( const SvxULSpaceItem *pULSpace ) const;
SwTwips GetPosConvertedFromSw31( const SvxULSpaceItem *pULSpace ) const;
-
- virtual BOOL importXML( const ::rtl::OUString& rValue,USHORT,
- const SvXMLUnitConverter& rUnitConv );
- virtual BOOL exportXML( ::rtl::OUString& rValue, USHORT,
- const SvXMLUnitConverter& rUnitConv ) const;
};
//SwFmtHoriOrient, wie und woran orientiert --
@@ -168,11 +163,6 @@ public:
BOOL IsPosToggle() const { return bPosToggle; }
void SetPosToggle( BOOL bNew ) { bPosToggle = bNew; }
-
- virtual BOOL importXML( const ::rtl::OUString& rValue,USHORT,
- const SvXMLUnitConverter& rUnitConv );
- virtual BOOL exportXML( ::rtl::OUString& rValue, USHORT,
- const SvXMLUnitConverter& rUnitConv ) const;
};
inline SwFmtVertOrient &SwFmtVertOrient::operator=( const SwFmtVertOrient &rCpy )
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx
index f1020c43cd..107ae27765 100644
--- a/sw/inc/fmtpdsc.hxx
+++ b/sw/inc/fmtpdsc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtpdsc.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
+ * last change: $Author: dvo $ $Date: 2001-07-09 20:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,13 +134,6 @@ public:
// fuer den SW3-Reader:
USHORT GetDescNameIdx() const { return nDescNameIdx; }
void SetDescNameIdx( USHORT n ) { nDescNameIdx = n; }
- //
- // this item must be ignored while comparing item sets during XML export
- virtual BOOL equalsXML( const SfxPoolItem& ) const;
- virtual BOOL importXML( const ::rtl::OUString& rValue,USHORT,
- const SvXMLUnitConverter& rUnitConv );
- virtual BOOL exportXML( ::rtl::OUString& rValue, USHORT,
- const SvXMLUnitConverter& rUnitConv ) const;
};
inline const SwFmtPageDesc &SwAttrSet::GetPageDesc(BOOL bInP) const
diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx
index 1a953b2b5c..2d6e8c3ef9 100644
--- a/sw/inc/paratr.hxx
+++ b/sw/inc/paratr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: paratr.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
+ * last change: $Author: dvo $ $Date: 2001-07-09 20:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,9 +154,6 @@ public:
inline const SwModify* GetDefinedIn() const { return pDefinedIn; }
inline void ChgDefinedIn( const SwModify* pNew )
{ pDefinedIn = (SwModify*)pNew; }
-
- // this item must be ignored while comparing item sets during XML export
- virtual BOOL equalsXML( const SfxPoolItem& ) const;
};
class SwRegisterItem : public SfxBoolItem
@@ -178,10 +175,6 @@ public:
const IntlWrapper* pIntl = 0 ) const;
virtual USHORT GetVersion( USHORT nFFVer ) const;
- virtual BOOL importXML( const ::rtl::OUString& rValue,USHORT,
- const SvXMLUnitConverter& rUnitConv );
- virtual BOOL exportXML( ::rtl::OUString& rValue, USHORT,
- const SvXMLUnitConverter& rUnitConv ) const;
};
inline SwRegisterItem::SwRegisterItem( const BOOL bRegister ) :
@@ -230,9 +223,6 @@ public:
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId );
- // this item must be ignored while comparing item sets during XML export
- virtual BOOL equalsXML( const SfxPoolItem& ) const;
-
// erfrage und setze den Modify-Pointer
inline const SwModify* GetDefinedIn() const { return pDefinedIn; }
inline void ChgDefinedIn( const SwModify* pNew )