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
1c5797b1
Kaydet (Commit)
1c5797b1
authored
Şub 26, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code ScRefreshTimer::StartRefreshTimer()
Change-Id: If96e0de72338aabfb2c4db04fba8f524d48a1d5c
üst
a7672907
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
refreshtimer.hxx
sc/inc/refreshtimer.hxx
+0
-1
refreshtimer.cxx
sc/source/core/tool/refreshtimer.cxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/inc/refreshtimer.hxx
Dosyayı görüntüle @
1c5797b1
...
@@ -50,7 +50,6 @@ public:
...
@@ -50,7 +50,6 @@ public:
bool
operator
==
(
const
ScRefreshTimer
&
r
)
const
;
bool
operator
==
(
const
ScRefreshTimer
&
r
)
const
;
bool
operator
!=
(
const
ScRefreshTimer
&
r
)
const
;
bool
operator
!=
(
const
ScRefreshTimer
&
r
)
const
;
void
StartRefreshTimer
();
void
SetRefreshControl
(
ScRefreshTimerControl
*
const
*
pp
);
void
SetRefreshControl
(
ScRefreshTimerControl
*
const
*
pp
);
void
SetRefreshHandler
(
const
Link
&
rLink
);
void
SetRefreshHandler
(
const
Link
&
rLink
);
sal_uLong
GetRefreshDelay
()
const
;
sal_uLong
GetRefreshDelay
()
const
;
...
...
sc/source/core/tool/refreshtimer.cxx
Dosyayı görüntüle @
1c5797b1
...
@@ -84,11 +84,6 @@ bool ScRefreshTimer::operator!=( const ScRefreshTimer& r ) const
...
@@ -84,11 +84,6 @@ bool ScRefreshTimer::operator!=( const ScRefreshTimer& r ) const
return
!
ScRefreshTimer
::
operator
==
(
r
);
return
!
ScRefreshTimer
::
operator
==
(
r
);
}
}
void
ScRefreshTimer
::
StartRefreshTimer
()
{
Start
();
}
void
ScRefreshTimer
::
SetRefreshControl
(
ScRefreshTimerControl
*
const
*
pp
)
void
ScRefreshTimer
::
SetRefreshControl
(
ScRefreshTimerControl
*
const
*
pp
)
{
{
ppControl
=
pp
;
ppControl
=
pp
;
...
...
unusedcode.easy
Dosyayı görüntüle @
1c5797b1
...
@@ -83,7 +83,6 @@ ScGridWindow::HasScenarioRange(unsigned short, int, ScRange&)
...
@@ -83,7 +83,6 @@ ScGridWindow::HasScenarioRange(unsigned short, int, ScRange&)
ScMyNotEmptyCellsIterator::GetCell() const
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
ScRefreshTimer::StartRefreshTimer()
ScTabViewShell::GetForms() const
ScTabViewShell::GetForms() const
ScTable::GetNote(short, int)
ScTable::GetNote(short, int)
ScTable::SetRawString(short, int, rtl::OUString const&)
ScTable::SetRawString(short, int, rtl::OUString 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