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
f6391d96
Kaydet (Commit)
f6391d96
authored
Kas 09, 2016
tarafından
Khaled Hosny
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Who would think sal_Int32 is not the same as int32_t
Change-Id: I107cf27ea36e092ba3be45d255cc8622eb1c726f
üst
f26df72f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CommonSalLayout.cxx
vcl/source/gdi/CommonSalLayout.cxx
+2
-2
No files found.
vcl/source/gdi/CommonSalLayout.cxx
Dosyayı görüntüle @
f6391d96
...
...
@@ -412,10 +412,10 @@ bool CommonSalLayout::LayoutText(ImplLayoutArgs& rArgs)
// orientation.
if
(
rArgs
.
mnFlags
&
SalLayoutFlags
::
Vertical
)
{
int32_t
nIdx
=
nMinRunPos
;
sal_Int32
nIdx
=
nMinRunPos
;
while
(
nIdx
<
nEndRunPos
)
{
int32_t
nPrevIdx
=
nIdx
;
sal_Int32
nPrevIdx
=
nIdx
;
sal_UCS4
aChar
=
rArgs
.
mrStr
.
iterateCodePoints
(
&
nIdx
);
switch
(
vcl
::
GetVerticalOrientation
(
aChar
))
{
...
...
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