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
7ae43cdd
Kaydet (Commit)
7ae43cdd
authored
Haz 27, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Turn off column debug and remove warnings.
Change-Id: Ic7dd79c1e420e87dcaff4126d60763ff8cbe9344
üst
d6824709
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mtvelements.hxx
sc/inc/mtvelements.hxx
+1
-1
column2.cxx
sc/source/core/data/column2.cxx
+3
-3
No files found.
sc/inc/mtvelements.hxx
Dosyayı görüntüle @
7ae43cdd
...
...
@@ -15,7 +15,7 @@
#include "svl/broadcast.hxx"
#include "editeng/editobj.hxx"
#define DEBUG_COLUMN_STORAGE
1
#define DEBUG_COLUMN_STORAGE
0
#if DEBUG_COLUMN_STORAGE
#ifdef NDEBUG
...
...
sc/source/core/data/column2.cxx
Dosyayı görüntüle @
7ae43cdd
...
...
@@ -1532,15 +1532,15 @@ void ScColumn::RegroupFormulaCells()
{
}
void
ScColumn
::
RegroupFormulaCells
(
SCROW
nRow
)
void
ScColumn
::
RegroupFormulaCells
(
SCROW
/*nRow*/
)
{
}
void
ScColumn
::
RegroupFormulaCells
(
SCROW
nRow1
,
SCROW
nRow2
)
void
ScColumn
::
RegroupFormulaCells
(
SCROW
/*nRow1*/
,
SCROW
/*nRow2*/
)
{
}
void
ScColumn
::
FormulaCellsUndecided
(
SCROW
nRow1
,
SCROW
nRow2
)
void
ScColumn
::
FormulaCellsUndecided
(
SCROW
/*nRow1*/
,
SCROW
/*nRow2*/
)
{
}
...
...
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