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
5649b6a0
Kaydet (Commit)
5649b6a0
authored
Eyl 24, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused parameter
Change-Id: I869d20ae472d6147426391db3912625f7176b2b4
üst
0b963e89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
subsequent_filters-test.cxx
sc/qa/unit/subsequent_filters-test.cxx
+5
-5
No files found.
sc/qa/unit/subsequent_filters-test.cxx
Dosyayı görüntüle @
5649b6a0
...
@@ -1489,7 +1489,7 @@ void ScFiltersTest::testPivotTableBasicODS()
...
@@ -1489,7 +1489,7 @@ void ScFiltersTest::testPivotTableBasicODS()
namespace
{
namespace
{
void
testColorScaleFormat_Impl
(
ScDocument
*
pDoc
,
const
rtl
::
OUString
&
rFilePath
,
const
ScConditionalFormat
*
pFormat
)
void
testColorScaleFormat_Impl
(
const
rtl
::
OUString
&
rFilePath
,
const
ScConditionalFormat
*
pFormat
)
{
{
rtl
::
OUStringBuffer
aBuf
;
rtl
::
OUStringBuffer
aBuf
;
CPPUNIT_ASSERT
(
pFormat
);
CPPUNIT_ASSERT
(
pFormat
);
...
@@ -1507,28 +1507,28 @@ void testColorScale_Impl(ScDocument* pDoc, const rtl::OUString& aBaseString)
...
@@ -1507,28 +1507,28 @@ void testColorScale_Impl(ScDocument* pDoc, const rtl::OUString& aBaseString)
{
{
const
ScConditionalFormat
*
pFormat
=
pDoc
->
GetCondFormat
(
1
,
1
,
0
);
const
ScConditionalFormat
*
pFormat
=
pDoc
->
GetCondFormat
(
1
,
1
,
0
);
rtl
::
OUString
aFilePath
=
aBaseString
+
rtl
::
OUString
(
"colorScale_1.txt"
);
rtl
::
OUString
aFilePath
=
aBaseString
+
rtl
::
OUString
(
"colorScale_1.txt"
);
testColorScaleFormat_Impl
(
pDoc
,
aFilePath
,
pFormat
);
testColorScaleFormat_Impl
(
aFilePath
,
pFormat
);
}
}
// second cond format
// second cond format
{
{
const
ScConditionalFormat
*
pFormat
=
pDoc
->
GetCondFormat
(
4
,
1
,
0
);
const
ScConditionalFormat
*
pFormat
=
pDoc
->
GetCondFormat
(
4
,
1
,
0
);
rtl
::
OUString
aFilePath
=
aBaseString
+
rtl
::
OUString
(
"colorScale_2.txt"
);
rtl
::
OUString
aFilePath
=
aBaseString
+
rtl
::
OUString
(
"colorScale_2.txt"
);
testColorScaleFormat_Impl
(
pDoc
,
aFilePath
,
pFormat
);
testColorScaleFormat_Impl
(
aFilePath
,
pFormat
);
}
}
// third cond format
// third cond format
{
{
const
ScConditionalFormat
*
pFormat
=
pDoc
->
GetCondFormat
(
7
,
1
,
0
);
const
ScConditionalFormat
*
pFormat
=
pDoc
->
GetCondFormat
(
7
,
1
,
0
);
rtl
::
OUString
aFilePath
=
aBaseString
+
rtl
::
OUString
(
"colorScale_3.txt"
);
rtl
::
OUString
aFilePath
=
aBaseString
+
rtl
::
OUString
(
"colorScale_3.txt"
);
testColorScaleFormat_Impl
(
pDoc
,
aFilePath
,
pFormat
);
testColorScaleFormat_Impl
(
aFilePath
,
pFormat
);
}
}
// forth cond format
// forth cond format
{
{
const
ScConditionalFormat
*
pFormat
=
pDoc
->
GetCondFormat
(
10
,
1
,
0
);
const
ScConditionalFormat
*
pFormat
=
pDoc
->
GetCondFormat
(
10
,
1
,
0
);
rtl
::
OUString
aFilePath
=
aBaseString
+
rtl
::
OUString
(
"colorScale_4.txt"
);
rtl
::
OUString
aFilePath
=
aBaseString
+
rtl
::
OUString
(
"colorScale_4.txt"
);
testColorScaleFormat_Impl
(
pDoc
,
aFilePath
,
pFormat
);
testColorScaleFormat_Impl
(
aFilePath
,
pFormat
);
}
}
}
}
...
...
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