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
7db40f6b
Kaydet (Commit)
7db40f6b
authored
Mar 30, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4701: potentially uninitialized local variable 'eType' used
Change-Id: I5c7f81a30d06b4dbaddb3b64ea5467ed4faeac38
üst
f8380bfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
condformatuno.cxx
sc/source/ui/unoobj/condformatuno.cxx
+3
-3
No files found.
sc/source/ui/unoobj/condformatuno.cxx
Dosyayı görüntüle @
7db40f6b
...
@@ -812,7 +812,7 @@ namespace {
...
@@ -812,7 +812,7 @@ namespace {
void
setColorScaleEntry
(
ScColorScaleEntry
*
pEntry
,
uno
::
Reference
<
sheet
::
XColorScaleEntry
>
xEntry
)
void
setColorScaleEntry
(
ScColorScaleEntry
*
pEntry
,
uno
::
Reference
<
sheet
::
XColorScaleEntry
>
xEntry
)
{
{
ScColorScaleEntryType
eType
;
ScColorScaleEntryType
eType
=
ScColorScaleEntryType
()
;
sal_Int32
nApiType
=
xEntry
->
getType
();
sal_Int32
nApiType
=
xEntry
->
getType
();
bool
bFound
=
false
;
bool
bFound
=
false
;
for
(
size_t
i
=
0
;
i
<
SAL_N_ELEMENTS
(
aColorScaleEntryTypeMap
);
++
i
)
for
(
size_t
i
=
0
;
i
<
SAL_N_ELEMENTS
(
aColorScaleEntryTypeMap
);
++
i
)
...
@@ -1082,7 +1082,7 @@ namespace {
...
@@ -1082,7 +1082,7 @@ namespace {
void
setDataBarEntry
(
ScColorScaleEntry
*
pEntry
,
uno
::
Reference
<
sheet
::
XDataBarEntry
>
xEntry
)
void
setDataBarEntry
(
ScColorScaleEntry
*
pEntry
,
uno
::
Reference
<
sheet
::
XDataBarEntry
>
xEntry
)
{
{
ScColorScaleEntryType
eType
;
ScColorScaleEntryType
eType
=
ScColorScaleEntryType
()
;
sal_Int32
nApiType
=
xEntry
->
getType
();
sal_Int32
nApiType
=
xEntry
->
getType
();
bool
bFound
=
false
;
bool
bFound
=
false
;
for
(
size_t
i
=
0
;
i
<
SAL_N_ELEMENTS
(
aDataBarEntryTypeMap
);
++
i
)
for
(
size_t
i
=
0
;
i
<
SAL_N_ELEMENTS
(
aDataBarEntryTypeMap
);
++
i
)
...
@@ -1464,7 +1464,7 @@ namespace {
...
@@ -1464,7 +1464,7 @@ namespace {
void
setIconSetEntry
(
ScIconSetFormat
*
pFormat
,
uno
::
Reference
<
sheet
::
XIconSetEntry
>
xEntry
,
size_t
nPos
)
void
setIconSetEntry
(
ScIconSetFormat
*
pFormat
,
uno
::
Reference
<
sheet
::
XIconSetEntry
>
xEntry
,
size_t
nPos
)
{
{
ScIconSetFormatData
*
pData
=
pFormat
->
GetIconSetData
();
ScIconSetFormatData
*
pData
=
pFormat
->
GetIconSetData
();
ScColorScaleEntryType
eType
;
ScColorScaleEntryType
eType
=
ScColorScaleEntryType
()
;
sal_Int32
nApiType
=
xEntry
->
getType
();
sal_Int32
nApiType
=
xEntry
->
getType
();
bool
bFound
=
false
;
bool
bFound
=
false
;
for
(
size_t
i
=
0
;
i
<
SAL_N_ELEMENTS
(
aIconSetEntryTypeMap
);
++
i
)
for
(
size_t
i
=
0
;
i
<
SAL_N_ELEMENTS
(
aIconSetEntryTypeMap
);
++
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