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
264c6e4c
Kaydet (Commit)
264c6e4c
authored
Eyl 29, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin code that died in
f2b93f2e
Change-Id: Ib2df51589726c0163b8cbb5434c9017d358abc78
üst
55b0da55
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
types.hxx
sc/inc/types.hxx
+0
-1
formulacell.cxx
sc/source/core/data/formulacell.cxx
+0
-3
No files found.
sc/inc/types.hxx
Dosyayı görüntüle @
264c6e4c
...
@@ -78,7 +78,6 @@ enum GroupCalcState
...
@@ -78,7 +78,6 @@ enum GroupCalcState
enum
OpenCLKernelState
enum
OpenCLKernelState
{
{
OpenCLKernelNone
=
0
,
OpenCLKernelNone
=
0
,
OpenCLKernelCompilationScheduled
,
OpenCLKernelBinaryCreated
OpenCLKernelBinaryCreated
};
};
...
...
sc/source/core/data/formulacell.cxx
Dosyayı görüntüle @
264c6e4c
...
@@ -2426,9 +2426,6 @@ bool ScFormulaCell::IsMultilineResult()
...
@@ -2426,9 +2426,6 @@ bool ScFormulaCell::IsMultilineResult()
bool
ScFormulaCell
::
NeedsInterpret
()
const
bool
ScFormulaCell
::
NeedsInterpret
()
const
{
{
if
(
mxGroup
&&
mxGroup
->
meKernelState
==
sc
::
OpenCLKernelCompilationScheduled
)
return
false
;
if
(
!
IsDirtyOrInTableOpDirty
())
if
(
!
IsDirtyOrInTableOpDirty
())
return
false
;
return
false
;
...
...
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