Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7fa0b1d2
Kaydet (Commit)
7fa0b1d2
authored
May 10, 2007
tarafından
Kurt Zenker
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
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
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
137 additions
and
135 deletions
+137
-135
brshitem.hxx
svx/inc/svx/brshitem.hxx
+8
-8
charreliefitem.hxx
svx/inc/svx/charreliefitem.hxx
+4
-4
charrotateitem.hxx
svx/inc/svx/charrotateitem.hxx
+5
-5
charscaleitem.hxx
svx/inc/svx/charscaleitem.hxx
+4
-4
cmapitem.hxx
svx/inc/svx/cmapitem.hxx
+4
-4
colritem.hxx
svx/inc/svx/colritem.hxx
+5
-5
crsditem.hxx
svx/inc/svx/crsditem.hxx
+4
-4
cscoitem.hxx
svx/inc/svx/cscoitem.hxx
+4
-4
emphitem.hxx
svx/inc/svx/emphitem.hxx
+4
-4
escpitem.hxx
svx/inc/svx/escpitem.hxx
+5
-5
fhgtitem.hxx
svx/inc/svx/fhgtitem.hxx
+4
-4
flditem.hxx
svx/inc/svx/flditem.hxx
+5
-5
fntszctl.hxx
svx/inc/svx/fntszctl.hxx
+4
-4
forbiddenruleitem.hxx
svx/inc/svx/forbiddenruleitem.hxx
+4
-4
hyznitem.hxx
svx/inc/svx/hyznitem.hxx
+4
-4
keepitem.hxx
svx/inc/svx/keepitem.hxx
+4
-4
langitem.hxx
svx/inc/svx/langitem.hxx
+4
-4
lcolitem.hxx
svx/inc/svx/lcolitem.hxx
+5
-5
lrspitem.hxx
svx/inc/svx/lrspitem.hxx
+5
-5
lspcitem.hxx
svx/inc/svx/lspcitem.hxx
+5
-3
nhypitem.hxx
svx/inc/svx/nhypitem.hxx
+4
-4
numinf.hxx
svx/inc/svx/numinf.hxx
+8
-8
orphitem.hxx
svx/inc/svx/orphitem.hxx
+3
-3
pageitem.hxx
svx/inc/svx/pageitem.hxx
+7
-7
pmdlitem.hxx
svx/inc/svx/pmdlitem.hxx
+5
-5
postitem.hxx
svx/inc/svx/postitem.hxx
+4
-4
prszitem.hxx
svx/inc/svx/prszitem.hxx
+4
-4
shdditem.hxx
svx/inc/svx/shdditem.hxx
+4
-4
sizeitem.hxx
svx/inc/svx/sizeitem.hxx
+3
-3
spltitem.hxx
svx/inc/svx/spltitem.hxx
+4
-4
No files found.
svx/inc/svx/brshitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
);
...
...
svx/inc/svx/charreliefitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/charrotateitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/charscaleitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/cmapitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
,
...
...
svx/inc/svx/colritem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
();
...
...
svx/inc/svx/crsditem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
,
...
...
svx/inc/svx/cscoitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
,
...
...
svx/inc/svx/emphitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
,
...
...
svx/inc/svx/escpitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/fhgtitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/flditem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
...
...
svx/inc/svx/fntszctl.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
svx/inc/svx/forbiddenruleitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/hyznitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/keepitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
...
...
svx/inc/svx/langitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
,
...
...
svx/inc/svx/lcolitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
();
...
...
svx/inc/svx/lrspitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
...
...
svx/inc/svx/lspcitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/nhypitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/numinf.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
svx/inc/svx/orphitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/pageitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: pageitem.hxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author:
vg $ $Date: 2007-04-11 16:04:1
0 $
* last change: $Author:
kz $ $Date: 2007-05-10 14:29:4
0 $
*
* 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
...
...
svx/inc/svx/pmdlitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/postitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
,
...
...
svx/inc/svx/prszitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/shdditem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
;
...
...
svx/inc/svx/sizeitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
);
...
...
svx/inc/svx/spltitem.hxx
Dosyayı görüntüle @
7fa0b1d2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment