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
8987cea5
Kaydet (Commit)
8987cea5
authored
Nis 15, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CID#1202917 removed unused member variable nMaxTableNumber
Change-Id: Ic06e8b7b0eb5f10a76be32ca4aff467f8acd5b8f
üst
95c80271
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
document.hxx
sc/inc/document.hxx
+0
-2
No files found.
sc/inc/document.hxx
Dosyayı görüntüle @
8987cea5
...
@@ -374,7 +374,6 @@ private:
...
@@ -374,7 +374,6 @@ private:
sal_uInt16
nInterpretLevel
;
// >0 if in interpreter
sal_uInt16
nInterpretLevel
;
// >0 if in interpreter
sal_uInt16
nMacroInterpretLevel
;
// >0 if macro in interpreter
sal_uInt16
nMacroInterpretLevel
;
// >0 if macro in interpreter
sal_uInt16
nInterpreterTableOpLevel
;
// >0 if in interpreter TableOp
sal_uInt16
nInterpreterTableOpLevel
;
// >0 if in interpreter TableOp
SCTAB
nMaxTableNumber
;
sal_uInt16
nSrcVer
;
// file version (load/save)
sal_uInt16
nSrcVer
;
// file version (load/save)
SCROW
nSrcMaxRow
;
// number of lines to load/save
SCROW
nSrcMaxRow
;
// number of lines to load/save
sal_uInt16
nFormulaTrackCount
;
sal_uInt16
nFormulaTrackCount
;
...
@@ -538,7 +537,6 @@ public:
...
@@ -538,7 +537,6 @@ public:
bool
InsertNewRangeName
(
const
OUString
&
rName
,
const
ScAddress
&
rPos
,
const
OUString
&
rExpr
);
bool
InsertNewRangeName
(
const
OUString
&
rName
,
const
ScAddress
&
rPos
,
const
OUString
&
rExpr
);
SCTAB
GetMaxTableNumber
()
{
return
static_cast
<
SCTAB
>
(
maTabs
.
size
())
-
1
;
}
SCTAB
GetMaxTableNumber
()
{
return
static_cast
<
SCTAB
>
(
maTabs
.
size
())
-
1
;
}
void
SetMaxTableNumber
(
SCTAB
nNumber
)
{
nMaxTableNumber
=
nNumber
;
}
ScRangePairList
*
GetColNameRanges
()
{
return
&
xColNameRanges
;
}
ScRangePairList
*
GetColNameRanges
()
{
return
&
xColNameRanges
;
}
ScRangePairList
*
GetRowNameRanges
()
{
return
&
xRowNameRanges
;
}
ScRangePairList
*
GetRowNameRanges
()
{
return
&
xRowNameRanges
;
}
...
...
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