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
2ee427f9
Kaydet (Commit)
2ee427f9
authored
Şub 08, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1169880 Uninitialized pointer field
Change-Id: I70a9381a77b3b782c52dbcbc0b48a0e5ea387c8b
üst
65af1f30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
VDataSeries.hxx
chart2/source/view/inc/VDataSeries.hxx
+1
-1
VDataSeries.cxx
chart2/source/view/main/VDataSeries.cxx
+18
-0
No files found.
chart2/source/view/inc/VDataSeries.hxx
Dosyayı görüntüle @
2ee427f9
...
@@ -146,7 +146,7 @@ public:
...
@@ -146,7 +146,7 @@ public:
void
setRoleOfSequenceForDataLabelNumberFormatDetection
(
const
OUString
&
rRole
);
void
setRoleOfSequenceForDataLabelNumberFormatDetection
(
const
OUString
&
rRole
);
//this is only tempo
https://www.google.de/search?q=minka+kelly&safe=off&tbm=isch&tbo=u&source=univ&sa=X&ei=x36_Uv6ZF9Kf7ga-rYGIAg&ved=0CK4BEIke&biw=1920&bih=1043#q=minka+kelly&safe=off&tbm=isch&tbs=isz:l
rarily here for area chart:
//this is only temporarily here for area chart:
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
m_aPolyPolygonShape3D
;
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
m_aPolyPolygonShape3D
;
sal_Int32
m_nPolygonIndex
;
sal_Int32
m_nPolygonIndex
;
double
m_fLogicMinX
;
double
m_fLogicMinX
;
...
...
chart2/source/view/main/VDataSeries.cxx
Dosyayı görüntüle @
2ee427f9
...
@@ -1062,6 +1062,24 @@ sal_Int32 VDataSeries::getMissingValueTreatment() const
...
@@ -1062,6 +1062,24 @@ sal_Int32 VDataSeries::getMissingValueTreatment() const
}
}
VDataSeries
::
VDataSeries
()
VDataSeries
::
VDataSeries
()
:
m_nPolygonIndex
(
0
)
,
m_fLogicMinX
(
0
)
,
m_fLogicMaxX
(
0
)
,
m_fLogicZPos
(
0
)
,
m_nPointCount
(
0
)
,
m_fXMeanValue
(
0
)
,
m_fYMeanValue
(
0
)
,
m_eStackingDirection
(
chart2
::
StackingDirection_NO_STACKING
)
,
m_nAxisIndex
(
0
)
,
m_bConnectBars
(
false
)
,
m_bGroupBarsPerAxis
(
false
)
,
m_nStartingAngle
(
0
)
,
m_nGlobalSeriesIndex
(
0
)
,
m_nCurrentAttributedPoint
(
0
)
,
m_nMissingValueTreatment
(
0
)
,
m_bAllowPercentValueInDataLabel
(
false
)
,
mpOldSeries
(
NULL
)
,
mnPercent
(
0
)
{
{
}
}
...
...
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