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
a4850e3d
Kaydet (Commit)
a4850e3d
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: I977aa9d3cf18da00c69bfd777b51299613e01d1d
üst
bc7525a9
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
nlbkitem.hxx
include/editeng/nlbkitem.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 @
a4850e3d
...
...
@@ -132,7 +132,7 @@ TYPEINIT1_FACTORY(SvxKerningItem, SfxInt16Item, new SvxKerningItem(0, 0));
TYPEINIT1_FACTORY
(
SvxCaseMapItem
,
SfxEnumItem
,
new
SvxCaseMapItem
(
SVX_CASEMAP_NOT_MAPPED
,
0
));
TYPEINIT1_FACTORY
(
SvxEscapementItem
,
SfxPoolItem
,
new
SvxEscapementItem
(
0
));
TYPEINIT1_FACTORY
(
SvxLanguageItem
,
SfxEnumItem
,
new
SvxLanguageItem
(
LANGUAGE_GERMAN
,
0
));
TYPEINIT1_FACTORY
(
SvxNoLinebreakItem
,
SfxBoolItem
,
new
SvxNoLinebreakItem
(
sal_T
rue
,
0
));
TYPEINIT1_FACTORY
(
SvxNoLinebreakItem
,
SfxBoolItem
,
new
SvxNoLinebreakItem
(
t
rue
,
0
));
TYPEINIT1_FACTORY
(
SvxNoHyphenItem
,
SfxBoolItem
,
new
SvxNoHyphenItem
(
true
,
0
));
TYPEINIT1_FACTORY
(
SvxLineColorItem
,
SvxColorItem
,
new
SvxLineColorItem
(
0
));
TYPEINIT1_FACTORY
(
SvxBlinkItem
,
SfxBoolItem
,
new
SvxBlinkItem
(
false
,
0
));
...
...
@@ -2641,7 +2641,7 @@ bool SvxLanguageItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
}
// class SvxNoLinebreakItem ----------------------------------------------
SvxNoLinebreakItem
::
SvxNoLinebreakItem
(
const
sal_B
ool
bBreak
,
const
sal_uInt16
nId
)
:
SvxNoLinebreakItem
::
SvxNoLinebreakItem
(
const
b
ool
bBreak
,
const
sal_uInt16
nId
)
:
SfxBoolItem
(
nId
,
bBreak
)
{
}
...
...
include/editeng/nlbkitem.hxx
Dosyayı görüntüle @
a4850e3d
...
...
@@ -28,7 +28,7 @@ class EDITENG_DLLPUBLIC SvxNoLinebreakItem : public SfxBoolItem
public
:
TYPEINFO
();
SvxNoLinebreakItem
(
const
sal_Bool
bBreak
/*= sal_T
rue*/
,
SvxNoLinebreakItem
(
const
bool
bBreak
/*= t
rue*/
,
const
sal_uInt16
nId
);
// "pure virtual Methods" from SfxPoolItem
...
...
sw/source/core/bastyp/init.cxx
Dosyayı görüntüle @
a4850e3d
...
...
@@ -474,7 +474,7 @@ void _InitCore()
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
(
true
,
RES_CHRATR_NOHYPHEN
);
aAttrTab
[
RES_CHRATR_NOLINEBREAK
-
POOLATTR_BEGIN
]
=
new
SvxNoLinebreakItem
(
sal_T
rue
,
RES_CHRATR_NOLINEBREAK
);
aAttrTab
[
RES_CHRATR_NOLINEBREAK
-
POOLATTR_BEGIN
]
=
new
SvxNoLinebreakItem
(
t
rue
,
RES_CHRATR_NOLINEBREAK
);
aAttrTab
[
RES_CHRATR_BACKGROUND
-
POOLATTR_BEGIN
]
=
new
SvxBrushItem
(
RES_CHRATR_BACKGROUND
);
// CJK-Attributes
...
...
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