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
fb2c3fec
Kaydet (Commit)
fb2c3fec
authored
Kas 25, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
check that the fdo#79441 case works in both update references modes
Change-Id: I4aa997847661021af27f27e8763a89a61f185f1f
üst
f0e73646
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
ucalc.hxx
sc/qa/unit/ucalc.hxx
+1
-0
ucalc_sort.cxx
sc/qa/unit/ucalc_sort.cxx
+12
-1
No files found.
sc/qa/unit/ucalc.hxx
Dosyayı görüntüle @
fb2c3fec
...
...
@@ -366,6 +366,7 @@ public:
void
testSortRefUpdate2
();
void
testSortRefUpdate3
();
void
testSortRefUpdate4
();
void
testSortRefUpdate4_Impl
();
void
testSortRefUpdate5
();
void
testSortRefUpdate6
();
void
testSortOutOfPlaceResult
();
...
...
sc/qa/unit/ucalc_sort.cxx
Dosyayı görüntüle @
fb2c3fec
...
...
@@ -1029,8 +1029,19 @@ void Test::testSortRefUpdate3()
// testRefInterne.ods
void
Test
::
testSortRefUpdate4
()
{
SortRefUpdateSetter
aUpdateSet
;
// This test has to work in both update reference modes.
{
SortRefNoUpdateSetter
aUpdateSet
;
testSortRefUpdate4_Impl
();
}
{
SortRefUpdateSetter
aUpdateSet
;
testSortRefUpdate4_Impl
();
}
}
void
Test
::
testSortRefUpdate4_Impl
()
{
sc
::
AutoCalcSwitch
aACSwitch
(
*
m_pDoc
,
true
);
// turn auto calc on.
m_pDoc
->
InsertTab
(
0
,
"Sort"
);
m_pDoc
->
InsertTab
(
1
,
"Lesson1"
);
...
...
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