summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/filtdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui/filtdlg.cxx')
-rw-r--r--sc/source/ui/dbgui/filtdlg.cxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx
index 3581c09c8eac..3b9e968387d4 100644
--- a/sc/source/ui/dbgui/filtdlg.cxx
+++ b/sc/source/ui/dbgui/filtdlg.cxx
@@ -161,8 +161,6 @@ ScFilterDlg::ScFilterDlg(SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
}
-
-
ScFilterDlg::~ScFilterDlg()
{
delete pOptionsMgr;
@@ -174,8 +172,6 @@ ScFilterDlg::~ScFilterDlg()
}
-
-
void ScFilterDlg::Init( const SfxItemSet& rArgSet )
{
const ScQueryItem& rQueryItem = (const ScQueryItem&)
@@ -204,8 +200,6 @@ void ScFilterDlg::Init( const SfxItemSet& rArgSet )
pDoc = pViewData ? pViewData->GetDocument() : NULL;
nSrcTab = pViewData ? pViewData->GetTabNo() : static_cast<SCTAB>(0);
-
-
// for easier access:
maFieldLbArr.reserve(QUERY_ENTRY_COUNT);
maFieldLbArr.push_back(pLbField1);
@@ -389,8 +383,6 @@ void ScFilterDlg::Init( const SfxItemSet& rArgSet )
}
-
-
bool ScFilterDlg::Close()
{
if (pViewData)
@@ -399,8 +391,6 @@ bool ScFilterDlg::Close()
return DoClose( ScFilterDlgWrapper::GetChildWindowId() );
}
-
-
// Mouse-selected cell area becomes the new selection and is shown in the
// reference text box
@@ -416,8 +406,6 @@ void ScFilterDlg::SetReference( const ScRange& rRef, ScDocument* pDocP )
}
-
-
void ScFilterDlg::SetActive()
{
if ( bRefInputMode )
@@ -432,8 +420,6 @@ void ScFilterDlg::SetActive()
RefInputDone();
}
-
-
void ScFilterDlg::FillFieldLists()
{
pLbField1->Clear();
@@ -611,8 +597,6 @@ void ScFilterDlg::UpdateHdrInValueList( size_t nList )
}
}
-
-
void ScFilterDlg::ClearValueList( size_t nList )
{
if (nList > 0 && nList <= QUERY_ENTRY_COUNT)
@@ -626,8 +610,6 @@ void ScFilterDlg::ClearValueList( size_t nList )
}
-
-
size_t ScFilterDlg::GetFieldSelPos( SCCOL nField )
{
if ( nField >= theQueryData.nCol1 && nField <= theQueryData.nCol2 )
@@ -636,8 +618,6 @@ size_t ScFilterDlg::GetFieldSelPos( SCCOL nField )
return 0;
}
-
-
ScQueryItem* ScFilterDlg::GetOutputItem()
{
ScAddress theCopyPos;
@@ -682,15 +662,11 @@ ScQueryItem* ScFilterDlg::GetOutputItem()
}
-
-
bool ScFilterDlg::IsRefInputMode() const
{
return bRefInputMode;
}
-
-
// Handler:
@@ -731,8 +707,6 @@ IMPL_LINK( ScFilterDlg, EndDlgHdl, Button*, pBtn )
return 0;
}
-
-
IMPL_LINK_NOARG(ScFilterDlg, MoreExpandedHdl)
{
if ( pExpander->get_expanded() )
@@ -747,8 +721,6 @@ IMPL_LINK_NOARG(ScFilterDlg, MoreExpandedHdl)
return 0;
}
-
-
IMPL_LINK( ScFilterDlg, TimeOutHdl, Timer*, _pTimer )
{
// Check if RefInputMode is still true every 50ms
@@ -763,8 +735,6 @@ IMPL_LINK( ScFilterDlg, TimeOutHdl, Timer*, _pTimer )
}
-
-
IMPL_LINK( ScFilterDlg, LbSelectHdl, ListBox*, pLb )
{
/*
@@ -1020,8 +990,6 @@ IMPL_LINK( ScFilterDlg, LbSelectHdl, ListBox*, pLb )
}
-
-
IMPL_LINK( ScFilterDlg, CheckBoxHdl, CheckBox*, pBox )
{
// Column headers:
@@ -1061,8 +1029,6 @@ IMPL_LINK( ScFilterDlg, CheckBoxHdl, CheckBox*, pBox )
}
-
-
IMPL_LINK( ScFilterDlg, ValModifyHdl, ComboBox*, pEd )
{
size_t nOffset = GetSliderPos();