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
dd2230c9
Kaydet (Commit)
dd2230c9
authored
Nis 21, 2012
tarafından
Ferran Vidal
Kaydeden (comit)
Caolán McNamara
Nis 21, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code from "Spreadsheet application code"
üst
9fda7a91
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
cell.hxx
sc/inc/cell.hxx
+0
-1
cell.cxx
sc/source/core/data/cell.cxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/inc/cell.hxx
Dosyayı görüntüle @
dd2230c9
...
...
@@ -207,7 +207,6 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL
(
ScStringCell
)
#endif
ScStringCell
();
explicit
ScStringCell
(
const
rtl
::
OUString
&
rString
);
#if OSL_DEBUG_LEVEL > 0
...
...
sc/source/core/data/cell.cxx
Dosyayı görüntüle @
dd2230c9
...
...
@@ -657,11 +657,6 @@ ScValueCell::~ScValueCell()
// ============================================================================
ScStringCell
::
ScStringCell
()
:
ScBaseCell
(
CELLTYPE_STRING
)
{
}
ScStringCell
::
ScStringCell
(
const
rtl
::
OUString
&
rString
)
:
ScBaseCell
(
CELLTYPE_STRING
),
maString
(
rString
.
intern
()
)
...
...
unusedcode.easy
Dosyayı görüntüle @
dd2230c9
...
...
@@ -86,7 +86,6 @@ ScRTFColTwips_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(un
ScRangeData::ReplaceRangeNamesInUse(std::__debug::map<unsigned short, unsigned short, std::less<unsigned short>, std::allocator<std::pair<unsigned short const, unsigned short> > > const&)
ScRangeData::ScRangeData(unsigned short)
ScSimpleRangeList::Range::contains(ScSimpleRangeList::Range const&) const
ScStringCell::ScStringCell()
ScTable::ReplaceRangeNamesInUse(short, int, short, int, std::__debug::map<unsigned short, unsigned short, std::less<unsigned short>, std::allocator<std::pair<unsigned short const, unsigned short> > > const&)
ScTypedStrData::GetValue() const
ScValidationEntries_Impl::Insert(ScValidationData* const&, unsigned short&)
...
...
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