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
64c6b0ed
Kaydet (Commit)
64c6b0ed
authored
Eyl 08, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
USE_MEMPOOL is not defined anywhere
Change-Id: I4d3c87aac31c6690cd061ce41e7efae113055c12
üst
c542679e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
formulacell.hxx
sc/inc/formulacell.hxx
+0
-4
formulacell.cxx
sc/source/core/data/formulacell.cxx
+0
-4
No files found.
sc/inc/formulacell.hxx
Dosyayı görüntüle @
64c6b0ed
...
...
@@ -164,10 +164,6 @@ public:
enum
CompareState
{
NotEqual
=
0
,
EqualInvariant
,
EqualRelativeRef
};
#ifdef USE_MEMPOOL
DECL_FIXEDMEMPOOL_NEWDEL
(
ScFormulaCell
)
#endif
ScAddress
aPos
;
virtual
~
ScFormulaCell
();
...
...
sc/source/core/data/formulacell.cxx
Dosyayı görüntüle @
64c6b0ed
...
...
@@ -66,10 +66,6 @@
using
namespace
formula
;
#ifdef USE_MEMPOOL
IMPL_FIXEDMEMPOOL_NEWDEL
(
ScFormulaCell
)
#endif
#define DEBUG_CALCULATION 0
#if DEBUG_CALCULATION
static
ScAddress
aDebugCalculationTriggerAddress
(
1
,
2
,
0
);
// Sheet1.B3, whatever you like
...
...
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