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
6374c592
Kaydet (Commit)
6374c592
authored
Şub 26, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code ScColorScaleEntry::UpdateMoveTab(short, short, short)
Change-Id: I32437bb06dc5fd1522361d9591f470d00bb96d77
üst
2d257fa7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
colorscale.hxx
sc/inc/colorscale.hxx
+0
-1
colorscale.cxx
sc/source/core/data/colorscale.cxx
+0
-10
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/inc/colorscale.hxx
Dosyayı görüntüle @
6374c592
...
...
@@ -68,7 +68,6 @@ public:
void
SetFormula
(
const
OUString
&
rFormula
,
ScDocument
*
pDoc
,
const
ScAddress
&
rAddr
,
formula
::
FormulaGrammar
::
Grammar
eGrammar
=
formula
::
FormulaGrammar
::
GRAM_DEFAULT
);
void
UpdateMoveTab
(
SCTAB
nOldTab
,
SCTAB
nNewTab
,
SCTAB
nTabNo
);
void
UpdateReference
(
sc
::
RefUpdateContext
&
rCxt
);
void
UpdateInsertTab
(
sc
::
RefUpdateInsertTabContext
&
rCxt
);
void
UpdateDeleteTab
(
sc
::
RefUpdateDeleteTabContext
&
rCxt
);
...
...
sc/source/core/data/colorscale.cxx
Dosyayı görüntüle @
6374c592
...
...
@@ -235,16 +235,6 @@ void ScColorScaleEntry::SetValue(double nValue)
mpCell
.
reset
();
}
void
ScColorScaleEntry
::
UpdateMoveTab
(
SCTAB
nOldTab
,
SCTAB
nNewTab
,
SCTAB
nTabNo
)
{
if
(
mpCell
)
{
sc
::
RefUpdateMoveTabContext
aCxt
(
nOldTab
,
nNewTab
);
mpCell
->
UpdateMoveTab
(
aCxt
,
nTabNo
);
mpListener
.
reset
(
new
ScFormulaListener
(
mpCell
.
get
()));
}
}
void
ScColorScaleEntry
::
UpdateReference
(
sc
::
RefUpdateContext
&
rCxt
)
{
if
(
!
mpCell
)
...
...
unusedcode.easy
Dosyayı görüntüle @
6374c592
...
...
@@ -67,7 +67,6 @@ ScCellValue::hasNumeric() const
ScCellValue::hasString() const
ScCellValue::set(ScFormulaCell const&)
ScCollection::IndexOf(ScDataObject*) const
ScColorScaleEntry::UpdateMoveTab(short, short, short)
ScDocument::CreateFormatTable() const
ScExtIButton::GetSelected() const
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
...
...
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