callcatcher: update unused code list
Change-Id: I2b21cb0b6d9164b18594e2c122ce242062be276d
This commit is contained in:
parent
851a92bd02
commit
eca06e79c3
@ -71,8 +71,6 @@ protected:
|
||||
|
||||
|
||||
public:
|
||||
EditBox( Window* pParent,
|
||||
WinBits nWinStyle = WB_LEFT | WB_BORDER );
|
||||
EditBox( Window* pParent, const ResId& rResId );
|
||||
|
||||
virtual ~EditBox();
|
||||
|
@ -45,10 +45,6 @@
|
||||
namespace formula
|
||||
{
|
||||
|
||||
FormulaListBox::FormulaListBox( Window* pParent, WinBits nWinStyle):
|
||||
ListBox(pParent,nWinStyle)
|
||||
{}
|
||||
|
||||
FormulaListBox::FormulaListBox( Window* pParent, const ResId& rResId ):
|
||||
ListBox(pParent,rResId)
|
||||
{}
|
||||
|
@ -59,8 +59,6 @@ protected:
|
||||
virtual long PreNotify( NotifyEvent& rNEvt );
|
||||
|
||||
public:
|
||||
FormulaListBox( Window* pParent, WinBits nWinStyle = WB_BORDER );
|
||||
|
||||
FormulaListBox( Window* pParent, const ResId& rResId );
|
||||
|
||||
};
|
||||
|
@ -664,29 +664,6 @@ IMPL_LINK( ArgInput, EdModifyHdl,ArgEdit*, pEd )
|
||||
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
|
||||
#*------------------------------------------------------------------------
|
||||
|
@ -485,7 +485,6 @@ class SVT_DLLPUBLIC FontStyleBox : public ComboBox
|
||||
private:
|
||||
using ComboBox::SetText;
|
||||
public:
|
||||
FontStyleBox( Window* pParent, WinBits nWinStyle = 0 );
|
||||
FontStyleBox( Window* pParent, const ResId& rResId );
|
||||
virtual ~FontStyleBox();
|
||||
|
||||
|
@ -1442,13 +1442,6 @@ void FontNameBox::UserDraw( const UserDrawEvent& rUDEvt )
|
||||
// FontStyleBox
|
||||
// ===================================================================
|
||||
|
||||
FontStyleBox::FontStyleBox( Window* pParent, WinBits nWinStyle ) :
|
||||
ComboBox( pParent, nWinStyle )
|
||||
{
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
FontStyleBox::FontStyleBox( Window* pParent, const ResId& rResId ) :
|
||||
ComboBox( pParent, rResId )
|
||||
{
|
||||
|
@ -1,7 +1,6 @@
|
||||
FmFieldWinMgr::GetChildWindowId()
|
||||
FmPropBrwMgr::GetChildWindowId()
|
||||
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(HTMLControls const*, unsigned short, unsigned short)
|
||||
@ -30,10 +29,6 @@ ScAddInDocs::Insert(ScDocument* const&, unsigned short&)
|
||||
ScAddInDocs::Insert(ScDocument* const*, unsigned short)
|
||||
ScAddInDocs::Remove(ScDocument* const&, unsigned short)
|
||||
ScChartListener::SetName(rtl::OUString const&)
|
||||
ScColorScaleFormatList::begin()
|
||||
ScColorScaleFormatList::begin() const
|
||||
ScColorScaleFormatList::end()
|
||||
ScColorScaleFormatList::end() const
|
||||
ScCompressedArray<int, unsigned char>::GetEntryCount() const
|
||||
ScCompressedArray<int, unsigned short>::CopyFrom(ScCompressedArray<int, unsigned short> const&, int, int, long)
|
||||
ScCompressedArray<int, unsigned short>::GetEntryCount() const
|
||||
@ -668,8 +663,6 @@ dp_misc::writeConsoleError(rtl::OString const&)
|
||||
drawinglayer::attribute::SdrFormTextAttribute::getFormTextShdwTransp() const
|
||||
drawinglayer::attribute::SdrTextAttribute::getPropertiesVersion() const
|
||||
drawinglayer::attribute::SdrTextAttribute::isWrongSpell() const
|
||||
formula::EditBox::EditBox(Window*, long)
|
||||
formula::FormulaListBox::FormulaListBox(Window*, long)
|
||||
formula::FormulaTokenIterator::First()
|
||||
jfw_plugin::VendorBase::createInstance()
|
||||
nullcanvas::SpriteCanvasHelper::backgroundPaint(basegfx::B2DRange const&)
|
||||
|
Loading…
x
Reference in New Issue
Block a user