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
b6a41916
Kaydet (Commit)
b6a41916
authored
Kas 07, 2014
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use SAL_N_ELEMENTS
Change-Id: I3d26823a93fd0925ef5e71affd941cd51219ab9e
üst
5771bde2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
subsequent_export-test.cxx
sc/qa/unit/subsequent_export-test.cxx
+1
-1
export-tests.cxx
sd/qa/unit/export-tests.cxx
+1
-1
globalfilter.cxx
sw/qa/extras/globalfilter/globalfilter.cxx
+1
-1
No files found.
sc/qa/unit/subsequent_export-test.cxx
Dosyayı görüntüle @
b6a41916
...
...
@@ -2277,7 +2277,7 @@ void ScExportTest::testSwappedOutImageExport()
officecfg
::
Office
::
Common
::
Cache
::
GraphicManager
::
TotalCacheSize
::
set
(
sal_Int32
(
1
),
xBatch
);
xBatch
->
commit
();
for
(
size_t
nFilter
=
0
;
nFilter
<
4
;
++
nFilter
)
for
(
size_t
nFilter
=
0
;
nFilter
<
SAL_N_ELEMENTS
(
aFilterNames
)
;
++
nFilter
)
{
// Check whether the export code swaps in the image which was swapped out before.
ScDocShellRef
xDocSh
=
loadDoc
(
"document_with_two_images."
,
ODS
);
...
...
sd/qa/unit/export-tests.cxx
Dosyayı görüntüle @
b6a41916
...
...
@@ -509,7 +509,7 @@ void SdExportTest::testSwappedOutImageExport()
officecfg
::
Office
::
Common
::
Cache
::
GraphicManager
::
TotalCacheSize
::
set
(
sal_Int32
(
1
),
xBatch
);
xBatch
->
commit
();
for
(
size_t
nExportFormat
=
0
;
nExportFormat
<
3
;
++
nExportFormat
)
for
(
size_t
nExportFormat
=
0
;
nExportFormat
<
SAL_N_ELEMENTS
(
vFormats
)
;
++
nExportFormat
)
{
// Load the original file with one image
::
sd
::
DrawDocShellRef
xDocShRef
=
loadURL
(
getURLFromSrc
(
"/sd/qa/unit/data/odp/document_with_two_images.odp"
),
ODP
);
...
...
sw/qa/extras/globalfilter/globalfilter.cxx
Dosyayı görüntüle @
b6a41916
...
...
@@ -40,7 +40,7 @@ void Test::testSwappedOutImageExport()
"Office Open XML Text"
,
};
for
(
size_t
nFilter
=
0
;
nFilter
<
4
;
++
nFilter
)
for
(
size_t
nFilter
=
0
;
nFilter
<
SAL_N_ELEMENTS
(
aFilterNames
)
;
++
nFilter
)
{
// Check whether the export code swaps in the image which was swapped out before by auto mechanism
...
...
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