diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-08-11 10:01:25 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-11 11:48:09 +0200 |
commit | 8b3fcb6a4f80e803586120535768745f6637b34d (patch) | |
tree | 63239549f1977207b204641c4ca5c1ae21351686 /include | |
parent | f78aadea74b99ba71f930c7cf52352da9ee965e9 (diff) |
Removing unused SfxItemPool serialisation from svx
Change-Id: Id479c77335c7c4d8dd959a70ebc382a8448077e1
Reviewed-on: https://gerrit.libreoffice.org/41000
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/SmartTagItem.hxx | 2 | ||||
-rw-r--r-- | include/svx/chrtitem.hxx | 2 | ||||
-rw-r--r-- | include/svx/e3ditem.hxx | 2 | ||||
-rw-r--r-- | include/svx/galleryitem.hxx | 3 | ||||
-rw-r--r-- | include/svx/grfcrop.hxx | 2 | ||||
-rw-r--r-- | include/svx/hlnkitem.hxx | 3 | ||||
-rw-r--r-- | include/svx/numinf.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdasaitm.hxx | 3 | ||||
-rw-r--r-- | include/svx/sdasitm.hxx | 3 | ||||
-rw-r--r-- | include/svx/sdtfchim.hxx | 3 | ||||
-rw-r--r-- | include/svx/sxfiitm.hxx | 3 | ||||
-rw-r--r-- | include/svx/sxsiitm.hxx | 2 | ||||
-rw-r--r-- | include/svx/viewlayoutitem.hxx | 2 | ||||
-rw-r--r-- | include/svx/zoomslideritem.hxx | 2 |
14 files changed, 0 insertions, 34 deletions
diff --git a/include/svx/SmartTagItem.hxx b/include/svx/SmartTagItem.hxx index ed59088a8194..162f5bb47404 100644 --- a/include/svx/SmartTagItem.hxx +++ b/include/svx/SmartTagItem.hxx @@ -66,8 +66,6 @@ public: // "purely virtual methods" from the SfxPoolItem virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override; // leer - virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const override; // leer virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; diff --git a/include/svx/chrtitem.hxx b/include/svx/chrtitem.hxx index dc28dd52cd16..b7b311b50d6c 100644 --- a/include/svx/chrtitem.hxx +++ b/include/svx/chrtitem.hxx @@ -161,8 +161,6 @@ public: virtual bool operator == (const SfxPoolItem&) const override; virtual SfxPoolItem* Clone(SfxItemPool *pPool = nullptr) const override; - virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVersion) const override; - virtual SvStream& Store(SvStream& rOut, sal_uInt16 nItemVersion ) const override; double GetValue() const { return fVal; } }; diff --git a/include/svx/e3ditem.hxx b/include/svx/e3ditem.hxx index 66565e27d264..57ccdb1f581e 100644 --- a/include/svx/e3ditem.hxx +++ b/include/svx/e3ditem.hxx @@ -37,8 +37,6 @@ public: virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nVersion) const override; - virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion ) const override; virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; diff --git a/include/svx/galleryitem.hxx b/include/svx/galleryitem.hxx index db76b18f8150..e3d9cc80c9c2 100644 --- a/include/svx/galleryitem.hxx +++ b/include/svx/galleryitem.hxx @@ -61,9 +61,6 @@ public: // bridge to UNO virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; - // not implemented - virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override; - virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const override; }; #endif diff --git a/include/svx/grfcrop.hxx b/include/svx/grfcrop.hxx index 2c57b4375df2..96fc7d5c802f 100644 --- a/include/svx/grfcrop.hxx +++ b/include/svx/grfcrop.hxx @@ -38,8 +38,6 @@ public: // "pure virtual methods" from SfxPoolItem virtual bool operator==( const SfxPoolItem& ) const override; - virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nVer) const override; - virtual SvStream& Store(SvStream &, sal_uInt16 nIVer) const override; virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, diff --git a/include/svx/hlnkitem.hxx b/include/svx/hlnkitem.hxx index 63b5f5e7443e..f4cc177aaa14 100644 --- a/include/svx/hlnkitem.hxx +++ b/include/svx/hlnkitem.hxx @@ -99,9 +99,6 @@ public: void SetMacroEvents (const HyperDialogEvent nEvents) { nMacroEvents = nEvents; } HyperDialogEvent GetMacroEvents() const { return nMacroEvents; } - virtual SvStream& Store( SvStream &, sal_uInt16 nItemVersion ) const override; - virtual SfxPoolItem* Create( SvStream &, sal_uInt16 nVer ) const override; - }; #endif diff --git a/include/svx/numinf.hxx b/include/svx/numinf.hxx index 6fb9dd171d89..a94ee73e2ccd 100644 --- a/include/svx/numinf.hxx +++ b/include/svx/numinf.hxx @@ -50,8 +50,6 @@ public: virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create( SvStream& rStream, sal_uInt16 nVer ) const override; - virtual SvStream& Store( SvStream& , sal_uInt16 nItemVersion ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, diff --git a/include/svx/sdasaitm.hxx b/include/svx/sdasaitm.hxx index 98004ae52dd7..c5da0b47a348 100644 --- a/include/svx/sdasaitm.hxx +++ b/include/svx/sdasaitm.hxx @@ -38,15 +38,12 @@ class SVX_DLLPUBLIC SdrCustomShapeAdjustmentItem : public SfxPoolItem public: SdrCustomShapeAdjustmentItem(); - SdrCustomShapeAdjustmentItem( SvStream& rIn, sal_uInt16 nVersion ); virtual ~SdrCustomShapeAdjustmentItem() override; virtual bool operator==( const SfxPoolItem& ) const override; virtual bool GetPresentation(SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper&) const override; - virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nItem ) const override; - virtual SvStream& Store( SvStream&, sal_uInt16 nVersion ) const override; virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override; virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) const override; diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx index aaff619e0d30..8ad95dd9ed71 100644 --- a/include/svx/sdasitm.hxx +++ b/include/svx/sdasitm.hxx @@ -60,9 +60,6 @@ private: MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper&) const override; - virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nItem ) const override; - virtual SvStream& Store( SvStream&, sal_uInt16 nVersion ) const override; - virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override; virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) const override; diff --git a/include/svx/sdtfchim.hxx b/include/svx/sdtfchim.hxx index 401de27dc81e..037277214cb6 100644 --- a/include/svx/sdtfchim.hxx +++ b/include/svx/sdtfchim.hxx @@ -26,14 +26,11 @@ class SVX_DLLPUBLIC SdrTextFixedCellHeightItem : public SfxBoolItem public: SdrTextFixedCellHeightItem( bool bUseFixedCellHeight = false ); - SVX_DLLPRIVATE SdrTextFixedCellHeightItem( SvStream & rStream, sal_uInt16 nVersion ); SVX_DLLPRIVATE virtual bool GetPresentation(SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper&) const override; - SVX_DLLPRIVATE virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nItem ) const override; - SVX_DLLPRIVATE virtual SvStream& Store( SvStream&, sal_uInt16 nVersion ) const override; SVX_DLLPRIVATE virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override; SVX_DLLPRIVATE virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) const override; diff --git a/include/svx/sxfiitm.hxx b/include/svx/sxfiitm.hxx index 2d89b4ef0497..24984b579316 100644 --- a/include/svx/sxfiitm.hxx +++ b/include/svx/sxfiitm.hxx @@ -30,11 +30,8 @@ class SdrFractionItem: public SfxPoolItem { Fraction nValue; public: SdrFractionItem(sal_uInt16 nId, const Fraction& rVal): SfxPoolItem(nId), nValue(rVal) {} - SdrFractionItem(sal_uInt16 nId, SvStream& rIn); virtual bool operator==(const SfxPoolItem&) const override; virtual bool GetPresentation(SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper&) const override; - virtual SfxPoolItem* Create(SvStream&, sal_uInt16 nVer) const override; - virtual SvStream& Store(SvStream&, sal_uInt16 nItemVers) const override; virtual SfxPoolItem* Clone(SfxItemPool *pPool=nullptr) const override; const Fraction& GetValue() const { return nValue; } void SetValue(const Fraction& rVal) { nValue = rVal; } diff --git a/include/svx/sxsiitm.hxx b/include/svx/sxsiitm.hxx index 398ee298cc73..d7a1cd082c33 100644 --- a/include/svx/sxsiitm.hxx +++ b/include/svx/sxsiitm.hxx @@ -24,9 +24,7 @@ class SdrScaleItem: public SdrFractionItem { public: SdrScaleItem(sal_uInt16 nId, const Fraction& rVal): SdrFractionItem(nId,rVal) {} - SdrScaleItem(sal_uInt16 nId, SvStream& rIn): SdrFractionItem(nId,rIn) {} virtual bool GetPresentation(SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper&) const override; - virtual SfxPoolItem* Create(SvStream&, sal_uInt16 nVer) const override; virtual SfxPoolItem* Clone(SfxItemPool *pPool=nullptr) const override; }; diff --git a/include/svx/viewlayoutitem.hxx b/include/svx/viewlayoutitem.hxx index 4db019d2210e..4191a8b870f7 100644 --- a/include/svx/viewlayoutitem.hxx +++ b/include/svx/viewlayoutitem.hxx @@ -41,8 +41,6 @@ public: // "purely virtual methods" from the SfxPoolItem virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create( SvStream& rStrm, sal_uInt16 nVersion ) const override; // leer - virtual SvStream& Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const override; // leer virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; // leer virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; // leer }; diff --git a/include/svx/zoomslideritem.hxx b/include/svx/zoomslideritem.hxx index a2b6988f1d21..0bff42560dc6 100644 --- a/include/svx/zoomslideritem.hxx +++ b/include/svx/zoomslideritem.hxx @@ -46,8 +46,6 @@ public: // "purely virtual methods" from the SfxPoolItem virtual bool operator==( const SfxPoolItem& ) const override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create( SvStream& rStrm, sal_uInt16 nVersion ) const override; // leer - virtual SvStream& Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const override; // leer virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; }; |