Kaydet (Commit) 6b4046c9 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS pchfix04 (1.2.44); FILE MERGED

2007/05/03 15:37:02 hjs 1.2.44.1: #i73604# - fix after resync
üst 5b0e549e
......@@ -4,9 +4,9 @@
*
* $RCSfile: tstpitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:42:42 $
* last change: $Author: kz $ $Date: 2007-05-10 14:32:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -143,11 +143,11 @@ class SVX_DLLPUBLIC SvxTabStopItem : public SfxPoolItem, public SvxTabStopArr
public:
TYPEINFO();
SvxTabStopItem( USHORT nWhich = ITEMID_TABSTOP );
SvxTabStopItem( USHORT nWhich );
SvxTabStopItem( const USHORT nTabs,
const USHORT nDist,
const SvxTabAdjust eAdjst = SVX_TAB_ADJUST_DEFAULT,
USHORT nWhich = ITEMID_TABSTOP );
const SvxTabAdjust eAdjst /*= SVX_TAB_ADJUST_DEFAULT*/,
USHORT nWhich );
SvxTabStopItem( const SvxTabStopItem& rTSI );
// Liefert Index-Position des Tabs zurueck oder TAB_NOTFOUND
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: udlnitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:43:35 $
* last change: $Author: kz $ $Date: 2007-05-10 14:33:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -73,8 +73,8 @@ class SVX_DLLPUBLIC SvxUnderlineItem : public SfxEnumItem
public:
TYPEINFO();
SvxUnderlineItem( const FontUnderline eSt = UNDERLINE_NONE,
const USHORT nId = ITEMID_UNDERLINE );
SvxUnderlineItem( const FontUnderline eSt /*= UNDERLINE_NONE*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: ulspitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:43:46 $
* last change: $Author: kz $ $Date: 2007-05-10 14:33:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -70,9 +70,9 @@ class SVX_DLLPUBLIC SvxULSpaceItem : public SfxPoolItem
public:
TYPEINFO();
SvxULSpaceItem( const USHORT nId = ITEMID_ULSPACE );
SvxULSpaceItem( const USHORT nId );
SvxULSpaceItem( const USHORT nUp, const USHORT nLow,
const USHORT nId = ITEMID_ULSPACE );
const USHORT nId );
inline SvxULSpaceItem& operator=( const SvxULSpaceItem &rCpy );
// "pure virtual Methoden" vom SfxPoolItem
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: wghtitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:47:57 $
* last change: $Author: kz $ $Date: 2007-05-10 14:33:40 $
*
* 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 SvxWeightItem : public SfxEnumItem
public:
TYPEINFO();
SvxWeightItem( const FontWeight eWght = WEIGHT_NORMAL,
const USHORT nId = ITEMID_WEIGHT );
SvxWeightItem( const FontWeight eWght /*= WEIGHT_NORMAL*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem + SfxEnumItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: writingmodeitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:48:17 $
* last change: $Author: kz $ $Date: 2007-05-10 14:34:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -60,7 +60,8 @@ class SVX_DLLPUBLIC SvxWritingModeItem : public SfxUInt16Item
public:
TYPEINFO();
SvxWritingModeItem( ::com::sun::star::text::WritingMode eValue = com::sun::star::text::WritingMode_LR_TB, USHORT nWhich = SDRATTR_TEXTDIRECTION );
SvxWritingModeItem( ::com::sun::star::text::WritingMode eValue /*= com::sun::star::text::WritingMode_LR_TB*/,
USHORT nWhich /*= SDRATTR_TEXTDIRECTION*/ );
virtual ~SvxWritingModeItem();
SvxWritingModeItem& operator=( const SvxWritingModeItem& rItem );
......
......@@ -4,9 +4,9 @@
*
* $RCSfile: wrlmitem.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2007-04-11 16:48:41 $
* last change: $Author: kz $ $Date: 2007-05-10 14:34:22 $
*
* 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 @@ class SVX_DLLPUBLIC SvxWordLineModeItem : public SfxBoolItem
public:
TYPEINFO();
SvxWordLineModeItem( const BOOL bWordLineMode = FALSE,
const USHORT nId = ITEMID_WORDLINEMODE );
SvxWordLineModeItem( const BOOL bWordLineMode /*= FALSE*/,
const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
......
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