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
054213e8
Kaydet (Commit)
054213e8
authored
May 27, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#78976: Correct way to determine the end position for matrix check.
Change-Id: Ifd6acd85a9bf33742cb62327a3b8a4320f35d0f3
üst
17551964
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
column.cxx
sc/source/core/data/column.cxx
+1
-1
No files found.
sc/source/core/data/column.cxx
Dosyayı görüntüle @
054213e8
...
@@ -154,7 +154,7 @@ sal_uInt16 ScColumn::GetBlockMatrixEdges( SCROW nRow1, SCROW nRow2, sal_uInt16 n
...
@@ -154,7 +154,7 @@ sal_uInt16 ScColumn::GetBlockMatrixEdges( SCROW nRow1, SCROW nRow2, sal_uInt16 n
}
}
size_t
nRowsToRead
=
nRow2
-
nRow
+
1
;
size_t
nRowsToRead
=
nRow2
-
nRow
+
1
;
size_t
nEnd
=
std
::
min
(
it
->
size
,
n
RowsToRead
);
size_t
nEnd
=
std
::
min
(
it
->
size
,
n
Offset
+
nRowsToRead
);
// last row + 1
sc
::
formula_block
::
const_iterator
itCell
=
sc
::
formula_block
::
begin
(
*
it
->
data
);
sc
::
formula_block
::
const_iterator
itCell
=
sc
::
formula_block
::
begin
(
*
it
->
data
);
std
::
advance
(
itCell
,
nOffset
);
std
::
advance
(
itCell
,
nOffset
);
for
(
size_t
i
=
nOffset
;
i
<
nEnd
;
++
itCell
,
++
i
)
for
(
size_t
i
=
nOffset
;
i
<
nEnd
;
++
itCell
,
++
i
)
...
...
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