summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/AlignmentPropertyPanel.cxx')
-rw-r--r--sc/source/ui/sidebar/AlignmentPropertyPanel.cxx40
1 files changed, 0 insertions, 40 deletions
diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx
index 256fd3aaccf5..7d35b067a199 100644
--- a/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx
@@ -49,8 +49,6 @@ const char UNO_ALIGNVCENTER[] = ".uno:AlignVCenter";
namespace sc { namespace sidebar {
-
-
AlignmentPropertyPanel::AlignmentPropertyPanel(
Window* pParent,
const cssu::Reference<css::frame::XFrame>& rxFrame,
@@ -87,14 +85,10 @@ AlignmentPropertyPanel::AlignmentPropertyPanel(
mpFtRotate->SetBackground(Wallpaper());
}
-
-
AlignmentPropertyPanel::~AlignmentPropertyPanel()
{
}
-
-
void AlignmentPropertyPanel::Initialize()
{
Link aLink = LINK(this, AlignmentPropertyPanel, TbxHorAlignSelectHdl);
@@ -146,8 +140,6 @@ void AlignmentPropertyPanel::Initialize()
#endif
}
-
-
IMPL_LINK( AlignmentPropertyPanel, AngleModifiedHdl, void *, EMPTYARG )
{
OUString sTmp = mpMtrAngle->GetText();
@@ -168,8 +160,6 @@ IMPL_LINK( AlignmentPropertyPanel, AngleModifiedHdl, void *, EMPTYARG )
return 0;
}
-
-
IMPL_LINK( AlignmentPropertyPanel, RotationHdl, void *, EMPTYARG )
{
sal_Int32 nTmp = mpCtrlDial->GetRotation();
@@ -181,8 +171,6 @@ IMPL_LINK( AlignmentPropertyPanel, RotationHdl, void *, EMPTYARG )
return 0;
}
-
-
IMPL_LINK( AlignmentPropertyPanel, ClickStackHdl, void *, EMPTYARG )
{
bool bVertical = mpCbStacked->IsChecked() ? true : false;
@@ -192,8 +180,6 @@ IMPL_LINK( AlignmentPropertyPanel, ClickStackHdl, void *, EMPTYARG )
return 0;
}
-
-
IMPL_LINK(AlignmentPropertyPanel, TbxHorAlignSelectHdl, ToolBox*, pToolBox)
{
const OUString aCommand(pToolBox->GetItemCommand(pToolBox->GetCurItemId()));
@@ -232,8 +218,6 @@ IMPL_LINK(AlignmentPropertyPanel, TbxHorAlignSelectHdl, ToolBox*, pToolBox)
return 0;
}
-
-
IMPL_LINK(AlignmentPropertyPanel, TbxVerAlignSelectHdl, ToolBox*, pToolBox)
{
const OUString aCommand(pToolBox->GetItemCommand(pToolBox->GetCurItemId()));
@@ -265,8 +249,6 @@ IMPL_LINK(AlignmentPropertyPanel, TbxVerAlignSelectHdl, ToolBox*, pToolBox)
return 0;
}
-
-
IMPL_LINK(AlignmentPropertyPanel, MFLeftIndentMdyHdl, void*, EMPTYARG)
{
mpCBXWrapText->EnableTriState(false);
@@ -277,8 +259,6 @@ IMPL_LINK(AlignmentPropertyPanel, MFLeftIndentMdyHdl, void*, EMPTYARG)
return( 0L );
}
-
-
IMPL_LINK(AlignmentPropertyPanel, CBOXMergnCellClkHdl, void*, EMPTYARG)
{
bool bState = mpCBXMergeCell->IsChecked();
@@ -296,8 +276,6 @@ IMPL_LINK(AlignmentPropertyPanel, CBOXMergnCellClkHdl, void*, EMPTYARG)
return 0;
}
-
-
IMPL_LINK(AlignmentPropertyPanel, CBOXWrapTextClkHdl, void*, EMPTYARG)
{
bool bState = mpCBXWrapText->IsChecked();
@@ -306,8 +284,6 @@ IMPL_LINK(AlignmentPropertyPanel, CBOXWrapTextClkHdl, void*, EMPTYARG)
return 0;
}
-
-
AlignmentPropertyPanel* AlignmentPropertyPanel::Create (
Window* pParent,
const cssu::Reference<css::frame::XFrame>& rxFrame,
@@ -326,16 +302,12 @@ AlignmentPropertyPanel* AlignmentPropertyPanel::Create (
pBindings);
}
-
-
void AlignmentPropertyPanel::DataChanged(
const DataChangedEvent& rEvent)
{
(void)rEvent;
}
-
-
void AlignmentPropertyPanel::HandleContextChange(
const ::sfx2::sidebar::EnumContext aContext)
{
@@ -347,13 +319,9 @@ void AlignmentPropertyPanel::HandleContextChange(
maContext = aContext;
-
-
// todo
}
-
-
void AlignmentPropertyPanel::NotifyItemUpdate(
sal_uInt16 nSID,
SfxItemState eState,
@@ -520,15 +488,11 @@ void AlignmentPropertyPanel::NotifyItemUpdate(
}
}
-
-
SfxBindings* AlignmentPropertyPanel::GetBindings()
{
return mpBindings;
}
-
-
void AlignmentPropertyPanel::FormatDegrees(double& dTmp)
{
while(dTmp<0)
@@ -537,8 +501,6 @@ void AlignmentPropertyPanel::FormatDegrees(double& dTmp)
dTmp = 359;
}
-
-
void AlignmentPropertyPanel::UpdateHorAlign()
{
const sal_uInt16 nIdLeft = mpTBHorizontal->GetItemId(UNO_ALIGNLEFT);
@@ -589,8 +551,6 @@ void AlignmentPropertyPanel::UpdateHorAlign()
}
}
-
-
void AlignmentPropertyPanel::UpdateVerAlign()
{
const sal_uInt16 nIdTop = mpTBVertical->GetItemId(UNO_ALIGNTOP);