Kaydet (Commit) 7fa0b1d2 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS pchfix04 (1.2.46); FILE MERGED

2007/05/03 15:37:01 hjs 1.2.46.1: #i73604# - fix after resync
üst 62e3463c
......@@ -4,9 +4,9 @@
*
* $RCSfile: brshitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:39:46 $
* last change: $Author: kz $ $Date: 2007-05-10 14:23:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -90,20 +90,20 @@ class SVX_DLLPUBLIC SvxBrushItem : public SfxPoolItem
DECL_STATIC_LINK( SvxBrushItem, DoneHdl_Impl, void *);
// wird nur von Create benutzt
SvxBrushItem( SvStream& rStrm,
USHORT nVersion, USHORT nWhich = ITEMID_BRUSH );
USHORT nVersion, USHORT nWhich );
public:
TYPEINFO();
SvxBrushItem( USHORT nWhich = ITEMID_BRUSH );
SvxBrushItem( const Color& rColor, USHORT nWhich = ITEMID_BRUSH );
SvxBrushItem( USHORT nWhich );
SvxBrushItem( const Color& rColor, USHORT nWhich );
SvxBrushItem( const Graphic& rGraphic,
SvxGraphicPosition ePos, USHORT nWhich = ITEMID_BRUSH );
SvxGraphicPosition ePos, USHORT nWhich );
SvxBrushItem( const GraphicObject& rGraphicObj,
SvxGraphicPosition ePos, USHORT nWhich = ITEMID_BRUSH );
SvxGraphicPosition ePos, USHORT nWhich );
SvxBrushItem( const String& rLink, const String& rFilter,
SvxGraphicPosition ePos, USHORT nWhich = ITEMID_BRUSH );
SvxGraphicPosition ePos, USHORT nWhich );
SvxBrushItem( const SvxBrushItem& );
SvxBrushItem( const CntWallpaperItem&, USHORT nWhich );
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: charreliefitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:40:30 $
* last change: $Author: kz $ $Date: 2007-05-10 14:23:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -65,8 +65,8 @@ class SVX_DLLPUBLIC SvxCharReliefItem : public SfxEnumItem
public:
TYPEINFO();
SvxCharReliefItem( FontRelief eValue = RELIEF_NONE,
const sal_uInt16 nId = ITEMID_CHARRELIEF );
SvxCharReliefItem( FontRelief eValue /*= RELIEF_NONE*/,
const sal_uInt16 nId );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual SfxPoolItem* Create(SvStream &, USHORT) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: charrotateitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:40:42 $
* last change: $Author: kz $ $Date: 2007-05-10 14:23:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -65,9 +65,9 @@ class SVX_DLLPUBLIC SvxCharRotateItem : public SfxUInt16Item
public:
TYPEINFO();
SvxCharRotateItem( sal_uInt16 nValue = 0,
sal_Bool bFitIntoLine = sal_False,
const sal_uInt16 nId = ITEMID_CHARROTATE );
SvxCharRotateItem( sal_uInt16 nValue /*= 0*/,
sal_Bool bFitIntoLine /*= sal_False*/,
const sal_uInt16 nId );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual SfxPoolItem* Create(SvStream &, USHORT) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: charscaleitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:40:54 $
* last change: $Author: kz $ $Date: 2007-05-10 14:23:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -63,8 +63,8 @@ class SVX_DLLPUBLIC SvxCharScaleWidthItem : public SfxUInt16Item
public:
TYPEINFO();
SvxCharScaleWidthItem( sal_uInt16 nValue = 100,
const sal_uInt16 nId = ITEMID_CHARSCALE_W );
SvxCharScaleWidthItem( sal_uInt16 nValue /*= 100*/,
const sal_uInt16 nId );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual SfxPoolItem* Create(SvStream &, USHORT) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: cmapitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:41:17 $
* last change: $Author: kz $ $Date: 2007-05-10 14:23:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -69,8 +69,8 @@ class SVX_DLLPUBLIC SvxCaseMapItem : public SfxEnumItem
public:
TYPEINFO();
SvxCaseMapItem( const SvxCaseMap eMap = SVX_CASEMAP_NOT_MAPPED,
const USHORT nId = ITEMID_CASEMAP );
SvxCaseMapItem( const SvxCaseMap eMap /*= SVX_CASEMAP_NOT_MAPPED*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem + SfxEnumItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: colritem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:41:51 $
* last change: $Author: kz $ $Date: 2007-05-10 14:24:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -74,9 +74,9 @@ private:
public:
TYPEINFO();
SvxColorItem( const USHORT nId = ITEMID_COLOR );
SvxColorItem( const Color& aColor, const USHORT nId = ITEMID_COLOR );
SvxColorItem( SvStream& rStrm, const USHORT nId = ITEMID_COLOR );
SvxColorItem( const USHORT nId );
SvxColorItem( const Color& aColor, const USHORT nId );
SvxColorItem( SvStream& rStrm, const USHORT nId );
SvxColorItem( const SvxColorItem& rCopy );
~SvxColorItem();
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: crsditem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:42:17 $
* last change: $Author: kz $ $Date: 2007-05-10 14:24:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -69,8 +69,8 @@ class SVX_DLLPUBLIC SvxCrossedOutItem : public SfxEnumItem
public:
TYPEINFO();
SvxCrossedOutItem( const FontStrikeout eSt = STRIKEOUT_NONE,
const USHORT nId = ITEMID_CROSSEDOUT );
SvxCrossedOutItem( const FontStrikeout eSt /*= STRIKEOUT_NONE*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: cscoitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:42:48 $
* last change: $Author: kz $ $Date: 2007-05-10 14:24:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -61,9 +61,9 @@ class SVX_DLLPUBLIC SvxCharSetColorItem : public SvxColorItem
public:
TYPEINFO();
SvxCharSetColorItem( const USHORT nId = ITEMID_CHARSETCOLOR );
SvxCharSetColorItem( const USHORT nId );
SvxCharSetColorItem( const Color& aColor, const rtl_TextEncoding eFrom,
const USHORT nId = ITEMID_CHARSETCOLOR );
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: emphitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:47:50 $
* last change: $Author: kz $ $Date: 2007-05-10 14:25:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -69,8 +69,8 @@ class SVX_DLLPUBLIC SvxEmphasisMarkItem : public SfxUInt16Item
public:
TYPEINFO();
SvxEmphasisMarkItem( const FontEmphasisMark eVal = EMPHASISMARK_NONE,
const USHORT nId = ITEMID_EMPHASISMARK );
SvxEmphasisMarkItem( const FontEmphasisMark eVal /*= EMPHASISMARK_NONE*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem + SfxEnumItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: escpitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:48:17 $
* last change: $Author: kz $ $Date: 2007-05-10 14:25:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -77,11 +77,11 @@ class SVX_DLLPUBLIC SvxEscapementItem : public SfxEnumItemInterface
public:
TYPEINFO();
SvxEscapementItem( const USHORT nId = ITEMID_ESCAPEMENT );
SvxEscapementItem( const USHORT nId );
SvxEscapementItem( const SvxEscapement eEscape,
const USHORT nId = ITEMID_ESCAPEMENT );
const USHORT nId );
SvxEscapementItem( const short nEsc, const BYTE nProp,
const USHORT nId = ITEMID_ESCAPEMENT );
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: fhgtitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:49:16 $
* last change: $Author: kz $ $Date: 2007-05-10 14:25:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -74,8 +74,8 @@ class SVX_DLLPUBLIC SvxFontHeightItem : public SfxPoolItem
public:
TYPEINFO();
SvxFontHeightItem( const ULONG nSz = 240, const USHORT nPropHeight = 100,
const USHORT nId = ITEMID_FONTHEIGHT );
SvxFontHeightItem( const ULONG nSz /*= 240*/, const USHORT nPropHeight /*= 100*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: flditem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:49:38 $
* last change: $Author: kz $ $Date: 2007-05-10 14:25:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -60,7 +60,7 @@ class MetaAction;
// class SvxFieldItem ---------------------------------------------------
#ifdef ITEMID_FIELD
class SVX_DLLPUBLIC SvxFieldData : public SvPersistBase
{
......@@ -94,7 +94,7 @@ private:
public:
TYPEINFO();
SvxFieldItem( const SvxFieldData& rField, const USHORT nId = ITEMID_FIELD );
SvxFieldItem( const SvxFieldData& rField, const USHORT nId );
SvxFieldItem( const SvxFieldItem& rItem );
~SvxFieldItem();
......@@ -441,7 +441,7 @@ public:
virtual int operator==( const SvxFieldData& ) const;
};
#endif
#endif
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: fntszctl.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:53:01 $
* last change: $Author: kz $ $Date: 2007-05-10 14:26:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -45,7 +45,7 @@
#include "svx/svxdllapi.h"
#endif
#ifdef ITEMID_FONTHEIGHT
class SfxBindings;
class FontSizeMenu;
......@@ -76,7 +76,7 @@ public:
SFX_DECL_MENU_CONTROL();
};
#endif
#endif
......@@ -4,9 +4,9 @@
*
* $RCSfile: forbiddenruleitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:53:59 $
* last change: $Author: kz $ $Date: 2007-05-10 14:26:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -60,8 +60,8 @@ class SVX_DLLPUBLIC SvxForbiddenRuleItem : public SfxBoolItem
public:
TYPEINFO();
SvxForbiddenRuleItem( sal_Bool bOn = sal_False,
const sal_uInt16 nId = ITEMID_FORBIDDENRULE );
SvxForbiddenRuleItem( sal_Bool bOn /*= sal_False*/,
const sal_uInt16 nId );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual SfxPoolItem* Create(SvStream &, USHORT) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: hyznitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:57:24 $
* last change: $Author: kz $ $Date: 2007-05-10 14:27:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -75,8 +75,8 @@ class SVX_DLLPUBLIC SvxHyphenZoneItem : public SfxPoolItem
public:
TYPEINFO();
SvxHyphenZoneItem( const BOOL bHyph = FALSE,
const USHORT nId = ITEMID_HYPHENZONE );
SvxHyphenZoneItem( const BOOL bHyph /*= FALSE*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: keepitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:58:27 $
* last change: $Author: kz $ $Date: 2007-05-10 14:27:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -65,8 +65,8 @@ class SVX_DLLPUBLIC SvxFmtKeepItem : public SfxBoolItem
public:
TYPEINFO();
inline SvxFmtKeepItem( const BOOL bKeep = FALSE,
const USHORT _nWhich = ITEMID_FMTKEEP );
inline SvxFmtKeepItem( const BOOL bKeep /*= FALSE*/,
const USHORT _nWhich );
inline SvxFmtKeepItem& operator=( const SvxFmtKeepItem& rSplit );
// "pure virtual Methoden" vom SfxPoolItem
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: langitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:59:27 $
* last change: $Author: kz $ $Date: 2007-05-10 14:27:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -69,8 +69,8 @@ class SVX_DLLPUBLIC SvxLanguageItem : public SfxEnumItem
public:
TYPEINFO();
SvxLanguageItem( const LanguageType eLang = LANGUAGE_GERMAN,
const USHORT nId = ITEMID_LANGUAGE );
SvxLanguageItem( const LanguageType eLang /*= LANGUAGE_GERMAN*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: lcolitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 15:59:50 $
* last change: $Author: kz $ $Date: 2007-05-10 14:28:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -54,9 +54,9 @@ class SvxLineColorItem : public SvxColorItem
public:
TYPEINFO();
SvxLineColorItem( const USHORT nId = ITEMID_COLOR );
SvxLineColorItem( const Color& aColor, const USHORT nId = ITEMID_COLOR );
SvxLineColorItem( SvStream& rStrm, const USHORT nId = ITEMID_COLOR );
SvxLineColorItem( const USHORT nId );
SvxLineColorItem( const Color& aColor, const USHORT nId );
SvxLineColorItem( SvStream& rStrm, const USHORT nId );
SvxLineColorItem( const SvxLineColorItem& rCopy );
~SvxLineColorItem();
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: lrspitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:00:02 $
* last change: $Author: kz $ $Date: 2007-05-10 14:28:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -95,10 +95,10 @@ class SVX_DLLPUBLIC SvxLRSpaceItem : public SfxPoolItem
public:
TYPEINFO();
SvxLRSpaceItem( const USHORT nId = ITEMID_LRSPACE );
SvxLRSpaceItem( const USHORT nId );
SvxLRSpaceItem( const long nLeft, const long nRight,
const long nTLeft = 0, const short nOfset = 0,
const USHORT nId = ITEMID_LRSPACE );
const long nTLeft /*= 0*/, const short nOfset /*= 0*/,
const USHORT nId );
inline SvxLRSpaceItem& operator=( const SvxLRSpaceItem &rCpy );
// "pure virtual Methoden" vom SfxPoolItem
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: lspcitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:00:14 $
* last change: $Author: kz $ $Date: 2007-05-10 14:28:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -65,6 +65,7 @@ namespace rtl
Dieses Item beschreibt den Abstand zwischen den Zeilen.
*/
#define LINE_SPACE_DEFAULT_HEIGHT 200
class SVX_DLLPUBLIC SvxLineSpacingItem : public SfxEnumItemInterface
{
friend SvStream& operator<<( SvStream&, SvxLineSpacingItem& ); //$ ostream
......@@ -83,7 +84,8 @@ public:
// die Folgen beim Writer absehen ?
// => lieber einen krummen Wert als Default, aber der Programmierer
// sieht, dass dort etwas besonderes passiert.
SvxLineSpacingItem( USHORT nHeight = 200, const USHORT nId = ITEMID_LINESPACING );
SvxLineSpacingItem( USHORT nHeight /*= LINE_SPACE_DEFAULT_HEIGHT*/, const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: nhypitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:01:41 $
* last change: $Author: kz $ $Date: 2007-05-10 14:29:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -60,8 +60,8 @@ class SVX_DLLPUBLIC SvxNoHyphenItem : public SfxBoolItem
public:
TYPEINFO();
SvxNoHyphenItem( const BOOL bHyphen = TRUE,
const USHORT nId = ITEMID_NOHYPHENHERE );
SvxNoHyphenItem( const BOOL bHyphen /*= TRUE*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: numinf.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:02:15 $
* last change: $Author: kz $ $Date: 2007-05-10 14:29:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -50,7 +50,7 @@
// class SvxNumberInfoItem -----------------------------------------------
#ifdef ITEMID_NUMBERINFO
/*
[Beschreibung]
......@@ -62,13 +62,13 @@ class SVX_DLLPUBLIC SvxNumberInfoItem : public SfxPoolItem
public:
TYPEINFO();
SvxNumberInfoItem( const USHORT nId = ITEMID_NUMBERINFO );
SvxNumberInfoItem( const USHORT nId );
SvxNumberInfoItem( SvNumberFormatter* pNumFormatter,
const USHORT nId = ITEMID_NUMBERINFO );
const USHORT nId );
SvxNumberInfoItem( SvNumberFormatter* pNumFormatter, const String& rVal,
const USHORT nId = ITEMID_NUMBERINFO );
const USHORT nId );
SvxNumberInfoItem( SvNumberFormatter* pNumFormatter, const double& rVal,
const USHORT nId = ITEMID_NUMBERINFO );
const USHORT nId );
// if both double and String are supplied, String is used for text formats
SvxNumberInfoItem( SvNumberFormatter* pNumFormatter, const double& rVal,
const String& rValueStr, const USHORT nId );
......@@ -109,7 +109,7 @@ private:
sal_uInt32 nDelCount;
};
#endif
#endif
......@@ -4,9 +4,9 @@
*
* $RCSfile: orphitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:03:13 $
* last change: $Author: kz $ $Date: 2007-05-10 14:29:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -67,7 +67,7 @@ class SVX_DLLPUBLIC SvxOrphansItem: public SfxByteItem
public:
TYPEINFO();
SvxOrphansItem( const BYTE nL=0, const USHORT nId = ITEMID_ORPHANS );
SvxOrphansItem( const BYTE nL /*= 0*/, const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: pageitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:04:10 $
* last change: $Author: kz $ $Date: 2007-05-10 14:29:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -83,7 +83,7 @@ enum SvxPageUsage
Beschreibung: Teile der Seitenbeschreibung
--------------------------------------------------------------------*/
#ifdef ITEMID_PAGE
/*
[Beschreibung]
......@@ -102,7 +102,7 @@ private:
public:
TYPEINFO();
SvxPageItem( const USHORT nId = ITEMID_PAGE);
SvxPageItem( const USHORT nId );
SvxPageItem( const SvxPageItem& rItem );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
......@@ -133,14 +133,14 @@ public:
const String& GetDescName() const { return aDescName; }
void SetDescName(const String& rStr) { aDescName = rStr; }
};
#endif
/*--------------------------------------------------------------------
Beschreibung: Container fuer Header/Footer-Attribute
--------------------------------------------------------------------*/
#ifdef ITEMID_SETITEM
/*
[Beschreibung]
......@@ -164,7 +164,7 @@ public:
virtual SfxPoolItem* Create( SvStream&, USHORT nVersion ) const;
virtual SvStream& Store( SvStream&, USHORT nItemVersion ) const;
};
#endif
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: pmdlitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:05:19 $
* last change: $Author: kz $ $Date: 2007-05-10 14:30:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -63,9 +63,9 @@ private:
public:
TYPEINFO();
inline SvxPageModelItem( USHORT nWh = ITEMID_PAGEMODEL );
inline SvxPageModelItem( const String& rModel, BOOL bA = FALSE,
USHORT nWh = ITEMID_PAGEMODEL );
inline SvxPageModelItem( USHORT nWh );
inline SvxPageModelItem( const String& rModel, BOOL bA /*= FALSE*/,
USHORT nWh );
inline SvxPageModelItem& operator=( const SvxPageModelItem& rModel );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: postitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:06:19 $
* last change: $Author: kz $ $Date: 2007-05-10 14:30:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -69,8 +69,8 @@ class SVX_DLLPUBLIC SvxPostureItem : public SfxEnumItem
public:
TYPEINFO();
SvxPostureItem( const FontItalic ePost = ITALIC_NONE,
const USHORT nId = ITEMID_POSTURE );
SvxPostureItem( const FontItalic ePost /*= ITALIC_NONE*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem + SwEnumItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: prszitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:06:31 $
* last change: $Author: kz $ $Date: 2007-05-10 14:30:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -60,8 +60,8 @@ class SVX_DLLPUBLIC SvxPropSizeItem : public SfxUInt16Item
public:
TYPEINFO();
SvxPropSizeItem( const USHORT nPercent = 100,
const USHORT nID = ITEMID_PROPSIZE );
SvxPropSizeItem( const USHORT nPercent /*= 100*/,
const USHORT nID );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: shdditem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:16:03 $
* last change: $Author: kz $ $Date: 2007-05-10 14:31:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -66,8 +66,8 @@ class SVX_DLLPUBLIC SvxShadowedItem : public SfxBoolItem
public:
TYPEINFO();
SvxShadowedItem( const BOOL bShadowed = FALSE,
const USHORT nId = ITEMID_SHADOWED );
SvxShadowedItem( const BOOL bShadowed /*= FALSE*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: sizeitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:16:26 $
* last change: $Author: kz $ $Date: 2007-05-10 14:31:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -66,7 +66,7 @@ class SVX_DLLPUBLIC SvxSizeItem : public SfxPoolItem
public:
TYPEINFO();
SvxSizeItem( const USHORT nId = ITEMID_SIZE);
SvxSizeItem( const USHORT nId );
SvxSizeItem( const USHORT nId, const Size& rSize);
inline SvxSizeItem& operator=( const SvxSizeItem &rCpy );
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: spltitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:16:47 $
* last change: $Author: kz $ $Date: 2007-05-10 14:31:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -67,8 +67,8 @@ public:
TYPEINFO();
~SvxFmtSplitItem();
inline SvxFmtSplitItem( const BOOL bSplit = TRUE,
const USHORT nWh = ITEMID_FMTSPLIT );
inline SvxFmtSplitItem( const BOOL bSplit /*= TRUE*/,
const USHORT nWh );
inline SvxFmtSplitItem& operator=( const SvxFmtSplitItem& rSplit );
// "pure virtual Methoden" vom SfxPoolItem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment