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
468ab8a4
Kaydet (Commit)
468ab8a4
authored
Mar 24, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make this typedef private
Change-Id: Ibcf8c0ad785ea38e43e08ec520fb093e3cfd3cbf
üst
002a0d91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
InternalData.hxx
chart2/source/inc/InternalData.hxx
+1
-1
No files found.
chart2/source/inc/InternalData.hxx
Dosyayı görüntüle @
468ab8a4
...
@@ -69,7 +69,6 @@ public:
...
@@ -69,7 +69,6 @@ public:
sal_Int32
getRowCount
()
const
;
sal_Int32
getRowCount
()
const
;
sal_Int32
getColumnCount
()
const
;
sal_Int32
getColumnCount
()
const
;
typedef
::
std
::
valarray
<
double
>
tDataType
;
typedef
::
std
::
vector
<
::
std
::
vector
<
::
com
::
sun
::
star
::
uno
::
Any
>
>
tVecVecAny
;
//inner index is hierarchical level
typedef
::
std
::
vector
<
::
std
::
vector
<
::
com
::
sun
::
star
::
uno
::
Any
>
>
tVecVecAny
;
//inner index is hierarchical level
void
setComplexRowLabels
(
const
tVecVecAny
&
rNewRowLabels
);
void
setComplexRowLabels
(
const
tVecVecAny
&
rNewRowLabels
);
...
@@ -93,6 +92,7 @@ private:
...
@@ -93,6 +92,7 @@ private:
sal_Int32
m_nColumnCount
;
sal_Int32
m_nColumnCount
;
sal_Int32
m_nRowCount
;
sal_Int32
m_nRowCount
;
typedef
::
std
::
valarray
<
double
>
tDataType
;
tDataType
m_aData
;
tDataType
m_aData
;
tVecVecAny
m_aRowLabels
;
//outer index is row index, inner index is category level
tVecVecAny
m_aRowLabels
;
//outer index is row index, inner index is category level
tVecVecAny
m_aColumnLabels
;
//outer index is column index
tVecVecAny
m_aColumnLabels
;
//outer index is column index
...
...
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