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
388edde5
Kaydet (Commit)
388edde5
authored
Eyl 09, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SAL_WARN_IF
Change-Id: Ic2644f8a0f2f1479779aef2d6b0886604c139acb
üst
e9107054
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
drawingml.cxx
oox/source/export/drawingml.cxx
+12
-12
No files found.
oox/source/export/drawingml.cxx
Dosyayı görüntüle @
388edde5
...
@@ -707,18 +707,18 @@ void DrawingML::WriteOutline( Reference<XPropertySet> rXPropSet )
...
@@ -707,18 +707,18 @@ void DrawingML::WriteOutline( Reference<XPropertySet> rXPropSet )
}
}
}
}
if
(
nLineWidth
<=
0
)
SAL_WARN_IF
(
nLineWidth
<=
0
,
SAL_WARN
(
"oox"
,
"while writing outline - custom dash - line width was < 0 : "
<<
nLineWidth
);
"oox"
,
"while writing outline - custom dash - line width was < 0 : "
<<
nLineWidth
);
if
(
aLineDash
.
Dashes
<
0
)
SAL_WARN_IF
(
aLineDash
.
Dashes
<
0
,
SAL_WARN
(
"oox"
,
"while writing outline - custom dash - number of dashes was < 0 : "
<<
aLineDash
.
Dashes
);
"oox"
,
"while writing outline - custom dash - number of dashes was < 0 : "
<<
aLineDash
.
Dashes
);
if
(
aLineDash
.
Dashes
>
0
&&
aLineDash
.
DashLen
<=
0
)
SAL_WARN_IF
(
aLineDash
.
Dashes
>
0
&&
aLineDash
.
DashLen
<=
0
,
SAL_WARN
(
"oox"
,
"while writing outline - custom dash - dash length was < 0 : "
<<
aLineDash
.
DashLen
);
"oox"
,
"while writing outline - custom dash - dash length was < 0 : "
<<
aLineDash
.
DashLen
);
if
(
aLineDash
.
Dots
<
0
)
SAL_WARN_IF
(
aLineDash
.
Dots
<
0
,
SAL_WARN
(
"oox"
,
"while writing outline - custom dash - number of dots was < 0 : "
<<
aLineDash
.
Dots
);
"oox"
,
"while writing outline - custom dash - number of dots was < 0 : "
<<
aLineDash
.
Dots
);
if
(
aLineDash
.
Dots
>
0
&&
aLineDash
.
DotLen
<=
0
)
SAL_WARN_IF
(
aLineDash
.
Dots
>
0
&&
aLineDash
.
DotLen
<=
0
,
SAL_WARN
(
"oox"
,
"while writing outline - custom dash - dot length was < 0 : "
<<
aLineDash
.
DotLen
);
"oox"
,
"while writing outline - custom dash - dot length was < 0 : "
<<
aLineDash
.
DotLen
);
if
(
aLineDash
.
Distance
<=
0
)
SAL_WARN_IF
(
aLineDash
.
Distance
<=
0
,
SAL_WARN
(
"oox"
,
"while writing outline - custom dash - distance was < 0 : "
<<
aLineDash
.
Distance
);
"oox"
,
"while writing outline - custom dash - distance was < 0 : "
<<
aLineDash
.
Distance
);
mpFS
->
endElementNS
(
XML_a
,
XML_custDash
);
mpFS
->
endElementNS
(
XML_a
,
XML_custDash
);
}
}
...
...
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