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
8c04e423
Kaydet (Commit)
8c04e423
authored
Eyl 22, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
test for imported cond format range from ods
Change-Id: I08a876bfce8a6d9c0ff349b8956f0e13281afe5f
üst
cb7ee824
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
subsequent_filters-test.cxx
sc/qa/unit/subsequent_filters-test.cxx
+15
-0
No files found.
sc/qa/unit/subsequent_filters-test.cxx
Dosyayı görüntüle @
8c04e423
...
@@ -632,6 +632,21 @@ void testFormats_Impl(ScFiltersTest* pFiltersTest, ScDocument* pDoc, sal_Int32 n
...
@@ -632,6 +632,21 @@ void testFormats_Impl(ScFiltersTest* pFiltersTest, ScDocument* pDoc, sal_Int32 n
pFiltersTest
->
createCSVPath
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"conditionalFormatting."
)),
aCSVFileName
);
pFiltersTest
->
createCSVPath
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"conditionalFormatting."
)),
aCSVFileName
);
testCondFile
(
aCSVFileName
,
pDoc
,
2
);
testCondFile
(
aCSVFileName
,
pDoc
,
2
);
}
}
if
(
nFormat
==
ODS
)
{
ScConditionalFormat
*
pCondFormat
=
pDoc
->
GetCondFormat
(
0
,
0
,
2
);
const
ScRangeList
&
rRange
=
pCondFormat
->
GetRange
();
CPPUNIT_ASSERT
(
rRange
==
ScRange
(
0
,
0
,
2
,
3
,
0
,
2
));
pCondFormat
=
pDoc
->
GetCondFormat
(
0
,
1
,
2
);
const
ScRangeList
&
rRange2
=
pCondFormat
->
GetRange
();
CPPUNIT_ASSERT
(
rRange2
==
ScRange
(
0
,
1
,
2
,
0
,
1
,
2
));
pCondFormat
=
pDoc
->
GetCondFormat
(
1
,
1
,
2
);
const
ScRangeList
&
rRange3
=
pCondFormat
->
GetRange
();
CPPUNIT_ASSERT
(
rRange3
==
ScRange
(
1
,
1
,
2
,
3
,
1
,
2
));
}
}
}
}
}
...
...
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