summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvfundlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui/pvfundlg.cxx')
-rw-r--r--sc/source/ui/dbgui/pvfundlg.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sc/source/ui/dbgui/pvfundlg.cxx b/sc/source/ui/dbgui/pvfundlg.cxx
index 9bc0b1ce8e9e..59cf31e53d47 100644
--- a/sc/source/ui/dbgui/pvfundlg.cxx
+++ b/sc/source/ui/dbgui/pvfundlg.cxx
@@ -40,15 +40,11 @@
#include <vector>
-
-
using namespace ::com::sun::star::sheet;
using ::com::sun::star::uno::Sequence;
using ::std::vector;
-
-
namespace {
/** Appends all strings from the Sequence to the list box.
@@ -154,8 +150,6 @@ static const ScDPListBoxWrapper::MapEntryType spShowFromMap[] =
} // namespace
-
-
ScDPFunctionListBox::ScDPFunctionListBox(Window* pParent, WinBits nStyle)
: ListBox(pParent, nStyle)
{
@@ -197,8 +191,6 @@ void ScDPFunctionListBox::FillFunctionNames()
InsertEntry( aArr.GetString( nIndex ) );
}
-
-
ScDPFunctionDlg::ScDPFunctionDlg(
Window* pParent, const ScDPLabelDataVector& rLabelVec,
const ScDPLabelData& rLabelData, const ScPivotFuncData& rFuncData)
@@ -413,8 +405,6 @@ IMPL_LINK_NOARG(ScDPFunctionDlg, DblClickHdl)
return 0;
}
-
-
ScDPSubtotalDlg::ScDPSubtotalDlg( Window* pParent, ScDPObject& rDPObj,
const ScDPLabelData& rLabelData, const ScPivotFuncData& rFuncData,
const ScDPNameVec& rDataFields, bool bEnableLayout )
@@ -493,8 +483,6 @@ void ScDPSubtotalDlg::Init( const ScDPLabelData& rLabelData, const ScPivotFuncDa
mpBtnOptions->SetClickHdl( LINK( this, ScDPSubtotalDlg, ClickHdl ) );
}
-
-
IMPL_LINK( ScDPSubtotalDlg, RadioClickHdl, RadioButton*, pBtn )
{
mpLbFunc->Enable( pBtn == mpRbUser );
@@ -519,8 +507,6 @@ IMPL_LINK( ScDPSubtotalDlg, ClickHdl, PushButton*, pBtn )
return 0;
}
-
-
ScDPSubtotalOptDlg::ScDPSubtotalOptDlg( Window* pParent, ScDPObject& rDPObj,
const ScDPLabelData& rLabelData, const ScDPNameVec& rDataFields,
bool bEnableLayout )
@@ -771,8 +757,6 @@ IMPL_LINK( ScDPSubtotalOptDlg, SelectHdl, ListBox*, pLBox )
return 0;
}
-
-
ScDPShowDetailDlg::ScDPShowDetailDlg( Window* pParent, ScDPObject& rDPObj, sal_uInt16 nOrient ) :
ModalDialog ( pParent, ScResId( RID_SCDLG_DPSHOWDETAIL ) ),
maFtDims ( this, ScResId( FT_DIMS ) ),
@@ -841,6 +825,4 @@ IMPL_LINK( ScDPShowDetailDlg, DblClickHdl, ListBox*, pLBox )
return 0;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */