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
368d3aba
Kaydet (Commit)
368d3aba
authored
Şub 26, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code ScDocument::GetCellCount(short, short) const
Change-Id: I63f6bf43dade896858a78414beaafb9792831946
üst
5ecbb39b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
document.hxx
sc/inc/document.hxx
+0
-1
document.cxx
sc/source/core/data/document.cxx
+0
-8
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/inc/document.hxx
Dosyayı görüntüle @
368d3aba
...
...
@@ -452,7 +452,6 @@ public:
bool
IsUsingEmbededFonts
()
{
return
mbUseEmbedFonts
;
}
void
SetIsUsingEmbededFonts
(
bool
bUse
)
{
mbUseEmbedFonts
=
bUse
;
}
SC_DLLPUBLIC
sal_uLong
GetCellCount
()
const
;
// all cells
SCSIZE
GetCellCount
(
SCTAB
nTab
,
SCCOL
nCol
)
const
;
sal_uLong
GetCodeCount
()
const
;
// RPN-Code in formulas
DECL_LINK
(
GetUserDefinedColor
,
sal_uInt16
*
);
// number formatter
...
...
sc/source/core/data/document.cxx
Dosyayı görüntüle @
368d3aba
...
...
@@ -5760,14 +5760,6 @@ sal_uLong ScDocument::GetCellCount() const
return nCellCount;
}
SCSIZE
ScDocument
::
GetCellCount
(
SCTAB
nTab
,
SCCOL
nCol
)
const
{
if
(
!
ValidTab
(
nTab
)
||
nTab
>=
static_cast
<
SCTAB
>
(
maTabs
.
size
())
||
!
maTabs
[
nTab
])
return
0
;
return
maTabs
[
nTab
]
->
GetCellCount
(
nCol
);
}
sal_uLong ScDocument::GetCodeCount() const
{
sal_uLong nCodeCount = 0;
...
...
unusedcode.easy
Dosyayı görüntüle @
368d3aba
...
...
@@ -75,7 +75,6 @@ ScComplexRefData::IsDeleted() const
ScDBQueryDataIterator::DataAccessInternal::setPos(unsigned long)
ScDPFilteredCache::SingleFilter::getMatchValue() const
ScDocument::CreateFormatTable() const
ScDocument::GetCellCount(short, short) const
ScExtIButton::GetSelected() const
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
...
...
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