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
a8a35602
Kaydet (Commit)
a8a35602
authored
Şub 21, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code SvTreeListBox::SearchEntryText(SvTreeListEntry*)
Change-Id: I18d76de5e3280e7efb4dd75bcd5bf819064176e3
üst
f45ff6b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
23 deletions
+0
-23
treelistbox.hxx
include/svtools/treelistbox.hxx
+0
-1
treelistbox.cxx
svtools/source/contnr/treelistbox.cxx
+0
-21
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
include/svtools/treelistbox.hxx
Dosyayı görüntüle @
a8a35602
...
@@ -658,7 +658,6 @@ public:
...
@@ -658,7 +658,6 @@ public:
void
SetCollapsedEntryBmp
(
SvTreeListEntry
*
_pEntry
,
const
Image
&
_rImage
);
void
SetCollapsedEntryBmp
(
SvTreeListEntry
*
_pEntry
,
const
Image
&
_rImage
);
virtual
OUString
GetEntryText
(
SvTreeListEntry
*
pEntry
)
const
;
virtual
OUString
GetEntryText
(
SvTreeListEntry
*
pEntry
)
const
;
OUString
SearchEntryText
(
SvTreeListEntry
*
pEntry
)
const
;
const
Image
&
GetExpandedEntryBmp
(
const
SvTreeListEntry
*
_pEntry
)
const
;
const
Image
&
GetExpandedEntryBmp
(
const
SvTreeListEntry
*
_pEntry
)
const
;
const
Image
&
GetCollapsedEntryBmp
(
const
SvTreeListEntry
*
_pEntry
)
const
;
const
Image
&
GetCollapsedEntryBmp
(
const
SvTreeListEntry
*
_pEntry
)
const
;
...
...
svtools/source/contnr/treelistbox.cxx
Dosyayı görüntüle @
a8a35602
...
@@ -1855,27 +1855,6 @@ OUString SvTreeListBox::GetEntryText(SvTreeListEntry* pEntry) const
...
@@ -1855,27 +1855,6 @@ OUString SvTreeListBox::GetEntryText(SvTreeListEntry* pEntry) const
return
pItem
->
GetText
();
return
pItem
->
GetText
();
}
}
OUString
SvTreeListBox
::
SearchEntryText
(
SvTreeListEntry
*
pEntry
)
const
{
DBG_CHKTHIS
(
SvTreeListBox
,
0
);
DBG_ASSERT
(
pEntry
,
"SvTreeListBox::SearchEntryText(): no entry"
);
OUString
sRet
;
sal_uInt16
nCount
=
pEntry
->
ItemCount
();
sal_uInt16
nCur
=
0
;
SvLBoxItem
*
pItem
;
while
(
nCur
<
nCount
)
{
pItem
=
pEntry
->
GetItem
(
nCur
);
if
(
pItem
->
GetType
()
==
SV_ITEM_ID_LBOXSTRING
&&
!
static_cast
<
const
SvLBoxString
*>
(
pItem
)
->
GetText
().
isEmpty
())
{
sRet
=
static_cast
<
const
SvLBoxString
*>
(
pItem
)
->
GetText
();
break
;
}
nCur
++
;
}
return
sRet
;
}
const
Image
&
SvTreeListBox
::
GetExpandedEntryBmp
(
const
SvTreeListEntry
*
pEntry
)
const
const
Image
&
SvTreeListBox
::
GetExpandedEntryBmp
(
const
SvTreeListEntry
*
pEntry
)
const
{
{
DBG_CHKTHIS
(
SvTreeListBox
,
0
);
DBG_CHKTHIS
(
SvTreeListBox
,
0
);
...
...
unusedcode.easy
Dosyayı görüntüle @
a8a35602
...
@@ -119,7 +119,6 @@ SmFontPickList::Contains(Font const&) const
...
@@ -119,7 +119,6 @@ SmFontPickList::Contains(Font const&) const
SmParser::Insert(rtl::OUString const&, int)
SmParser::Insert(rtl::OUString const&, int)
SotFactory::Find(SvGlobalName const&)
SotFactory::Find(SvGlobalName const&)
SvStream::WriteUCharPtr(unsigned char const*)
SvStream::WriteUCharPtr(unsigned char const*)
SvTreeListBox::SearchEntryText(SvTreeListEntry*) const
SvViewDataEntry::SetObjectSelected(bool)
SvViewDataEntry::SetObjectSelected(bool)
SvdProgressInfo::ReportError()
SvdProgressInfo::ReportError()
SvpSalInstance::PostedEventsInQueue()
SvpSalInstance::PostedEventsInQueue()
...
...
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