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
edd4370f
Kaydet (Commit)
edd4370f
authored
May 02, 2016
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
check presence of token, tdf#96426 follow-up
Change-Id: I4c368dfd113b02d208013b4ba79dff606769a150
üst
b79d2260
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
FormulaCompiler.cxx
formula/source/core/api/FormulaCompiler.cxx
+4
-0
No files found.
formula/source/core/api/FormulaCompiler.cxx
Dosyayı görüntüle @
edd4370f
...
@@ -305,6 +305,9 @@ bool isRangeResultOpCode( OpCode eOp )
...
@@ -305,6 +305,9 @@ bool isRangeResultOpCode( OpCode eOp )
}
}
/**
/**
@param pToken
MUST be a valid token, caller has to ensure.
@param bRight
@param bRight
If bRPN==false, bRight==false means opcodes for left side are
If bRPN==false, bRight==false means opcodes for left side are
checked, bRight==true means opcodes for right side. If bRPN==true
checked, bRight==true means opcodes for right side. If bRPN==true
...
@@ -1200,6 +1203,7 @@ bool FormulaCompiler::GetToken()
...
@@ -1200,6 +1203,7 @@ bool FormulaCompiler::GetToken()
pArr
->
nIndex
--
;
// we advanced to the second ocColRowName, step back
pArr
->
nIndex
--
;
// we advanced to the second ocColRowName, step back
}
}
else
if
(
pSpacesToken
&&
FormulaGrammar
::
isExcelSyntax
(
meGrammar
)
&&
else
if
(
pSpacesToken
&&
FormulaGrammar
::
isExcelSyntax
(
meGrammar
)
&&
pCurrToken
&&
mpToken
&&
isPotentialRangeType
(
pCurrToken
.
get
(),
false
,
false
)
&&
isPotentialRangeType
(
pCurrToken
.
get
(),
false
,
false
)
&&
isPotentialRangeType
(
mpToken
.
get
(),
false
,
true
))
isPotentialRangeType
(
mpToken
.
get
(),
false
,
true
))
{
{
...
...
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