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
a51488cb
Kaydet (Commit)
a51488cb
authored
Eki 13, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unused code and drop freshly unused methods
Change-Id: I8b1c0cc4a1af259e39578c36bace126c35337ecd
üst
f1b6058a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
20 deletions
+0
-20
treelistbox.hxx
svtools/inc/svtools/treelistbox.hxx
+0
-2
treelistbox.cxx
svtools/source/contnr/treelistbox.cxx
+0
-17
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
svtools/inc/svtools/treelistbox.hxx
Dosyayı görüntüle @
a51488cb
...
...
@@ -639,8 +639,6 @@ protected:
void
EditItemText
(
SvLBoxEntry
*
pEntry
,
SvLBoxString
*
pItem
,
const
Selection
&
);
void
EditedText
(
const
XubString
&
);
void
EditingRequest
(
SvLBoxEntry
*
pEntry
,
SvLBoxItem
*
pItem
,
const
Point
&
rMousePos
);
// berechnet abhaengig von TreeList-Style & Bitmap-Groessen
// alle Tabulatoren neu; wird beim Einfuegen/Austauschen von
...
...
svtools/source/contnr/treelistbox.cxx
Dosyayı görüntüle @
a51488cb
...
...
@@ -2950,23 +2950,6 @@ void SvTreeListBox::EditedText( const XubString& rStr )
}
}
void
SvTreeListBox
::
EditingRequest
(
SvLBoxEntry
*
pEntry
,
SvLBoxItem
*
pItem
,
const
Point
&
)
{
DBG_CHKTHIS
(
SvTreeListBox
,
0
);
if
(
IsEditingActive
()
)
EndEditing
();
if
(
pItem
->
IsA
()
==
SV_ITEM_ID_LBOXSTRING
)
{
Selection
aSel
(
SELECTION_MIN
,
SELECTION_MAX
);
if
(
EditingEntry
(
pEntry
,
aSel
)
)
{
SelectAll
(
sal_False
);
EditItemText
(
pEntry
,
(
SvLBoxString
*
)
pItem
,
aSel
);
}
}
}
SvLBoxEntry
*
SvTreeListBox
::
GetDropTarget
(
const
Point
&
rPos
)
{
DBG_CHKTHIS
(
SvTreeListBox
,
0
);
...
...
unusedcode.easy
Dosyayı görüntüle @
a51488cb
...
...
@@ -2,7 +2,6 @@ FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float
RelatedMultipart::getIds()
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
ScCTB::ScCTB()
ScCondFormatHelper::GetExpression(ScCondFormatEntryType, int)
ScCondFormatItem::ScCondFormatItem(unsigned int)
ScConditionalFormat::dumpInfo(rtl::OUStringBuffer&) const
ScDataBarSettingsDlg::ScDataBarSettingsDlg(Window*, ScDocument*, ScAddress 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