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
6e02c49c
Kaydet (Commit)
6e02c49c
authored
Tem 24, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
I'm supposed to move it, not shift it.
Change-Id: I3fe1f05a57089b42296e5758542772d69119c17a
üst
f4e048ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ucalc_formula.cxx
sc/qa/unit/ucalc_formula.cxx
+3
-2
No files found.
sc/qa/unit/ucalc_formula.cxx
Dosyayı görüntüle @
6e02c49c
...
...
@@ -907,9 +907,10 @@ void Test::testFormulaRefUpdateMove()
if
(
!
checkFormula
(
*
m_pDoc
,
ScAddress
(
1
,
12
,
0
),
"$D$6"
))
CPPUNIT_FAIL
(
"Wrong formula."
);
// The value cells are in D4:D6.
Push
D4:D5 to the right but leave D6
// The value cells are in D4:D6.
Move
D4:D5 to the right but leave D6
// where it is.
m_pDoc
->
InsertCol
(
ScRange
(
3
,
0
,
0
,
3
,
4
,
0
));
bMoved
=
rFunc
.
MoveBlock
(
ScRange
(
3
,
3
,
0
,
3
,
4
,
0
),
ScAddress
(
4
,
3
,
0
),
true
,
false
,
false
,
false
);
CPPUNIT_ASSERT_MESSAGE
(
"Failed to move D4:D5 to E4:E5"
,
bMoved
);
// Only the values of B10 and B11 should be updated.
CPPUNIT_ASSERT_EQUAL
(
3.0
,
m_pDoc
->
GetValue
(
1
,
9
,
0
));
...
...
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