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
8a10f9e3
Kaydet (Commit)
8a10f9e3
authored
Mar 12, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Kohei Yoshida
Mar 12, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code in dpitemdata
üst
6f7bf17e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
dpitemdata.hxx
sc/inc/dpitemdata.hxx
+0
-2
dpitemdata.cxx
sc/source/core/data/dpitemdata.cxx
+0
-11
unusedcode.easy
unusedcode.easy
+0
-2
No files found.
sc/inc/dpitemdata.hxx
Dosyayı görüntüle @
8a10f9e3
...
...
@@ -79,7 +79,6 @@ public:
ScDPItemData
();
ScDPItemData
(
const
ScDPItemData
&
r
);
ScDPItemData
(
const
rtl
::
OUString
&
rStr
);
ScDPItemData
(
double
fVal
);
ScDPItemData
(
sal_Int32
nGroupType
,
sal_Int32
nValue
);
~
ScDPItemData
();
...
...
@@ -89,7 +88,6 @@ public:
void
SetRangeStart
(
double
fVal
);
void
SetRangeFirst
();
void
SetRangeLast
();
void
SetGroupValue
(
sal_Int32
nGroupType
,
sal_Int32
nValue
);
void
SetErrorString
(
const
rtl
::
OUString
&
rS
);
bool
IsCaseInsEqual
(
const
ScDPItemData
&
r
)
const
;
...
...
sc/source/core/data/dpitemdata.cxx
Dosyayı görüntüle @
8a10f9e3
...
...
@@ -112,9 +112,6 @@ void ScDPItemData::DisposeString()
ScDPItemData
::
ScDPItemData
(
const
rtl
::
OUString
&
rStr
)
:
mpString
(
new
rtl
::
OUString
(
rStr
)),
meType
(
String
)
{}
ScDPItemData
::
ScDPItemData
(
double
fVal
)
:
mfValue
(
fVal
),
meType
(
Value
)
{}
ScDPItemData
::
ScDPItemData
(
sal_Int32
nGroupType
,
sal_Int32
nValue
)
:
meType
(
GroupValue
)
{
...
...
@@ -167,14 +164,6 @@ void ScDPItemData::SetRangeLast()
meType
=
RangeStart
;
}
void
ScDPItemData
::
SetGroupValue
(
sal_Int32
nGroupType
,
sal_Int32
nValue
)
{
DisposeString
();
maGroupValue
.
mnGroupType
=
nGroupType
;
maGroupValue
.
mnValue
=
nValue
;
meType
=
GroupValue
;
}
void
ScDPItemData
::
SetErrorString
(
const
rtl
::
OUString
&
rS
)
{
SetString
(
rS
);
...
...
unusedcode.easy
Dosyayı görüntüle @
8a10f9e3
...
...
@@ -72,8 +72,6 @@ ScConditionalFormats_Impl::Remove(unsigned short, unsigned short)
ScCsvControl::ScCsvControl(Window*, ScCsvLayoutData const&, long)
ScDBCollection::AnonDBs::erase(boost::void_ptr_iterator<__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<void**, std::__cxx1998::vector<void*, std::allocator<void*> > >, std::__debug::vector<void*, std::allocator<void*> > >, ScDBData>)
ScDBCollection::AnonDBs::size() const
ScDPItemData::ScDPItemData(double)
ScDPItemData::SetGroupValue(int, int)
ScDPLabelData::ScDPLabelData(rtl::OUString const&, short, bool)
ScDocRowHeightUpdater::TabRanges::TabRanges()
ScFilterDetect::impl_createFactory(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> 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