Kaydet (Commit) 5b0e549e authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS pchfix04 (1.2.46); FILE MERGED

2007/05/03 15:37:02 hjs 1.2.46.1: #i73604# - fix after resync
üst 7fa0b1d2
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: svdfppt.hxx,v $ * $RCSfile: svdfppt.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: vg $ $Date: 2007-04-11 16:20:22 $ * last change: $Author: kz $ $Date: 2007-05-10 14:32:05 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: svx3ditems.hxx,v $ * $RCSfile: svx3ditems.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: vg $ $Date: 2007-04-11 16:29:21 $ * last change: $Author: kz $ $Date: 2007-05-10 14:32:21 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -43,10 +43,7 @@ ...@@ -43,10 +43,7 @@
#include <svtools/eitem.hxx> #include <svtools/eitem.hxx>
#endif #endif
#ifdef ITEMID_COLOR
#undef ITEMID_COLOR
#endif
#define ITEMID_COLOR (SID_ATTR_3D_LIGHTCOLOR)
#ifndef _SVX_COLRITEM_HXX #ifndef _SVX_COLRITEM_HXX
#include <svx/colritem.hxx> #include <svx/colritem.hxx>
#endif #endif
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: tbcontrl.hxx,v $ * $RCSfile: tbcontrl.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: vg $ $Date: 2007-04-11 16:42:20 $ * last change: $Author: kz $ $Date: 2007-05-10 14:32:35 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -243,7 +243,7 @@ friend class SfxStyleControllerItem_Impl; ...@@ -243,7 +243,7 @@ friend class SfxStyleControllerItem_Impl;
//======================================================================== //========================================================================
// class SvxFontNameToolBoxControl --------------------------------------- // class SvxFontNameToolBoxControl ---------------------------------------
//======================================================================== //========================================================================
#ifdef ITEMID_FONT
class SVX_DLLPUBLIC SvxFontNameToolBoxControl : public SfxToolBoxControl class SVX_DLLPUBLIC SvxFontNameToolBoxControl : public SfxToolBoxControl
{ {
...@@ -256,12 +256,12 @@ public: ...@@ -256,12 +256,12 @@ public:
virtual Window* CreateItemWindow ( Window *pParent ); virtual Window* CreateItemWindow ( Window *pParent );
}; };
#endif // ITEMID_FONT
//======================================================================== //========================================================================
// class SvxFontHeightToolBoxControl ------------------------------------- // class SvxFontHeightToolBoxControl -------------------------------------
//======================================================================== //========================================================================
#ifdef ITEMID_FONTHEIGHT
class SvxFontSizeItem; class SvxFontSizeItem;
class SvxFontItem; class SvxFontItem;
...@@ -295,13 +295,13 @@ public: ...@@ -295,13 +295,13 @@ public:
//#endif //#endif
}; };
#endif // ITEMID_FONTHEIGHT
//======================================================================== //========================================================================
// class SvxFontColorToolBoxControl -------------------------------------- // class SvxFontColorToolBoxControl --------------------------------------
//======================================================================== //========================================================================
#ifdef ITEMID_COLOR
class SvxTbxButtonColorUpdater_Impl; class SvxTbxButtonColorUpdater_Impl;
...@@ -320,13 +320,13 @@ public: ...@@ -320,13 +320,13 @@ public:
virtual SfxPopupWindow* CreatePopupWindow(); virtual SfxPopupWindow* CreatePopupWindow();
}; };
#endif // ITEMID_COLOR
//======================================================================== //========================================================================
// class SvxFontColorExtToolBoxControl -------------------------------------- // class SvxFontColorExtToolBoxControl --------------------------------------
//======================================================================== //========================================================================
#ifdef ITEMID_COLOR
class SVX_DLLPUBLIC SvxFontColorExtToolBoxControl : public SfxToolBoxControl class SVX_DLLPUBLIC SvxFontColorExtToolBoxControl : public SfxToolBoxControl
{ {
...@@ -349,12 +349,12 @@ public: ...@@ -349,12 +349,12 @@ public:
}; };
#endif // ITEMID_COLOR
//======================================================================== //========================================================================
// class SvxColorToolBoxControl ------------------------------------------ // class SvxColorToolBoxControl ------------------------------------------
//======================================================================== //========================================================================
#ifdef ITEMID_BRUSH
class SVX_DLLPUBLIC SvxColorToolBoxControl : public SfxToolBoxControl class SVX_DLLPUBLIC SvxColorToolBoxControl : public SfxToolBoxControl
{ {
...@@ -370,12 +370,12 @@ public: ...@@ -370,12 +370,12 @@ public:
virtual SfxPopupWindow* CreatePopupWindow(); virtual SfxPopupWindow* CreatePopupWindow();
}; };
#endif // ITEMID_BRUSH
//======================================================================== //========================================================================
// class SvxFrameToolBoxControl ------------------------------------------ // class SvxFrameToolBoxControl ------------------------------------------
//======================================================================== //========================================================================
#ifdef ITEMID_BOX
class SVX_DLLPUBLIC SvxFrameToolBoxControl : public SfxToolBoxControl class SVX_DLLPUBLIC SvxFrameToolBoxControl : public SfxToolBoxControl
{ {
...@@ -390,12 +390,12 @@ public: ...@@ -390,12 +390,12 @@ public:
}; };
#endif // ITEMID_BOX
//======================================================================== //========================================================================
// class SvxLineStyleToolBoxControl -------------------------------------- // class SvxLineStyleToolBoxControl --------------------------------------
//======================================================================== //========================================================================
#ifdef ITEMID_LINE
class SVX_DLLPUBLIC SvxFrameLineStyleToolBoxControl : public SfxToolBoxControl class SVX_DLLPUBLIC SvxFrameLineStyleToolBoxControl : public SfxToolBoxControl
{ {
...@@ -409,12 +409,12 @@ public: ...@@ -409,12 +409,12 @@ public:
const SfxPoolItem* pState ); const SfxPoolItem* pState );
}; };
#endif // ITEMID_LINE
//======================================================================== //========================================================================
// class SvxFrameLineColorToolBoxControl --------------------------------- // class SvxFrameLineColorToolBoxControl ---------------------------------
//======================================================================== //========================================================================
#ifdef ITEMID_BRUSH
class SVX_DLLPUBLIC SvxFrameLineColorToolBoxControl : public SfxToolBoxControl class SVX_DLLPUBLIC SvxFrameLineColorToolBoxControl : public SfxToolBoxControl
{ {
...@@ -432,7 +432,7 @@ public: ...@@ -432,7 +432,7 @@ public:
virtual SfxPopupWindow* CreatePopupWindow(); virtual SfxPopupWindow* CreatePopupWindow();
}; };
#endif // ITEMID_BRUSH
class SvxReloadControllerItem_Impl; class SvxReloadControllerItem_Impl;
class SvxReloadControllerItem : public SfxToolBoxControl class SvxReloadControllerItem : public SfxToolBoxControl
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: twolinesitem.hxx,v $ * $RCSfile: twolinesitem.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: vg $ $Date: 2007-04-11 16:42:52 $ * last change: $Author: kz $ $Date: 2007-05-10 14:33:00 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -61,10 +61,10 @@ class SVX_DLLPUBLIC SvxTwoLinesItem : public SfxPoolItem ...@@ -61,10 +61,10 @@ class SVX_DLLPUBLIC SvxTwoLinesItem : public SfxPoolItem
sal_Bool bOn; sal_Bool bOn;
public: public:
TYPEINFO(); TYPEINFO();
SvxTwoLinesItem( sal_Bool bOn = TRUE, SvxTwoLinesItem( sal_Bool bOn /*= TRUE*/,
sal_Unicode nStartBracket = 0, sal_Unicode nStartBracket /*= 0*/,
sal_Unicode nEndBracket = 0, sal_Unicode nEndBracket /*= 0*/,
sal_uInt16 nId = ITEMID_TWOLINES ); sal_uInt16 nId );
SvxTwoLinesItem( const SvxTwoLinesItem& rAttr ); SvxTwoLinesItem( const SvxTwoLinesItem& rAttr );
virtual ~SvxTwoLinesItem(); virtual ~SvxTwoLinesItem();
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: widwitem.hxx,v $ * $RCSfile: widwitem.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: vg $ $Date: 2007-04-11 16:48:06 $ * last change: $Author: kz $ $Date: 2007-05-10 14:33:53 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -68,7 +68,7 @@ class SVX_DLLPUBLIC SvxWidowsItem: public SfxByteItem ...@@ -68,7 +68,7 @@ class SVX_DLLPUBLIC SvxWidowsItem: public SfxByteItem
public: public:
TYPEINFO(); TYPEINFO();
SvxWidowsItem( const BYTE nL=0, const USHORT nId = ITEMID_WIDOWS ); SvxWidowsItem( const BYTE nL /*= 0*/, const USHORT nId );
// "pure virtual Methoden" vom SfxPoolItem // "pure virtual Methoden" vom SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; 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