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
6b4046c9
Kaydet (Commit)
6b4046c9
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.44); FILE MERGED
2007/05/03 15:37:02 hjs 1.2.44.1: #i73604# - fix after resync
üst
5b0e549e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
24 deletions
+25
-24
tstpitem.hxx
svx/inc/svx/tstpitem.hxx
+5
-5
udlnitem.hxx
svx/inc/svx/udlnitem.hxx
+4
-4
ulspitem.hxx
svx/inc/svx/ulspitem.hxx
+4
-4
wghtitem.hxx
svx/inc/svx/wghtitem.hxx
+4
-4
writingmodeitem.hxx
svx/inc/svx/writingmodeitem.hxx
+4
-3
wrlmitem.hxx
svx/inc/svx/wrlmitem.hxx
+4
-4
No files found.
svx/inc/svx/tstpitem.hxx
Dosyayı görüntüle @
6b4046c9
...
...
@@ -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
...
...
svx/inc/svx/udlnitem.hxx
Dosyayı görüntüle @
6b4046c9
...
...
@@ -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
,
...
...
svx/inc/svx/ulspitem.hxx
Dosyayı görüntüle @
6b4046c9
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: ulspitem.hxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author:
vg $ $Date: 2007-04-11 16:43:4
6 $
* last change: $Author:
kz $ $Date: 2007-05-10 14:33:2
6 $
*
* 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
...
...
svx/inc/svx/wghtitem.hxx
Dosyayı görüntüle @
6b4046c9
...
...
@@ -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
,
...
...
svx/inc/svx/writingmodeitem.hxx
Dosyayı görüntüle @
6b4046c9
...
...
@@ -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
);
...
...
svx/inc/svx/wrlmitem.hxx
Dosyayı görüntüle @
6b4046c9
...
...
@@ -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
;
...
...
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