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
ce6b2044
Kaydet (Commit)
ce6b2044
authored
Ock 21, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bool improvements
Change-Id: I703c854efd0e3456bfdc2e9ec527283a04bd31aa
üst
1246f374
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
baseprimitive2d.cxx
drawinglayer/source/primitive2d/baseprimitive2d.cxx
+2
-2
baseprimitive3d.cxx
drawinglayer/source/primitive3d/baseprimitive3d.cxx
+2
-2
No files found.
drawinglayer/source/primitive2d/baseprimitive2d.cxx
Dosyayı görüntüle @
ce6b2044
...
...
@@ -175,7 +175,7 @@ namespace drawinglayer
bool
arePrimitive2DReferencesEqual
(
const
Primitive2DReference
&
rxA
,
const
Primitive2DReference
&
rxB
)
{
const
sal_B
ool
bAIs
(
rxA
.
is
());
const
b
ool
bAIs
(
rxA
.
is
());
if
(
bAIs
!=
rxB
.
is
())
{
...
...
@@ -206,7 +206,7 @@ namespace drawinglayer
bool
arePrimitive2DSequencesEqual
(
const
Primitive2DSequence
&
rA
,
const
Primitive2DSequence
&
rB
)
{
const
sal_B
ool
bAHasElements
(
rA
.
hasElements
());
const
b
ool
bAHasElements
(
rA
.
hasElements
());
if
(
bAHasElements
!=
rB
.
hasElements
())
{
...
...
drawinglayer/source/primitive3d/baseprimitive3d.cxx
Dosyayı görüntüle @
ce6b2044
...
...
@@ -154,7 +154,7 @@ namespace drawinglayer
bool
arePrimitive3DReferencesEqual
(
const
Primitive3DReference
&
rxA
,
const
Primitive3DReference
&
rxB
)
{
const
sal_B
ool
bAIs
(
rxA
.
is
());
const
b
ool
bAIs
(
rxA
.
is
());
if
(
bAIs
!=
rxB
.
is
())
{
...
...
@@ -185,7 +185,7 @@ namespace drawinglayer
bool
arePrimitive3DSequencesEqual
(
const
Primitive3DSequence
&
rA
,
const
Primitive3DSequence
&
rB
)
{
const
sal_B
ool
bAHasElements
(
rA
.
hasElements
());
const
b
ool
bAHasElements
(
rA
.
hasElements
());
if
(
bAHasElements
!=
rB
.
hasElements
())
{
...
...
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