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
9bfbaa58
Kaydet (Commit)
9bfbaa58
authored
Şub 25, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code ScFormulaCell::HasColRowName()
Change-Id: I907492e1385f76d27cc8559d599f518d3b91f75d
üst
d7f3dced
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
formulacell.hxx
sc/inc/formulacell.hxx
+0
-1
formulacell.cxx
sc/source/core/data/formulacell.cxx
+0
-6
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/inc/formulacell.hxx
Dosyayı görüntüle @
9bfbaa58
...
@@ -241,7 +241,6 @@ public:
...
@@ -241,7 +241,6 @@ public:
*/
*/
bool
HasRefListExpressibleAsOneReference
(
ScRange
&
rRange
)
const
;
bool
HasRefListExpressibleAsOneReference
(
ScRange
&
rRange
)
const
;
bool
HasRelNameReference
()
const
;
bool
HasRelNameReference
()
const
;
bool
HasColRowName
()
const
;
bool
UpdateReference
(
bool
UpdateReference
(
const
sc
::
RefUpdateContext
&
rCxt
,
ScDocument
*
pUndoDoc
=
NULL
,
const
ScAddress
*
pUndoCellPos
=
NULL
);
const
sc
::
RefUpdateContext
&
rCxt
,
ScDocument
*
pUndoDoc
=
NULL
,
const
ScAddress
*
pUndoCellPos
=
NULL
);
...
...
sc/source/core/data/formulacell.cxx
Dosyayı görüntüle @
9bfbaa58
...
@@ -2442,12 +2442,6 @@ bool ScFormulaCell::HasRelNameReference() const
...
@@ -2442,12 +2442,6 @@ bool ScFormulaCell::HasRelNameReference() const
return
false
;
return
false
;
}
}
bool
ScFormulaCell
::
HasColRowName
()
const
{
pCode
->
Reset
();
return
(
pCode
->
GetNextColRowName
()
!=
NULL
);
}
bool
ScFormulaCell
::
UpdatePosOnShift
(
const
sc
::
RefUpdateContext
&
rCxt
)
bool
ScFormulaCell
::
UpdatePosOnShift
(
const
sc
::
RefUpdateContext
&
rCxt
)
{
{
if
(
rCxt
.
meMode
!=
URM_INSDEL
)
if
(
rCxt
.
meMode
!=
URM_INSDEL
)
...
...
unusedcode.easy
Dosyayı görüntüle @
9bfbaa58
...
@@ -83,7 +83,6 @@ ScDocument::IsEmptyData(short, short) const
...
@@ -83,7 +83,6 @@ ScDocument::IsEmptyData(short, short) const
ScDocument::RebuildFormulaGroups()
ScDocument::RebuildFormulaGroups()
ScExtIButton::GetSelected() const
ScExtIButton::GetSelected() const
ScFlatBoolRowSegments::getValue(int)
ScFlatBoolRowSegments::getValue(int)
ScFormulaCell::HasColRowName() const
ScGlobal::GetStandardFormat(double, SvNumberFormatter&, unsigned long, short)
ScGlobal::GetStandardFormat(double, SvNumberFormatter&, unsigned long, short)
ScGridWindow::HasScenarioRange(unsigned short, int, ScRange&)
ScGridWindow::HasScenarioRange(unsigned short, int, ScRange&)
ScMyNotEmptyCellsIterator::GetCell() const
ScMyNotEmptyCellsIterator::GetCell() 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