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
bc4293bd
Kaydet (Commit)
bc4293bd
authored
Mar 06, 2015
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
clarify this visually
Change-Id: I04c1a00903cc0c057fc436e391f93b1e05eed8a1
üst
8ea45048
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
compiler.cxx
sc/source/core/tool/compiler.cxx
+5
-3
No files found.
sc/source/core/tool/compiler.cxx
Dosyayı görüntüle @
bc4293bd
...
...
@@ -3924,11 +3924,13 @@ ScTokenArray* ScCompiler::CompileString( const OUString& rFormula )
FormulaToken
*
pNewToken
=
static_cast
<
ScTokenArray
*>
(
pArr
)
->
Add
(
maRawToken
.
CreateToken
());
if
(
!
pNewToken
)
{
SetError(errCodeOverflow); break;
SetError
(
errCodeOverflow
);
break
;
}
else if (eLastOp == ocRange && pNewToken->GetOpCode() == ocPush &&
pNewToken->GetType() == svSingleRef)
else
if
(
eLastOp
==
ocRange
&&
pNewToken
->
GetOpCode
()
==
ocPush
&&
pNewToken
->
GetType
()
==
svSingleRef
)
{
static_cast
<
ScTokenArray
*>
(
pArr
)
->
MergeRangeReference
(
aPos
);
}
eLastOp
=
maRawToken
.
GetOpCode
();
if
(
bAutoCorrect
)
aCorrectedFormula
+=
aCorrectedSymbol
;
...
...
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