summaryrefslogtreecommitdiff
path: root/editeng/source/items/paraitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items/paraitem.cxx')
-rw-r--r--editeng/source/items/paraitem.cxx42
1 files changed, 13 insertions, 29 deletions
diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx
index da7b7cfcd297..c2ca935be7c5 100644
--- a/editeng/source/items/paraitem.cxx
+++ b/editeng/source/items/paraitem.cxx
@@ -222,8 +222,7 @@ bool SvxLineSpacingItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
return bRet;
}
-
-SfxPoolItem* SvxLineSpacingItem::Clone( SfxItemPool * ) const
+SvxLineSpacingItem* SvxLineSpacingItem::Clone( SfxItemPool * ) const
{
return new SvxLineSpacingItem( *this );
}
@@ -408,13 +407,11 @@ bool SvxAdjustItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
return true;
}
-
-SfxPoolItem* SvxAdjustItem::Clone( SfxItemPool * ) const
+SvxAdjustItem* SvxAdjustItem::Clone( SfxItemPool * ) const
{
return new SvxAdjustItem( *this );
}
-
bool SvxAdjustItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -474,13 +471,11 @@ SvxWidowsItem::SvxWidowsItem(const sal_uInt8 nL, const sal_uInt16 nId ) :
{
}
-
-SfxPoolItem* SvxWidowsItem::Clone( SfxItemPool * ) const
+SvxWidowsItem* SvxWidowsItem::Clone( SfxItemPool * ) const
{
return new SvxWidowsItem( *this );
}
-
bool SvxWidowsItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -520,13 +515,11 @@ SvxOrphansItem::SvxOrphansItem(const sal_uInt8 nL, const sal_uInt16 nId ) :
{
}
-
-SfxPoolItem* SvxOrphansItem::Clone( SfxItemPool * ) const
+SvxOrphansItem* SvxOrphansItem::Clone( SfxItemPool * ) const
{
return new SvxOrphansItem( *this );
}
-
bool SvxOrphansItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -641,13 +634,11 @@ bool SvxHyphenZoneItem::operator==( const SfxPoolItem& rAttr ) const
&& rItem.nMaxHyphens == nMaxHyphens );
}
-
-SfxPoolItem* SvxHyphenZoneItem::Clone( SfxItemPool * ) const
+SvxHyphenZoneItem* SvxHyphenZoneItem::Clone( SfxItemPool * ) const
{
return new SvxHyphenZoneItem( *this );
}
-
bool SvxHyphenZoneItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -936,13 +927,11 @@ bool SvxTabStopItem::operator==( const SfxPoolItem& rAttr ) const
return true;
}
-
-SfxPoolItem* SvxTabStopItem::Clone( SfxItemPool * ) const
+SvxTabStopItem* SvxTabStopItem::Clone( SfxItemPool * ) const
{
return new SvxTabStopItem( *this );
}
-
bool SvxTabStopItem::GetPresentation
(
SfxItemPresentation ePres,
@@ -1010,12 +999,11 @@ SvxFormatSplitItem::~SvxFormatSplitItem()
{
}
-SfxPoolItem* SvxFormatSplitItem::Clone( SfxItemPool * ) const
+SvxFormatSplitItem* SvxFormatSplitItem::Clone( SfxItemPool * ) const
{
return new SvxFormatSplitItem( *this );
}
-
bool SvxFormatSplitItem::GetPresentation
(
SfxItemPresentation /*ePres*/,
@@ -1032,13 +1020,11 @@ bool SvxFormatSplitItem::GetPresentation
return true;
}
-
-SfxPoolItem* SvxPageModelItem::Clone( SfxItemPool* ) const
+SvxPageModelItem* SvxPageModelItem::Clone( SfxItemPool* ) const
{
return new SvxPageModelItem( *this );
}
-
bool SvxPageModelItem::QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId ) const
{
nMemberId &= ~CONVERT_TWIPS;
@@ -1109,7 +1095,7 @@ SvxScriptSpaceItem::SvxScriptSpaceItem( bool bOn, const sal_uInt16 nId )
{
}
-SfxPoolItem* SvxScriptSpaceItem::Clone( SfxItemPool * ) const
+SvxScriptSpaceItem* SvxScriptSpaceItem::Clone( SfxItemPool * ) const
{
return new SvxScriptSpaceItem( *this );
}
@@ -1132,7 +1118,7 @@ SvxHangingPunctuationItem::SvxHangingPunctuationItem(
{
}
-SfxPoolItem* SvxHangingPunctuationItem::Clone( SfxItemPool * ) const
+SvxHangingPunctuationItem* SvxHangingPunctuationItem::Clone( SfxItemPool * ) const
{
return new SvxHangingPunctuationItem( *this );
}
@@ -1155,7 +1141,7 @@ SvxForbiddenRuleItem::SvxForbiddenRuleItem(
{
}
-SfxPoolItem* SvxForbiddenRuleItem::Clone( SfxItemPool * ) const
+SvxForbiddenRuleItem* SvxForbiddenRuleItem::Clone( SfxItemPool * ) const
{
return new SvxForbiddenRuleItem( *this );
}
@@ -1181,7 +1167,7 @@ SvxParaVertAlignItem::SvxParaVertAlignItem( Align nValue,
{
}
-SfxPoolItem* SvxParaVertAlignItem::Clone( SfxItemPool* ) const
+SvxParaVertAlignItem* SvxParaVertAlignItem::Clone( SfxItemPool* ) const
{
return new SvxParaVertAlignItem( *this );
}
@@ -1224,14 +1210,12 @@ bool SvxParaVertAlignItem::PutValue( const css::uno::Any& rVal,
return false;
}
-
-
SvxParaGridItem::SvxParaGridItem( bool bOn, const sal_uInt16 nId )
: SfxBoolItem( nId, bOn )
{
}
-SfxPoolItem* SvxParaGridItem::Clone( SfxItemPool * ) const
+SvxParaGridItem* SvxParaGridItem::Clone( SfxItemPool * ) const
{
return new SvxParaGridItem( *this );
}