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
fd2c823f
Kaydet (Commit)
fd2c823f
authored
Agu 26, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix this export test. Now this test passes.
Change-Id: Ia3d11c6fb29c7938e0d8f6e25636da5d22b4a8c8
üst
674fa5d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
subsequent_export-test.cxx
sc/qa/unit/subsequent_export-test.cxx
+4
-3
No files found.
sc/qa/unit/subsequent_export-test.cxx
Dosyayı görüntüle @
fd2c823f
...
...
@@ -35,6 +35,7 @@
#include "editeng/wghtitem.hxx"
#include "editeng/postitem.hxx"
#include "editeng/editdata.hxx"
#include "editeng/eeitem.hxx"
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
::
uno
;
...
...
@@ -77,7 +78,7 @@ public:
CPPUNIT_TEST
(
testColorScaleExportXLSX
);
CPPUNIT_TEST
(
testMiscRowHeightExport
);
CPPUNIT_TEST
(
testNamedRangeBugfdo62729
);
// CPPUNIT_TEST(testRichTextExportODS); This currently fails.
CPPUNIT_TEST
(
testRichTextExportODS
);
CPPUNIT_TEST
(
testInlineArrayXLS
);
CPPUNIT_TEST
(
testEmbeddedChartXLS
);
CPPUNIT_TEST
(
testFormulaReferenceXLS
);
...
...
@@ -361,7 +362,7 @@ void ScExportTest::testRichTextExportODS()
SfxItemSet
aItemSet
=
rEE
.
GetEmptyItemSet
();
aSel
.
nStartPos
=
0
;
aSel
.
nEndPos
=
4
;
SvxWeightItem
aWeight
(
WEIGHT_BOLD
,
ATTR_FONT
_WEIGHT
);
SvxWeightItem
aWeight
(
WEIGHT_BOLD
,
EE_CHAR
_WEIGHT
);
aItemSet
.
Put
(
aWeight
);
rEE
.
QuickSetAttribs
(
aItemSet
,
aSel
);
}
...
...
@@ -369,7 +370,7 @@ void ScExportTest::testRichTextExportODS()
{
// Set the 'Italic' part italic.
SfxItemSet
aItemSet
=
rEE
.
GetEmptyItemSet
();
SvxPostureItem
aItalic
(
ITALIC_NORMAL
,
ATTR_FONT_POSTURE
);
SvxPostureItem
aItalic
(
ITALIC_NORMAL
,
EE_CHAR_ITALIC
);
aItemSet
.
Put
(
aItalic
);
aSel
.
nStartPos
=
9
;
aSel
.
nEndPos
=
15
;
...
...
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