diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 17:03:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 17:03:45 +0000 |
commit | 917db40b2bab162ed5344a6e81183d8404a4023e (patch) | |
tree | faee2f0aaff3527047a7d4781b03d79bd50e953f /svx | |
parent | 6326bd737286246e067cde0f3d9a6060ac02ef19 (diff) |
INTEGRATION: CWS os7 (1.26.148); FILE MERGED
2003/03/28 12:03:12 os 1.26.148.1: #108241# set decimal separator correctly in SfxPoolItem::GetPresentation() methods
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/paraitem.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/svx/source/items/paraitem.cxx b/svx/source/items/paraitem.cxx index 974d261b2574..2d7052438fc3 100644 --- a/svx/source/items/paraitem.cxx +++ b/svx/source/items/paraitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: paraitem.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: tl $ $Date: 2002-07-23 10:34:23 $ + * last change: $Author: hr $ $Date: 2003-04-04 18:03:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -335,7 +335,7 @@ SfxItemPresentation SvxLineSpacingItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const IntlWrapper * + XubString& rText, const IntlWrapper *pIntl ) const { #ifndef PRODUCT @@ -527,7 +527,7 @@ SfxItemPresentation SvxAdjustItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const IntlWrapper * + XubString& rText, const IntlWrapper *pIntl ) const { switch ( ePres ) @@ -655,7 +655,7 @@ SfxItemPresentation SvxWidowsItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const IntlWrapper * + XubString& rText, const IntlWrapper *pIntl ) const { switch ( ePres ) @@ -716,7 +716,7 @@ SfxItemPresentation SvxOrphansItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const IntlWrapper * + XubString& rText, const IntlWrapper *pIntl ) const { switch ( ePres ) @@ -828,7 +828,7 @@ SfxItemPresentation SvxHyphenZoneItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const IntlWrapper * + XubString& rText, const IntlWrapper *pIntl ) const { switch ( ePres ) @@ -1216,7 +1216,7 @@ SfxItemPresentation SvxTabStopItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const IntlWrapper * + XubString& rText, const IntlWrapper *pIntl ) const { rText.Erase(); @@ -1233,7 +1233,7 @@ SfxItemPresentation SvxTabStopItem::GetPresentation if ( bComma ) rText += sal_Unicode(','); rText += GetMetricText( - (long)((*this)[i]).GetTabPos(), eCoreUnit, ePresUnit ); + (long)((*this)[i]).GetTabPos(), eCoreUnit, ePresUnit, pIntl ); if ( SFX_ITEM_PRESENTATION_COMPLETE == ePres ) rText += SVX_RESSTR(GetMetricId(ePresUnit)); bComma = sal_True; @@ -1382,7 +1382,7 @@ SfxItemPresentation SvxFmtSplitItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const IntlWrapper * + XubString& rText, const IntlWrapper *pIntl ) const { switch ( ePres ) @@ -1449,7 +1449,7 @@ SfxItemPresentation SvxPageModelItem::GetPresentation SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, - XubString& rText, const IntlWrapper * + XubString& rText, const IntlWrapper *pIntl ) const { rText.Erase(); |