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
bc7525a9
Kaydet (Commit)
bc7525a9
authored
Şub 25, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
editeng: sal_Bool->bool
Change-Id: I1c1d16e5b9690a5f61a04ed78d6e4be296800ebb
üst
57779aa0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
textitem.cxx
editeng/source/items/textitem.cxx
+2
-2
nhypitem.hxx
include/editeng/nhypitem.hxx
+1
-1
init.cxx
sw/source/core/bastyp/init.cxx
+1
-1
No files found.
editeng/source/items/textitem.cxx
Dosyayı görüntüle @
bc7525a9
...
...
@@ -133,7 +133,7 @@ TYPEINIT1_FACTORY(SvxCaseMapItem, SfxEnumItem, new SvxCaseMapItem(SVX_CASEMAP_NO
TYPEINIT1_FACTORY
(
SvxEscapementItem
,
SfxPoolItem
,
new
SvxEscapementItem
(
0
));
TYPEINIT1_FACTORY
(
SvxLanguageItem
,
SfxEnumItem
,
new
SvxLanguageItem
(
LANGUAGE_GERMAN
,
0
));
TYPEINIT1_FACTORY
(
SvxNoLinebreakItem
,
SfxBoolItem
,
new
SvxNoLinebreakItem
(
sal_True
,
0
));
TYPEINIT1_FACTORY
(
SvxNoHyphenItem
,
SfxBoolItem
,
new
SvxNoHyphenItem
(
sal_T
rue
,
0
));
TYPEINIT1_FACTORY
(
SvxNoHyphenItem
,
SfxBoolItem
,
new
SvxNoHyphenItem
(
t
rue
,
0
));
TYPEINIT1_FACTORY
(
SvxLineColorItem
,
SvxColorItem
,
new
SvxLineColorItem
(
0
));
TYPEINIT1_FACTORY
(
SvxBlinkItem
,
SfxBoolItem
,
new
SvxBlinkItem
(
false
,
0
));
TYPEINIT1_FACTORY
(
SvxEmphasisMarkItem
,
SfxUInt16Item
,
new
SvxEmphasisMarkItem
(
EMPHASISMARK_NONE
,
0
));
...
...
@@ -2686,7 +2686,7 @@ SfxItemPresentation SvxNoLinebreakItem::GetPresentation
// class SvxNoHyphenItem -------------------------------------------------
SvxNoHyphenItem
::
SvxNoHyphenItem
(
const
sal_B
ool
bHyphen
,
const
sal_uInt16
nId
)
:
SvxNoHyphenItem
::
SvxNoHyphenItem
(
const
b
ool
bHyphen
,
const
sal_uInt16
nId
)
:
SfxBoolItem
(
nId
,
bHyphen
)
{
}
...
...
include/editeng/nhypitem.hxx
Dosyayı görüntüle @
bc7525a9
...
...
@@ -28,7 +28,7 @@ class EDITENG_DLLPUBLIC SvxNoHyphenItem : public SfxBoolItem
public
:
TYPEINFO
();
SvxNoHyphenItem
(
const
sal_Bool
bHyphen
/*= sal_T
rue*/
,
SvxNoHyphenItem
(
const
bool
bHyphen
/*= t
rue*/
,
const
sal_uInt16
nId
);
// "pure virtual Methods" from SfxPoolItem
...
...
sw/source/core/bastyp/init.cxx
Dosyayı görüntüle @
bc7525a9
...
...
@@ -473,7 +473,7 @@ void _InitCore()
aAttrTab
[
RES_CHRATR_WORDLINEMODE
-
POOLATTR_BEGIN
]
=
new
SvxWordLineModeItem
(
sal_False
,
RES_CHRATR_WORDLINEMODE
);
aAttrTab
[
RES_CHRATR_AUTOKERN
-
POOLATTR_BEGIN
]
=
new
SvxAutoKernItem
(
false
,
RES_CHRATR_AUTOKERN
);
aAttrTab
[
RES_CHRATR_BLINK
-
POOLATTR_BEGIN
]
=
new
SvxBlinkItem
(
false
,
RES_CHRATR_BLINK
);
aAttrTab
[
RES_CHRATR_NOHYPHEN
-
POOLATTR_BEGIN
]
=
new
SvxNoHyphenItem
(
sal_T
rue
,
RES_CHRATR_NOHYPHEN
);
aAttrTab
[
RES_CHRATR_NOHYPHEN
-
POOLATTR_BEGIN
]
=
new
SvxNoHyphenItem
(
t
rue
,
RES_CHRATR_NOHYPHEN
);
aAttrTab
[
RES_CHRATR_NOLINEBREAK
-
POOLATTR_BEGIN
]
=
new
SvxNoLinebreakItem
(
sal_True
,
RES_CHRATR_NOLINEBREAK
);
aAttrTab
[
RES_CHRATR_BACKGROUND
-
POOLATTR_BEGIN
]
=
new
SvxBrushItem
(
RES_CHRATR_BACKGROUND
);
...
...
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