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
103bf759
Kaydet (Commit)
103bf759
authored
Nis 24, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:simplifybool
Change-Id: I2efe6e7dcba4f193bc0d1f3fa7313d618af1b65c
üst
aa449f87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
textbreakuphelper.cxx
drawinglayer/source/primitive2d/textbreakuphelper.cxx
+1
-1
textlayoutdevice.cxx
drawinglayer/source/primitive2d/textlayoutdevice.cxx
+1
-1
No files found.
drawinglayer/source/primitive2d/textbreakuphelper.cxx
Dosyayı görüntüle @
103bf759
...
@@ -154,7 +154,7 @@ namespace drawinglayer
...
@@ -154,7 +154,7 @@ namespace drawinglayer
pTextDecoratedPortionPrimitive2D
->
getTextStrikeout
(),
pTextDecoratedPortionPrimitive2D
->
getTextStrikeout
(),
// reset WordLineMode when BreakupUnit_word is executed; else copy original
// reset WordLineMode when BreakupUnit_word is executed; else copy original
bWordLineMode
?
false
:
pTextDecoratedPortionPrimitive2D
->
getWordLineMode
(),
!
bWordLineMode
&&
pTextDecoratedPortionPrimitive2D
->
getWordLineMode
(),
pTextDecoratedPortionPrimitive2D
->
getTextEmphasisMark
(),
pTextDecoratedPortionPrimitive2D
->
getTextEmphasisMark
(),
pTextDecoratedPortionPrimitive2D
->
getEmphasisMarkAbove
(),
pTextDecoratedPortionPrimitive2D
->
getEmphasisMarkAbove
(),
...
...
drawinglayer/source/primitive2d/textlayoutdevice.cxx
Dosyayı görüntüle @
103bf759
...
@@ -403,7 +403,7 @@ namespace drawinglayer
...
@@ -403,7 +403,7 @@ namespace drawinglayer
// define various other FontAttribute
// define various other FontAttribute
aRetval
.
SetAlign
(
ALIGN_BASELINE
);
aRetval
.
SetAlign
(
ALIGN_BASELINE
);
aRetval
.
SetCharSet
(
rFontAttribute
.
getSymbol
()
?
RTL_TEXTENCODING_SYMBOL
:
RTL_TEXTENCODING_UNICODE
);
aRetval
.
SetCharSet
(
rFontAttribute
.
getSymbol
()
?
RTL_TEXTENCODING_SYMBOL
:
RTL_TEXTENCODING_UNICODE
);
aRetval
.
SetVertical
(
rFontAttribute
.
getVertical
()
?
true
:
false
);
aRetval
.
SetVertical
(
rFontAttribute
.
getVertical
());
aRetval
.
SetWeight
(
static_cast
<
FontWeight
>
(
rFontAttribute
.
getWeight
()));
aRetval
.
SetWeight
(
static_cast
<
FontWeight
>
(
rFontAttribute
.
getWeight
()));
aRetval
.
SetItalic
(
rFontAttribute
.
getItalic
()
?
ITALIC_NORMAL
:
ITALIC_NONE
);
aRetval
.
SetItalic
(
rFontAttribute
.
getItalic
()
?
ITALIC_NORMAL
:
ITALIC_NONE
);
aRetval
.
SetOutline
(
rFontAttribute
.
getOutline
());
aRetval
.
SetOutline
(
rFontAttribute
.
getOutline
());
...
...
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