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
b28e4351
Kaydet (Commit)
b28e4351
authored
Şub 26, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code ScTable::GetNote(short, int)
Change-Id: Iad250b204423b897d903053b3ea4c63c01837e79
üst
45730466
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
table.hxx
sc/inc/table.hxx
+0
-2
table2.cxx
sc/source/core/data/table2.cxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/inc/table.hxx
Dosyayı görüntüle @
b28e4351
...
@@ -384,8 +384,6 @@ public:
...
@@ -384,8 +384,6 @@ public:
void
GetFirstDataPos
(
SCCOL
&
rCol
,
SCROW
&
rRow
)
const
;
void
GetFirstDataPos
(
SCCOL
&
rCol
,
SCROW
&
rRow
)
const
;
void
GetLastDataPos
(
SCCOL
&
rCol
,
SCROW
&
rRow
)
const
;
void
GetLastDataPos
(
SCCOL
&
rCol
,
SCROW
&
rRow
)
const
;
ScPostIt
*
GetNote
(
const
SCCOL
nCol
,
const
SCROW
nRow
);
ScPostIt
*
ReleaseNote
(
SCCOL
nCol
,
SCROW
nRow
);
ScPostIt
*
ReleaseNote
(
SCCOL
nCol
,
SCROW
nRow
);
size_t
GetNoteCount
(
SCCOL
nCol
)
const
;
size_t
GetNoteCount
(
SCCOL
nCol
)
const
;
...
...
sc/source/core/data/table2.cxx
Dosyayı görüntüle @
b28e4351
...
@@ -1502,11 +1502,6 @@ ScFormulaCell* ScTable::GetFormulaCell( SCCOL nCol, SCROW nRow )
...
@@ -1502,11 +1502,6 @@ ScFormulaCell* ScTable::GetFormulaCell( SCCOL nCol, SCROW nRow )
return
aCol
[
nCol
].
GetFormulaCell
(
nRow
);
return
aCol
[
nCol
].
GetFormulaCell
(
nRow
);
}
}
ScPostIt
*
ScTable
::
GetNote
(
const
SCCOL
nCol
,
const
SCROW
nRow
)
{
return
pDocument
->
GetNote
(
nCol
,
nRow
,
nTab
);
}
ScPostIt
*
ScTable
::
ReleaseNote
(
SCCOL
nCol
,
SCROW
nRow
)
ScPostIt
*
ScTable
::
ReleaseNote
(
SCCOL
nCol
,
SCROW
nRow
)
{
{
if
(
!
ValidCol
(
nCol
))
if
(
!
ValidCol
(
nCol
))
...
...
unusedcode.easy
Dosyayı görüntüle @
b28e4351
...
@@ -84,7 +84,6 @@ ScMyNotEmptyCellsIterator::GetCell() const
...
@@ -84,7 +84,6 @@ ScMyNotEmptyCellsIterator::GetCell() const
ScRangeStringConverter::GetRangeListFromString(com::sun::star::uno::Sequence<com::sun::star::table::CellRangeAddress>&, rtl::OUString const&, ScDocument const*, formula::FormulaGrammar::AddressConvention, unsigned short, unsigned short)
ScRangeStringConverter::GetRangeListFromString(com::sun::star::uno::Sequence<com::sun::star::table::CellRangeAddress>&, rtl::OUString const&, ScDocument const*, formula::FormulaGrammar::AddressConvention, unsigned short, unsigned short)
ScRefCellValue::commit(ScColumn&, int) const
ScRefCellValue::commit(ScColumn&, int) const
ScTabViewShell::GetForms() const
ScTabViewShell::GetForms() const
ScTable::GetNote(short, int)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
SdrItemBrowser::ForceParent()
SdrItemBrowser::ForceParent()
...
...
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