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
6a30f2a3
Kaydet (Commit)
6a30f2a3
authored
Nis 01, 2010
tarafından
Vladimir Glazunov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i10000# some catch-up fixes
üst
56357e8a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
dptablecache.hxx
sc/inc/dptablecache.hxx
+2
-0
dpcachetable.cxx
sc/source/core/data/dpcachetable.cxx
+1
-1
dptablecache.cxx
sc/source/core/data/dptablecache.cxx
+1
-0
scdpoutputimpl.cxx
sc/source/core/data/scdpoutputimpl.cxx
+1
-1
No files found.
sc/inc/dptablecache.hxx
Dosyayı görüntüle @
6a30f2a3
...
@@ -47,6 +47,8 @@
...
@@ -47,6 +47,8 @@
class
ScDPTableDataCache
;
class
ScDPTableDataCache
;
class
TypedStrData
;
class
TypedStrData
;
struct
ScQueryParam
;
// --------------------------------------------------------------------
// --------------------------------------------------------------------
//
//
// base class ScDPTableData to allow implementation with tabular data
// base class ScDPTableData to allow implementation with tabular data
...
...
sc/source/core/data/dpcachetable.cxx
Dosyayı görüntüle @
6a30f2a3
...
@@ -214,7 +214,7 @@ void ScDPCacheTable::fillTable( const ScQueryParam& rQuery, BOOL* pSpecial,
...
@@ -214,7 +214,7 @@ void ScDPCacheTable::fillTable( const ScQueryParam& rQuery, BOOL* pSpecial,
// during this call, for this method may be called from the interpretation
// during this call, for this method may be called from the interpretation
// of GETPIVOTDATA, which disables nested formula interpretation without
// of GETPIVOTDATA, which disables nested formula interpretation without
// increasing the macro level.
// increasing the macro level.
MacroInterpretIncrementer
aMacroInc
(
pDoc
);
MacroInterpretIncrementer
aMacroInc
(
GetCache
()
->
GetDoc
()
);
if
(
mpCache
==
NULL
)
if
(
mpCache
==
NULL
)
InitNoneCache
(
NULL
);
InitNoneCache
(
NULL
);
...
...
sc/source/core/data/dptablecache.cxx
Dosyayı görüntüle @
6a30f2a3
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
#include "globstr.hrc"
#include "globstr.hrc"
#include <rtl/math.hxx>
#include <rtl/math.hxx>
#include "queryparam.hxx"
#include "dpglobal.hxx"
#include "dpglobal.hxx"
#include "docoptio.hxx" //for ValidQuery
#include "docoptio.hxx" //for ValidQuery
...
...
sc/source/core/data/scdpoutputimpl.cxx
Dosyayı görüntüle @
6a30f2a3
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
// INCLUDE ---------------------------------------------------------------
// INCLUDE ---------------------------------------------------------------
#include "scdpoutputimpl.hxx"
#include "scdpoutputimpl.hxx"
#include "scitems.hxx"
#include "scitems.hxx"
#include <
svx
/boxitem.hxx>
#include <
editeng
/boxitem.hxx>
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
namespace
namespace
...
...
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