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
b709688c
Kaydet (Commit)
b709688c
authored
Şub 26, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused data ScComplexRefData::IsDeleted()
Change-Id: I06d44a709f18b457c3d3381e2c6f4636fbffd4f0
üst
297c4d40
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
refdata.hxx
sc/inc/refdata.hxx
+0
-1
refdata.cxx
sc/source/core/tool/refdata.cxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/inc/refdata.hxx
Dosyayı görüntüle @
b709688c
...
@@ -135,7 +135,6 @@ struct ScComplexRefData
...
@@ -135,7 +135,6 @@ struct ScComplexRefData
Ref2
.
InitAddress
(
nCol2
,
nRow2
,
nTab2
);
Ref2
.
InitAddress
(
nCol2
,
nRow2
,
nTab2
);
}
}
bool
IsDeleted
()
const
;
bool
Valid
()
const
;
bool
Valid
()
const
;
/** In external references nTab is -1 for the start tab and -1 for the end
/** In external references nTab is -1 for the start tab and -1 for the end
...
...
sc/source/core/tool/refdata.cxx
Dosyayı görüntüle @
b709688c
...
@@ -311,11 +311,6 @@ ScComplexRefData& ScComplexRefData::Extend( const ScComplexRefData & rRef, const
...
@@ -311,11 +311,6 @@ ScComplexRefData& ScComplexRefData::Extend( const ScComplexRefData & rRef, const
return
Extend
(
rRef
.
Ref1
,
rPos
).
Extend
(
rRef
.
Ref2
,
rPos
);
return
Extend
(
rRef
.
Ref1
,
rPos
).
Extend
(
rRef
.
Ref2
,
rPos
);
}
}
bool
ScComplexRefData
::
IsDeleted
()
const
{
return
Ref1
.
IsDeleted
()
||
Ref2
.
IsDeleted
();
}
bool
ScComplexRefData
::
Valid
()
const
bool
ScComplexRefData
::
Valid
()
const
{
{
return
Ref1
.
Valid
()
&&
Ref2
.
Valid
();
return
Ref1
.
Valid
()
&&
Ref2
.
Valid
();
...
...
unusedcode.easy
Dosyayı görüntüle @
b709688c
...
@@ -71,7 +71,6 @@ ScColorScaleEntry::UpdateMoveTab(short, short, short)
...
@@ -71,7 +71,6 @@ ScColorScaleEntry::UpdateMoveTab(short, short, short)
ScColumn::DeleteCellNote(int)
ScColumn::DeleteCellNote(int)
ScColumn::MoveListeners(SvtBroadcaster&, int)
ScColumn::MoveListeners(SvtBroadcaster&, int)
ScColumn::SetRawString(sc::ColumnBlockPosition&, int, rtl::OUString const&, bool)
ScColumn::SetRawString(sc::ColumnBlockPosition&, int, rtl::OUString const&, bool)
ScComplexRefData::IsDeleted() const
ScDocument::CreateFormatTable() const
ScDocument::CreateFormatTable() const
ScExtIButton::GetSelected() const
ScExtIButton::GetSelected() const
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
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