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
77b70811
Kaydet (Commit)
77b70811
authored
Mar 21, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#735364 Logical vs. bitwise operator
Change-Id: I116db00e16a8cb962ee7c98d9bfafb69312c1333
üst
3aef56aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ctrlbox.cxx
svtools/source/control/ctrlbox.cxx
+1
-1
No files found.
svtools/source/control/ctrlbox.cxx
Dosyayı görüntüle @
77b70811
...
...
@@ -542,7 +542,7 @@ sal_uInt16 ImpLineListData::GetStyle( )
void
lclDrawPolygon
(
OutputDevice
&
rDev
,
const
basegfx
::
B2DPolygon
&
rPolygon
,
long
nWidth
,
sal_uInt16
nDashing
)
{
sal_uInt16
nOldAA
=
rDev
.
GetAntialiasing
();
rDev
.
SetAntialiasing
(
nOldAA
&
!
ANTIALIASING_ENABLE_B2DDRAW
);
rDev
.
SetAntialiasing
(
nOldAA
&
~
ANTIALIASING_ENABLE_B2DDRAW
);
basegfx
::
B2DPolyPolygon
aPolygons
=
svtools
::
ApplyLineDashing
(
rPolygon
,
nDashing
,
rDev
.
GetMapMode
().
GetMapUnit
()
);
for
(
sal_uInt32
i
=
0
;
i
<
aPolygons
.
count
(
);
i
++
)
...
...
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