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
ddb57966
Kaydet (Commit)
ddb57966
authored
May 13, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror=maybe-uninitialized
Change-Id: I320e08d7d83727a93e0644db80943bc2bb896222
üst
5338d80a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
chartexport.cxx
oox/source/export/chartexport.cxx
+2
-2
drawingml.cxx
oox/source/export/drawingml.cxx
+1
-1
No files found.
oox/source/export/chartexport.cxx
Dosyayı görüntüle @
ddb57966
...
...
@@ -2637,7 +2637,7 @@ void ChartExport::exportErrorBar(Reference< XPropertySet> xErrorBarProps, bool b
pFS
->
singleElement
(
FSNS
(
XML_c
,
XML_errDir
),
XML_val
,
bYError
?
"y"
:
"x"
,
FSEND
);
bool
bPositive
,
bNegativ
e
;
bool
bPositive
=
false
,
bNegative
=
fals
e
;
xErrorBarProps
->
getPropertyValue
(
"ShowPositiveError"
)
>>=
bPositive
;
xErrorBarProps
->
getPropertyValue
(
"ShowNegativeError"
)
>>=
bNegative
;
const
char
*
pErrBarType
;
...
...
@@ -2657,7 +2657,7 @@ void ChartExport::exportErrorBar(Reference< XPropertySet> xErrorBarProps, bool b
XML_val
,
pErrBarType
,
FSEND
);
sal_Int32
nErrorBarStyle
;
sal_Int32
nErrorBarStyle
=
cssc
::
ErrorBarStyle
::
NONE
;
xErrorBarProps
->
getPropertyValue
(
"ErrorBarStyle"
)
>>=
nErrorBarStyle
;
const
char
*
pErrorBarStyle
=
getErrorBarStyle
(
nErrorBarStyle
);
pFS
->
singleElement
(
FSNS
(
XML_c
,
XML_errValType
),
...
...
oox/source/export/drawingml.cxx
Dosyayı görüntüle @
ddb57966
...
...
@@ -1528,7 +1528,7 @@ void DrawingML::WriteFill( Reference< XPropertySet > xPropSet )
if
(
aFillStyle
==
FillStyle_SOLID
&&
GetProperty
(
xPropSet
,
"FillTransparence"
)
)
{
// map full transparent background to no fill
sal_Int16
nVal
;
sal_Int16
nVal
=
0
;
xPropSet
->
getPropertyValue
(
"FillTransparence"
)
>>=
nVal
;
if
(
nVal
==
100
)
aFillStyle
=
FillStyle_NONE
;
...
...
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