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
887370fe
Kaydet (Commit)
887370fe
authored
Nis 20, 2015
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
only convert in svMatrix, not in external references, tdf#88547 follow-up
Change-Id: I7bc03f7ff3ec57317e7fbad4476874bac6c44877
üst
46befa93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
interpr3.cxx
sc/source/core/tool/interpr3.cxx
+3
-2
No files found.
sc/source/core/tool/interpr3.cxx
Dosyayı görüntüle @
887370fe
...
@@ -3670,7 +3670,8 @@ void ScInterpreter::GetNumberSequenceArray( sal_uInt8 nParamCount, vector<double
...
@@ -3670,7 +3670,8 @@ void ScInterpreter::GetNumberSequenceArray( sal_uInt8 nParamCount, vector<double
size_t
nRefInList
=
0
;
size_t
nRefInList
=
0
;
while
(
nParam
--
>
0
)
while
(
nParam
--
>
0
)
{
{
switch
(
GetStackType
())
const
StackVar
eStackType
=
GetStackType
();
switch
(
eStackType
)
{
{
case
formula
:
:
svDouble
:
case
formula
:
:
svDouble
:
rArray
.
push_back
(
PopDouble
());
rArray
.
push_back
(
PopDouble
());
...
@@ -3724,7 +3725,7 @@ void ScInterpreter::GetNumberSequenceArray( sal_uInt8 nParamCount, vector<double
...
@@ -3724,7 +3725,7 @@ void ScInterpreter::GetNumberSequenceArray( sal_uInt8 nParamCount, vector<double
for
(
SCSIZE
i
=
0
;
i
<
nCount
;
++
i
)
for
(
SCSIZE
i
=
0
;
i
<
nCount
;
++
i
)
rArray
.
push_back
(
pMat
->
GetDouble
(
i
));
rArray
.
push_back
(
pMat
->
GetDouble
(
i
));
}
}
else
if
(
bConvertTextInArray
)
else
if
(
bConvertTextInArray
&&
eStackType
==
svMatrix
)
{
{
for
(
SCSIZE
i
=
0
;
i
<
nCount
;
++
i
)
for
(
SCSIZE
i
=
0
;
i
<
nCount
;
++
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