callcatcher: update unused code list
Change-Id: I2b21cb0b6d9164b18594e2c122ce242062be276d
This commit is contained in:
@@ -71,8 +71,6 @@ protected:
|
|||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
EditBox( Window* pParent,
|
|
||||||
WinBits nWinStyle = WB_LEFT | WB_BORDER );
|
|
||||||
EditBox( Window* pParent, const ResId& rResId );
|
EditBox( Window* pParent, const ResId& rResId );
|
||||||
|
|
||||||
virtual ~EditBox();
|
virtual ~EditBox();
|
||||||
|
@@ -45,10 +45,6 @@
|
|||||||
namespace formula
|
namespace formula
|
||||||
{
|
{
|
||||||
|
|
||||||
FormulaListBox::FormulaListBox( Window* pParent, WinBits nWinStyle):
|
|
||||||
ListBox(pParent,nWinStyle)
|
|
||||||
{}
|
|
||||||
|
|
||||||
FormulaListBox::FormulaListBox( Window* pParent, const ResId& rResId ):
|
FormulaListBox::FormulaListBox( Window* pParent, const ResId& rResId ):
|
||||||
ListBox(pParent,rResId)
|
ListBox(pParent,rResId)
|
||||||
{}
|
{}
|
||||||
|
@@ -59,8 +59,6 @@ protected:
|
|||||||
virtual long PreNotify( NotifyEvent& rNEvt );
|
virtual long PreNotify( NotifyEvent& rNEvt );
|
||||||
|
|
||||||
public:
|
public:
|
||||||
FormulaListBox( Window* pParent, WinBits nWinStyle = WB_BORDER );
|
|
||||||
|
|
||||||
FormulaListBox( Window* pParent, const ResId& rResId );
|
FormulaListBox( Window* pParent, const ResId& rResId );
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@@ -664,29 +664,6 @@ IMPL_LINK( ArgInput, EdModifyHdl,ArgEdit*, pEd )
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*************************************************************************
|
|
||||||
#* Member: EditBox Date:20.01.97
|
|
||||||
#*------------------------------------------------------------------------
|
|
||||||
#*
|
|
||||||
#* Class: EditBox
|
|
||||||
#*
|
|
||||||
#* Function: Constructor from Class ArgInput
|
|
||||||
#*
|
|
||||||
#* Input: Parent, Window-Style
|
|
||||||
#*
|
|
||||||
#* Output: ---
|
|
||||||
#*
|
|
||||||
#************************************************************************/
|
|
||||||
EditBox::EditBox( Window* pParent,WinBits nWinStyle)
|
|
||||||
:Control(pParent,nWinStyle|WB_DIALOGCONTROL)
|
|
||||||
{
|
|
||||||
pMEdit=new MultiLineEdit(this,WB_LEFT | WB_VSCROLL | (nWinStyle & WB_TABSTOP) |
|
|
||||||
WB_NOBORDER | WB_NOHIDESELECTION | WB_IGNORETAB);
|
|
||||||
|
|
||||||
pMEdit->Show();
|
|
||||||
aOldSel=pMEdit->GetSelection();
|
|
||||||
}
|
|
||||||
|
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
#* Member: EditBox Date:20.01.97
|
#* Member: EditBox Date:20.01.97
|
||||||
#*------------------------------------------------------------------------
|
#*------------------------------------------------------------------------
|
||||||
|
@@ -485,7 +485,6 @@ class SVT_DLLPUBLIC FontStyleBox : public ComboBox
|
|||||||
private:
|
private:
|
||||||
using ComboBox::SetText;
|
using ComboBox::SetText;
|
||||||
public:
|
public:
|
||||||
FontStyleBox( Window* pParent, WinBits nWinStyle = 0 );
|
|
||||||
FontStyleBox( Window* pParent, const ResId& rResId );
|
FontStyleBox( Window* pParent, const ResId& rResId );
|
||||||
virtual ~FontStyleBox();
|
virtual ~FontStyleBox();
|
||||||
|
|
||||||
|
@@ -1442,13 +1442,6 @@ void FontNameBox::UserDraw( const UserDrawEvent& rUDEvt )
|
|||||||
// FontStyleBox
|
// FontStyleBox
|
||||||
// ===================================================================
|
// ===================================================================
|
||||||
|
|
||||||
FontStyleBox::FontStyleBox( Window* pParent, WinBits nWinStyle ) :
|
|
||||||
ComboBox( pParent, nWinStyle )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// -------------------------------------------------------------------
|
|
||||||
|
|
||||||
FontStyleBox::FontStyleBox( Window* pParent, const ResId& rResId ) :
|
FontStyleBox::FontStyleBox( Window* pParent, const ResId& rResId ) :
|
||||||
ComboBox( pParent, rResId )
|
ComboBox( pParent, rResId )
|
||||||
{
|
{
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
FmFieldWinMgr::GetChildWindowId()
|
FmFieldWinMgr::GetChildWindowId()
|
||||||
FmPropBrwMgr::GetChildWindowId()
|
FmPropBrwMgr::GetChildWindowId()
|
||||||
FontSelectPattern::FontSelectPattern(ImplFontData const&, Size const&, float, int, bool)
|
FontSelectPattern::FontSelectPattern(ImplFontData const&, Size const&, float, int, bool)
|
||||||
FontStyleBox::FontStyleBox(Window*, long)
|
|
||||||
HTMLControls::Insert(HTMLControl const*&, unsigned short&)
|
HTMLControls::Insert(HTMLControl const*&, unsigned short&)
|
||||||
HTMLControls::Insert(HTMLControl const**, unsigned short)
|
HTMLControls::Insert(HTMLControl const**, unsigned short)
|
||||||
HTMLControls::Insert(HTMLControls const*, unsigned short, unsigned short)
|
HTMLControls::Insert(HTMLControls const*, unsigned short, unsigned short)
|
||||||
@@ -30,10 +29,6 @@ ScAddInDocs::Insert(ScDocument* const&, unsigned short&)
|
|||||||
ScAddInDocs::Insert(ScDocument* const*, unsigned short)
|
ScAddInDocs::Insert(ScDocument* const*, unsigned short)
|
||||||
ScAddInDocs::Remove(ScDocument* const&, unsigned short)
|
ScAddInDocs::Remove(ScDocument* const&, unsigned short)
|
||||||
ScChartListener::SetName(rtl::OUString const&)
|
ScChartListener::SetName(rtl::OUString const&)
|
||||||
ScColorScaleFormatList::begin()
|
|
||||||
ScColorScaleFormatList::begin() const
|
|
||||||
ScColorScaleFormatList::end()
|
|
||||||
ScColorScaleFormatList::end() const
|
|
||||||
ScCompressedArray<int, unsigned char>::GetEntryCount() const
|
ScCompressedArray<int, unsigned char>::GetEntryCount() const
|
||||||
ScCompressedArray<int, unsigned short>::CopyFrom(ScCompressedArray<int, unsigned short> const&, int, int, long)
|
ScCompressedArray<int, unsigned short>::CopyFrom(ScCompressedArray<int, unsigned short> const&, int, int, long)
|
||||||
ScCompressedArray<int, unsigned short>::GetEntryCount() const
|
ScCompressedArray<int, unsigned short>::GetEntryCount() const
|
||||||
@@ -668,8 +663,6 @@ dp_misc::writeConsoleError(rtl::OString const&)
|
|||||||
drawinglayer::attribute::SdrFormTextAttribute::getFormTextShdwTransp() const
|
drawinglayer::attribute::SdrFormTextAttribute::getFormTextShdwTransp() const
|
||||||
drawinglayer::attribute::SdrTextAttribute::getPropertiesVersion() const
|
drawinglayer::attribute::SdrTextAttribute::getPropertiesVersion() const
|
||||||
drawinglayer::attribute::SdrTextAttribute::isWrongSpell() const
|
drawinglayer::attribute::SdrTextAttribute::isWrongSpell() const
|
||||||
formula::EditBox::EditBox(Window*, long)
|
|
||||||
formula::FormulaListBox::FormulaListBox(Window*, long)
|
|
||||||
formula::FormulaTokenIterator::First()
|
formula::FormulaTokenIterator::First()
|
||||||
jfw_plugin::VendorBase::createInstance()
|
jfw_plugin::VendorBase::createInstance()
|
||||||
nullcanvas::SpriteCanvasHelper::backgroundPaint(basegfx::B2DRange const&)
|
nullcanvas::SpriteCanvasHelper::backgroundPaint(basegfx::B2DRange const&)
|
||||||
|
Reference in New Issue
Block a user