summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--formula/source/ui/dlg/ControlHelper.hxx2
-rw-r--r--formula/source/ui/dlg/funcpage.cxx4
-rw-r--r--formula/source/ui/dlg/funcpage.hxx2
-rw-r--r--formula/source/ui/dlg/funcutl.cxx23
-rw-r--r--svtools/inc/svtools/ctrlbox.hxx1
-rw-r--r--svtools/source/control/ctrlbox.cxx7
-rwxr-xr-xunusedcode.easy7
7 files changed, 0 insertions, 46 deletions
diff --git a/formula/source/ui/dlg/ControlHelper.hxx b/formula/source/ui/dlg/ControlHelper.hxx
index 56f04e935f7b..a81f88935f20 100644
--- a/formula/source/ui/dlg/ControlHelper.hxx
+++ b/formula/source/ui/dlg/ControlHelper.hxx
@@ -71,8 +71,6 @@ protected:
public:
- EditBox( Window* pParent,
- WinBits nWinStyle = WB_LEFT | WB_BORDER );
EditBox( Window* pParent, const ResId& rResId );
virtual ~EditBox();
diff --git a/formula/source/ui/dlg/funcpage.cxx b/formula/source/ui/dlg/funcpage.cxx
index 46696e7f87c1..a0d181514acb 100644
--- a/formula/source/ui/dlg/funcpage.cxx
+++ b/formula/source/ui/dlg/funcpage.cxx
@@ -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)
{}
diff --git a/formula/source/ui/dlg/funcpage.hxx b/formula/source/ui/dlg/funcpage.hxx
index ec75b0566f9d..69f4d854afb8 100644
--- a/formula/source/ui/dlg/funcpage.hxx
+++ b/formula/source/ui/dlg/funcpage.hxx
@@ -59,8 +59,6 @@ protected:
virtual long PreNotify( NotifyEvent& rNEvt );
public:
- FormulaListBox( Window* pParent, WinBits nWinStyle = WB_BORDER );
-
FormulaListBox( Window* pParent, const ResId& rResId );
};
diff --git a/formula/source/ui/dlg/funcutl.cxx b/formula/source/ui/dlg/funcutl.cxx
index 5673304a9d36..0bef5413422f 100644
--- a/formula/source/ui/dlg/funcutl.cxx
+++ b/formula/source/ui/dlg/funcutl.cxx
@@ -672,29 +672,6 @@ IMPL_LINK( ArgInput, EdModifyHdl,ArgEdit*, pEd )
#*
#* 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
-#*------------------------------------------------------------------------
-#*
-#* Class: EditBox
-#*
-#* Function: Constructor from Class ArgInput
-#*
#* Input: Parent, Resource
#*
#* Output: ---
diff --git a/svtools/inc/svtools/ctrlbox.hxx b/svtools/inc/svtools/ctrlbox.hxx
index d13455f5c159..5cb20efb26f5 100644
--- a/svtools/inc/svtools/ctrlbox.hxx
+++ b/svtools/inc/svtools/ctrlbox.hxx
@@ -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();
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx
index 5029aa75d272..cd528ec7590c 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -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 )
{
diff --git a/unusedcode.easy b/unusedcode.easy
index 6a71b4353b76..4ad7d19539c6 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -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&)