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
884d5381
Kaydet (Commit)
884d5381
authored
Eyl 03, 2015
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused ScDocument::RefreshTableColumnNames(const ScRange&)
Change-Id: Ia3d09478b31503eb6ab9e352b2925bc1b496a8e3
üst
1873563b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
document.hxx
sc/inc/document.hxx
+0
-1
documen3.cxx
sc/source/core/data/documen3.cxx
+0
-6
No files found.
sc/inc/document.hxx
Dosyayı görüntüle @
884d5381
...
@@ -570,7 +570,6 @@ public:
...
@@ -570,7 +570,6 @@ public:
ScDBData
*
GetDBAtCursor
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
ScDBDataPortion
ePortion
);
ScDBData
*
GetDBAtCursor
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
ScDBDataPortion
ePortion
);
const
ScDBData
*
GetDBAtArea
(
SCTAB
nTab
,
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol2
,
SCROW
nRow2
)
const
;
const
ScDBData
*
GetDBAtArea
(
SCTAB
nTab
,
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol2
,
SCROW
nRow2
)
const
;
ScDBData
*
GetDBAtArea
(
SCTAB
nTab
,
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol2
,
SCROW
nRow2
);
ScDBData
*
GetDBAtArea
(
SCTAB
nTab
,
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol2
,
SCROW
nRow2
);
void
RefreshTableColumnNames
(
const
ScRange
&
rRange
);
SC_DLLPUBLIC
const
ScRangeData
*
GetRangeAtBlock
(
const
ScRange
&
rBlock
,
OUString
*
pName
=
NULL
)
const
;
SC_DLLPUBLIC
const
ScRangeData
*
GetRangeAtBlock
(
const
ScRange
&
rBlock
,
OUString
*
pName
=
NULL
)
const
;
...
...
sc/source/core/data/documen3.cxx
Dosyayı görüntüle @
884d5381
...
@@ -313,12 +313,6 @@ ScDBData* ScDocument::GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nC
...
@@ -313,12 +313,6 @@ ScDBData* ScDocument::GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nC
return
NULL
;
return
NULL
;
}
}
void
ScDocument
::
RefreshTableColumnNames
(
const
ScRange
&
rRange
)
{
if
(
pDBCollection
)
pDBCollection
->
RefreshTableColumnNames
(
rRange
);
}
bool
ScDocument
::
HasPivotTable
()
const
bool
ScDocument
::
HasPivotTable
()
const
{
{
return
pDPCollection
&&
pDPCollection
->
GetCount
();
return
pDPCollection
&&
pDPCollection
->
GetCount
();
...
...
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