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
890d0254
Kaydet (Commit)
890d0254
authored
Eki 10, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:passstuffbyref
Change-Id: If17bfdfdb51d5b9b8db563fccf09bb7608fcd0f8
üst
7f545208
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
chart2import.cxx
chart2/qa/extras/chart2import.cxx
+2
-2
No files found.
chart2/qa/extras/chart2import.cxx
Dosyayı görüntüle @
890d0254
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
void
testAutoBackgroundXLSX
();
void
testAutoBackgroundXLSX
();
void
testNumberFormatsXLSX
();
void
testNumberFormatsXLSX
();
void
testTransparentBackground
(
OUString
filename
);
void
testTransparentBackground
(
OUString
const
&
filename
);
CPPUNIT_TEST_SUITE
(
Chart2ImportTest
);
CPPUNIT_TEST_SUITE
(
Chart2ImportTest
);
CPPUNIT_TEST
(
Fdo60083
);
CPPUNIT_TEST
(
Fdo60083
);
...
@@ -595,7 +595,7 @@ void Chart2ImportTest::testFdo78080()
...
@@ -595,7 +595,7 @@ void Chart2ImportTest::testFdo78080()
CPPUNIT_ASSERT
(
!
xTitle
.
is
());
CPPUNIT_ASSERT
(
!
xTitle
.
is
());
}
}
void
Chart2ImportTest
::
testTransparentBackground
(
OUString
filename
)
void
Chart2ImportTest
::
testTransparentBackground
(
OUString
const
&
filename
)
{
{
load
(
"/chart2/qa/extras/data/xlsx/"
,
filename
);
load
(
"/chart2/qa/extras/data/xlsx/"
,
filename
);
uno
::
Reference
<
chart2
::
XChartDocument
>
xChartDoc
=
getChartDocFromSheet
(
0
,
mxComponent
);
uno
::
Reference
<
chart2
::
XChartDocument
>
xChartDoc
=
getChartDocFromSheet
(
0
,
mxComponent
);
...
...
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