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
1f064291
Kaydet (Commit)
1f064291
authored
Ock 24, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DataPilot to PivotTable in function names.
From now on we'll stick with the 'pivot table' terminology...
üst
4ae2d488
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
ucalc.cxx
sc/qa/unit/ucalc.cxx
+12
-12
No files found.
sc/qa/unit/ucalc.cxx
Dosyayı görüntüle @
1f064291
...
@@ -121,23 +121,23 @@ public:
...
@@ -121,23 +121,23 @@ public:
/**
/**
* Basic test for pivot tables.
* Basic test for pivot tables.
*/
*/
void
test
DataPilot
();
void
test
PivotTable
();
/**
/**
* Test against unwanted automatic format detection on field names and
* Test against unwanted automatic format detection on field names and
* field members in pivot tables.
* field members in pivot tables.
*/
*/
void
test
DataPilot
Labels
();
void
test
PivotTable
Labels
();
/**
/**
* Test for pivot table's filtering functionality by page fields.
* Test for pivot table's filtering functionality by page fields.
*/
*/
void
test
DataPilot
Filters
();
void
test
PivotTable
Filters
();
/**
/**
* Test for pivot table's named source range.
* Test for pivot table's named source range.
*/
*/
void
test
DataPilot
NamedSource
();
void
test
PivotTable
NamedSource
();
void
testSheetCopy
();
void
testSheetCopy
();
void
testSheetMove
();
void
testSheetMove
();
...
@@ -188,10 +188,10 @@ public:
...
@@ -188,10 +188,10 @@ public:
CPPUNIT_TEST
(
testNamedRange
);
CPPUNIT_TEST
(
testNamedRange
);
CPPUNIT_TEST
(
testCSV
);
CPPUNIT_TEST
(
testCSV
);
CPPUNIT_TEST
(
testMatrix
);
CPPUNIT_TEST
(
testMatrix
);
CPPUNIT_TEST
(
test
DataPilot
);
CPPUNIT_TEST
(
test
PivotTable
);
CPPUNIT_TEST
(
test
DataPilot
Labels
);
CPPUNIT_TEST
(
test
PivotTable
Labels
);
CPPUNIT_TEST
(
test
DataPilot
Filters
);
CPPUNIT_TEST
(
test
PivotTable
Filters
);
CPPUNIT_TEST
(
test
DataPilot
NamedSource
);
CPPUNIT_TEST
(
test
PivotTable
NamedSource
);
CPPUNIT_TEST
(
testSheetCopy
);
CPPUNIT_TEST
(
testSheetCopy
);
CPPUNIT_TEST
(
testSheetMove
);
CPPUNIT_TEST
(
testSheetMove
);
CPPUNIT_TEST
(
testExternalRef
);
CPPUNIT_TEST
(
testExternalRef
);
...
@@ -1260,7 +1260,7 @@ ScDPObject* createDPFromRange(
...
@@ -1260,7 +1260,7 @@ ScDPObject* createDPFromRange(
}
}
void
Test
::
test
DataPilot
()
void
Test
::
test
PivotTable
()
{
{
m_pDoc
->
InsertTab
(
0
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Data"
)));
m_pDoc
->
InsertTab
(
0
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Data"
)));
m_pDoc
->
InsertTab
(
1
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Table"
)));
m_pDoc
->
InsertTab
(
1
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Table"
)));
...
@@ -1420,7 +1420,7 @@ void Test::testDataPilot()
...
@@ -1420,7 +1420,7 @@ void Test::testDataPilot()
m_pDoc
->
DeleteTab
(
0
);
m_pDoc
->
DeleteTab
(
0
);
}
}
void
Test
::
test
DataPilot
Labels
()
void
Test
::
test
PivotTable
Labels
()
{
{
m_pDoc
->
InsertTab
(
0
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Data"
)));
m_pDoc
->
InsertTab
(
0
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Data"
)));
m_pDoc
->
InsertTab
(
1
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Table"
)));
m_pDoc
->
InsertTab
(
1
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Table"
)));
...
@@ -1480,7 +1480,7 @@ void Test::testDataPilotLabels()
...
@@ -1480,7 +1480,7 @@ void Test::testDataPilotLabels()
m_pDoc
->
DeleteTab
(
0
);
m_pDoc
->
DeleteTab
(
0
);
}
}
void
Test
::
test
DataPilot
Filters
()
void
Test
::
test
PivotTable
Filters
()
{
{
m_pDoc
->
InsertTab
(
0
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Data"
)));
m_pDoc
->
InsertTab
(
0
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Data"
)));
m_pDoc
->
InsertTab
(
1
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Table"
)));
m_pDoc
->
InsertTab
(
1
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Table"
)));
...
@@ -1610,7 +1610,7 @@ void Test::testDataPilotFilters()
...
@@ -1610,7 +1610,7 @@ void Test::testDataPilotFilters()
m_pDoc
->
DeleteTab
(
0
);
m_pDoc
->
DeleteTab
(
0
);
}
}
void
Test
::
test
DataPilot
NamedSource
()
void
Test
::
test
PivotTable
NamedSource
()
{
{
m_pDoc
->
InsertTab
(
0
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Data"
)));
m_pDoc
->
InsertTab
(
0
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Data"
)));
m_pDoc
->
InsertTab
(
1
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Table"
)));
m_pDoc
->
InsertTab
(
1
,
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Table"
)));
...
...
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