Kaydet (Commit) 4f675d31 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: drop unused methods

üst 0009579f
...@@ -1141,18 +1141,6 @@ void DlgEdObj::SetDefaults() ...@@ -1141,18 +1141,6 @@ void DlgEdObj::SetDefaults()
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
IMPL_LINK(DlgEdObj, OnCreate, void*, EMPTYTAG)
{
(void)EMPTYTAG;
/*
if (pTempView)
pTempView->ObjectCreated(this);
*/
return 0;
}
//----------------------------------------------------------------------------
void DlgEdObj::StartListening() void DlgEdObj::StartListening()
{ {
DBG_ASSERT(!isListening(), "DlgEdObj::StartListening: already listening!"); DBG_ASSERT(!isListening(), "DlgEdObj::StartListening: already listening!");
......
...@@ -71,8 +71,6 @@ protected: ...@@ -71,8 +71,6 @@ protected:
virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact); virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact);
virtual bool EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd); virtual bool EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd);
DECL_LINK(OnCreate, void* );
using SfxListener::StartListening; using SfxListener::StartListening;
void StartListening(); void StartListening();
using SfxListener::EndListening; using SfxListener::EndListening;
......
...@@ -662,13 +662,6 @@ void SvxScriptOrgDialog::CheckButtons( Reference< browse::XBrowseNode >& node ) ...@@ -662,13 +662,6 @@ void SvxScriptOrgDialog::CheckButtons( Reference< browse::XBrowseNode >& node )
} }
} }
IMPL_LINK_INLINE_START( SvxScriptOrgDialog, MacroDoubleClickHdl, SvTreeListBox *, EMPTYARG )
{
return 0;
}
IMPL_LINK_INLINE_END( SvxScriptOrgDialog, MacroDoubleClickHdl, SvTreeListBox *, EMPTYARG )
IMPL_LINK( SvxScriptOrgDialog, ScriptSelectHdl, SvTreeListBox *, pBox ) IMPL_LINK( SvxScriptOrgDialog, ScriptSelectHdl, SvTreeListBox *, pBox )
{ {
if ( !pBox->IsSelected( pBox->GetHdlEntry() ) ) if ( !pBox->IsSelected( pBox->GetHdlEntry() ) )
......
...@@ -179,7 +179,6 @@ protected: ...@@ -179,7 +179,6 @@ protected:
const String m_renameErrTitleStr; const String m_renameErrTitleStr;
DECL_LINK( MacroSelectHdl, SvTreeListBox * ); DECL_LINK( MacroSelectHdl, SvTreeListBox * );
DECL_LINK( MacroDoubleClickHdl, SvTreeListBox * );
DECL_LINK( ScriptSelectHdl, SvTreeListBox * ); DECL_LINK( ScriptSelectHdl, SvTreeListBox * );
DECL_LINK( ButtonHdl, Button * ); DECL_LINK( ButtonHdl, Button * );
sal_Bool getBoolProperty( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xProps, ::rtl::OUString& propName ); sal_Bool getBoolProperty( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xProps, ::rtl::OUString& propName );
......
...@@ -719,13 +719,6 @@ OUString XclTools::GetSbMacroUrl( const OUString& rMacroName, SfxObjectShell* pD ...@@ -719,13 +719,6 @@ OUString XclTools::GetSbMacroUrl( const OUString& rMacroName, SfxObjectShell* pD
return OUString(); return OUString();
} }
OUString XclTools::GetSbMacroUrl( const OUString& rModuleName, const OUString& rMacroName, SfxObjectShell* pDocShell )
{
OSL_ENSURE( rModuleName.getLength() > 0, "XclTools::GetSbMacroUrl - module name is empty" );
OSL_ENSURE( rMacroName.getLength() > 0, "XclTools::GetSbMacroUrl - macro name is empty" );
return GetSbMacroUrl( rModuleName + OUString( sal_Unicode( '.' ) ) + rMacroName, pDocShell );
}
OUString XclTools::GetXclMacroName( const OUString& rSbMacroUrl ) OUString XclTools::GetXclMacroName( const OUString& rSbMacroUrl )
{ {
sal_Int32 nSbMacroUrlLen = rSbMacroUrl.getLength(); sal_Int32 nSbMacroUrlLen = rSbMacroUrl.getLength();
......
...@@ -241,8 +241,6 @@ public: ...@@ -241,8 +241,6 @@ public:
/** Returns the full StarBasic macro URL from an Excel macro name. */ /** Returns the full StarBasic macro URL from an Excel macro name. */
static ::rtl::OUString GetSbMacroUrl( const rtl::OUString& rMacroName, SfxObjectShell* pDocShell = 0 ); static ::rtl::OUString GetSbMacroUrl( const rtl::OUString& rMacroName, SfxObjectShell* pDocShell = 0 );
/** Returns the full StarBasic macro URL from an Excel module and macro name. */
static ::rtl::OUString GetSbMacroUrl( const rtl::OUString& rModuleName, const rtl::OUString& rMacroName, SfxObjectShell* pDocShell = 0 );
/** Returns the Excel macro name from a full StarBasic macro URL. */ /** Returns the Excel macro name from a full StarBasic macro URL. */
static ::rtl::OUString GetXclMacroName( const ::rtl::OUString& rSbMacroUrl ); static ::rtl::OUString GetXclMacroName( const ::rtl::OUString& rSbMacroUrl );
......
...@@ -102,9 +102,7 @@ DdeTopic::DdeTopic(String const&) ...@@ -102,9 +102,7 @@ DdeTopic::DdeTopic(String const&)
DdeTopic::RemoveItem(DdeItem const&) DdeTopic::RemoveItem(DdeItem const&)
DffPropSet::SetPropertyValue(unsigned int, unsigned int) const DffPropSet::SetPropertyValue(unsigned int, unsigned int) const
Dialog::Dialog(Window*, ResId const&) Dialog::Dialog(Window*, ResId const&)
Dialog::IsStartedModal() const
DirEntry::GetDevice() const DirEntry::GetDevice() const
DlgEdObj::LinkStubOnCreate(void*, void*)
EECharAttribArray::Insert(EECharAttribArray const*, unsigned short, unsigned short, unsigned short) EECharAttribArray::Insert(EECharAttribArray const*, unsigned short, unsigned short, unsigned short)
EECharAttribArray::Replace(EECharAttrib const&, unsigned short) EECharAttribArray::Replace(EECharAttrib const&, unsigned short)
EECharAttribArray::Replace(EECharAttrib const*, unsigned short, unsigned short) EECharAttribArray::Replace(EECharAttrib const*, unsigned short, unsigned short)
...@@ -768,14 +766,6 @@ SfxItemPropertySetInfo::getMap() const ...@@ -768,14 +766,6 @@ SfxItemPropertySetInfo::getMap() const
SfxItemSetHint::SfxItemSetHint(SfxItemSet*) SfxItemSetHint::SfxItemSetHint(SfxItemSet*)
SfxListener::EndListening(unsigned short) SfxListener::EndListening(unsigned short)
SfxLockBytesItem::SfxLockBytesItem(unsigned short, SvLockBytes*) SfxLockBytesItem::SfxLockBytesItem(unsigned short, SvLockBytes*)
SfxMacro::GetMode() const
SfxMacro::Record(SfxMacroStatement*)
SfxMacro::Remove()
SfxMacro::Replace(SfxMacroStatement*)
SfxMacro::SfxMacro(SfxMacroMode)
SfxMacroStatement::SfxMacroStatement(SfxShell const&, String const&, unsigned char, SfxSlot const&, unsigned char, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&)
SfxMacroStatement::SfxMacroStatement(String const&)
SfxMacroStatement::SfxMacroStatement(String const&, SfxSlot const&, unsigned char, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&)
SfxMailModel::GetCount() const SfxMailModel::GetCount() const
SfxMedium::GetHdl() SfxMedium::GetHdl()
SfxMedium::GetReferer() const SfxMedium::GetReferer() const
...@@ -1179,7 +1169,6 @@ SvxRelativeField::SvxRelativeField(Window*, long) ...@@ -1179,7 +1169,6 @@ SvxRelativeField::SvxRelativeField(Window*, long)
SvxReloadControllerItem::RegisterControl(unsigned short, SfxModule*) SvxReloadControllerItem::RegisterControl(unsigned short, SfxModule*)
SvxRubyChildWindow::GetChildWindowId() SvxRubyChildWindow::GetChildWindowId()
SvxRuler::GetDefTabDist() const SvxRuler::GetDefTabDist() const
SvxScriptOrgDialog::LinkStubMacroDoubleClickHdl(void*, void*)
SvxSearchDialog::GetReplaceItems(SfxItemSet&) SvxSearchDialog::GetReplaceItems(SfxItemSet&)
SvxSearchDialog::GetSearchItems(SfxItemSet&) SvxSearchDialog::GetSearchItems(SfxItemSet&)
SvxSearchDialog::SvxSearchDialog(Window*, SfxBindings&) SvxSearchDialog::SvxSearchDialog(Window*, SfxBindings&)
...@@ -1499,7 +1488,6 @@ XclRoot::GetPixelYFromHmm(int) const ...@@ -1499,7 +1488,6 @@ XclRoot::GetPixelYFromHmm(int) const
XclTokenArray::XclTokenArray(std::vector<unsigned char, std::allocator<unsigned char> >&, bool) XclTokenArray::XclTokenArray(std::vector<unsigned char, std::allocator<unsigned char> >&, bool)
XclTokenArrayIterator::Init() XclTokenArrayIterator::Init()
XclTools::GetBuiltInStyleName(rtl::OUString const&) XclTools::GetBuiltInStyleName(rtl::OUString const&)
XclTools::GetSbMacroUrl(rtl::OUString const&, rtl::OUString const&, SfxObjectShell*)
XclXFBase::HasUsedFlags() const XclXFBase::HasUsedFlags() const
XmlSec::GetDateTimeString(rtl::OUString const&, rtl::OUString const&) XmlSec::GetDateTimeString(rtl::OUString const&, rtl::OUString const&)
XmlSecStatusBarControl::GetDefItemWidth(StatusBar&) XmlSecStatusBarControl::GetDefItemWidth(StatusBar&)
...@@ -1558,7 +1546,6 @@ _ZSortFlys::Remove(_ZSortFly const&, unsigned short) ...@@ -1558,7 +1546,6 @@ _ZSortFlys::Remove(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const&, unsigned short) _ZSortFlys_SAR::Replace(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const*, unsigned short, unsigned short) _ZSortFlys_SAR::Replace(_ZSortFly const*, unsigned short, unsigned short)
_ZSortFlys_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_ZSortFly const&, void*), void*) _ZSortFlys_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_ZSortFly const&, void*), void*)
accessibility::DGColorNameLookUp::~DGColorNameLookUp()
basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&) basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&)
basegfx::B1DRange::B1DRange(basegfx::B1IRange const&) basegfx::B1DRange::B1DRange(basegfx::B1IRange const&)
basegfx::B2DCubicBezier::B2DCubicBezier(basegfx::B2DPoint const&, basegfx::B2DPoint const&) basegfx::B2DCubicBezier::B2DCubicBezier(basegfx::B2DPoint const&, basegfx::B2DPoint const&)
...@@ -1750,13 +1737,6 @@ binfilter::CharPosArray::Insert(binfilter::CharPosArray const*, unsigned short, ...@@ -1750,13 +1737,6 @@ binfilter::CharPosArray::Insert(binfilter::CharPosArray const*, unsigned short,
binfilter::CharPosArray::Replace(int const&, unsigned short) binfilter::CharPosArray::Replace(int const&, unsigned short)
binfilter::CharPosArray::Replace(int const*, unsigned short, unsigned short) binfilter::CharPosArray::Replace(int const*, unsigned short, unsigned short)
binfilter::CharPosArray::_ForEach(unsigned short, unsigned short, unsigned char (*)(int const&, void*), void*) binfilter::CharPosArray::_ForEach(unsigned short, unsigned short, unsigned char (*)(int const&, void*), void*)
binfilter::DbgName_CntBoolItem()
binfilter::DbgName_CntEnumItem()
binfilter::DbgName_SfxEnumItemInterface()
binfilter::DbgName_SfxFilter()
binfilter::DbgName_SfxFrameSetDescriptor()
binfilter::DbgName_SfxStringListItem()
binfilter::DbgName_SvxMacroItem()
binfilter::Dictionary::~Dictionary() binfilter::Dictionary::~Dictionary()
binfilter::EECharAttribArray::Insert(binfilter::EECharAttrib const&, unsigned short) binfilter::EECharAttribArray::Insert(binfilter::EECharAttrib const&, unsigned short)
binfilter::EECharAttribArray::Insert(binfilter::EECharAttribArray const*, unsigned short, unsigned short, unsigned short) binfilter::EECharAttribArray::Insert(binfilter::EECharAttribArray const*, unsigned short, unsigned short, unsigned short)
......
...@@ -98,7 +98,6 @@ public: ...@@ -98,7 +98,6 @@ public:
public: public:
// Link impl: DECL_LINK( MyEndDialogHdl, Dialog* ); <= param is dialog just ended // Link impl: DECL_LINK( MyEndDialogHdl, Dialog* ); <= param is dialog just ended
virtual void StartExecuteModal( const Link& rEndDialogHdl ); virtual void StartExecuteModal( const Link& rEndDialogHdl );
sal_Bool IsStartedModal() const;
long GetResult() const; long GetResult() const;
private: private:
sal_Bool ImplStartExecuteModal(); sal_Bool ImplStartExecuteModal();
......
...@@ -723,13 +723,6 @@ void Dialog::StartExecuteModal( const Link& rEndDialogHdl ) ...@@ -723,13 +723,6 @@ void Dialog::StartExecuteModal( const Link& rEndDialogHdl )
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
sal_Bool Dialog::IsStartedModal() const
{
return mpDialogImpl->mbStartedModal;
}
// -----------------------------------------------------------------------
void Dialog::EndDialog( long nResult ) void Dialog::EndDialog( long nResult )
{ {
if ( mbInExecute ) if ( mbInExecute )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment