callcatcher: update unused code and drop freshly unused methods
Change-Id: I8b1c0cc4a1af259e39578c36bace126c35337ecd
This commit is contained in:
@@ -639,8 +639,6 @@ protected:
|
|||||||
void EditItemText( SvLBoxEntry* pEntry, SvLBoxString* pItem,
|
void EditItemText( SvLBoxEntry* pEntry, SvLBoxString* pItem,
|
||||||
const Selection& );
|
const Selection& );
|
||||||
void EditedText( const XubString& );
|
void EditedText( const XubString& );
|
||||||
void EditingRequest( SvLBoxEntry* pEntry, SvLBoxItem* pItem,
|
|
||||||
const Point& rMousePos );
|
|
||||||
|
|
||||||
// berechnet abhaengig von TreeList-Style & Bitmap-Groessen
|
// berechnet abhaengig von TreeList-Style & Bitmap-Groessen
|
||||||
// alle Tabulatoren neu; wird beim Einfuegen/Austauschen von
|
// alle Tabulatoren neu; wird beim Einfuegen/Austauschen von
|
||||||
|
@@ -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 )
|
SvLBoxEntry* SvTreeListBox::GetDropTarget( const Point& rPos )
|
||||||
{
|
{
|
||||||
DBG_CHKTHIS(SvTreeListBox,0);
|
DBG_CHKTHIS(SvTreeListBox,0);
|
||||||
|
@@ -2,7 +2,6 @@ FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float
|
|||||||
RelatedMultipart::getIds()
|
RelatedMultipart::getIds()
|
||||||
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
|
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
|
||||||
ScCTB::ScCTB()
|
ScCTB::ScCTB()
|
||||||
ScCondFormatHelper::GetExpression(ScCondFormatEntryType, int)
|
|
||||||
ScCondFormatItem::ScCondFormatItem(unsigned int)
|
ScCondFormatItem::ScCondFormatItem(unsigned int)
|
||||||
ScConditionalFormat::dumpInfo(rtl::OUStringBuffer&) const
|
ScConditionalFormat::dumpInfo(rtl::OUStringBuffer&) const
|
||||||
ScDataBarSettingsDlg::ScDataBarSettingsDlg(Window*, ScDocument*, ScAddress const&)
|
ScDataBarSettingsDlg::ScDataBarSettingsDlg(Window*, ScDocument*, ScAddress const&)
|
||||||
|
Reference in New Issue
Block a user