summaryrefslogtreecommitdiff
path: root/cui/source/tabpages
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages')
-rw-r--r--cui/source/tabpages/autocdlg.cxx55
-rw-r--r--cui/source/tabpages/connect.cxx24
-rw-r--r--cui/source/tabpages/dstribut.cxx12
-rw-r--r--cui/source/tabpages/measure.cxx30
-rw-r--r--cui/source/tabpages/numpages.cxx7
-rw-r--r--cui/source/tabpages/textanim.cxx54
-rw-r--r--cui/source/tabpages/textattr.cxx18
7 files changed, 0 insertions, 200 deletions
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index b770c8c19341..0fb65f24ef47 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -346,11 +346,6 @@ public:
SvLBoxEntry* pEntry);
};
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
-
void OfaImpBrwString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /*nFlags*/,
SvLBoxEntry* pEntry )
{
@@ -483,10 +478,6 @@ OfaSwAutoFmtOptionsPage::OfaSwAutoFmtOptionsPage( Window* pParent,
aEditPB.SetClickHdl(LINK(this, OfaSwAutoFmtOptionsPage, EditHdl));
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
SvLBoxEntry* OfaSwAutoFmtOptionsPage::CreateEntry(String& rTxt, sal_uInt16 nCol)
{
SvLBoxEntry* pEntry = new SvLBoxEntry;
@@ -514,11 +505,6 @@ SvLBoxEntry* OfaSwAutoFmtOptionsPage::CreateEntry(String& rTxt, sal_uInt16 nCol)
return pEntry;
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
-
OfaSwAutoFmtOptionsPage::~OfaSwAutoFmtOptionsPage()
{
delete (ImpUserData*) aCheckLB.GetUserData( REPLACE_BULLETS );
@@ -527,20 +513,12 @@ OfaSwAutoFmtOptionsPage::~OfaSwAutoFmtOptionsPage()
delete pCheckButtonData;
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
SfxTabPage* OfaSwAutoFmtOptionsPage::Create( Window* pParent,
const SfxItemSet& rAttrSet)
{
return new OfaSwAutoFmtOptionsPage(pParent, rAttrSet);
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
sal_Bool OfaSwAutoFmtOptionsPage::FillItemSet( SfxItemSet& )
{
sal_Bool bModified = sal_False;
@@ -662,11 +640,6 @@ void OfaSwAutoFmtOptionsPage::ActivatePage( const SfxItemSet& )
((OfaAutoCorrDlg*)GetTabDialog())->EnableLanguage(sal_False);
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
-
void OfaSwAutoFmtOptionsPage::Reset( const SfxItemSet& )
{
SvxAutoCorrect* pAutoCorrect = SvxAutoCorrCfg::Get().GetAutoCorrect();
@@ -747,20 +720,12 @@ void OfaSwAutoFmtOptionsPage::Reset( const SfxItemSet& )
aCheckLB.SetUpdateMode(sal_True);
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
IMPL_LINK(OfaSwAutoFmtOptionsPage, SelectHdl, OfaACorrCheckListBox*, pBox)
{
aEditPB.Enable(0 != pBox->FirstSelected()->GetUserData());
return 0;
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
IMPL_LINK_NOARG(OfaSwAutoFmtOptionsPage, EditHdl)
{
sal_uLong nSelEntryPos = aCheckLB.GetSelectEntryPos();
@@ -799,10 +764,6 @@ IMPL_LINK_NOARG(OfaSwAutoFmtOptionsPage, EditHdl)
return 0;
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
void OfaACorrCheckListBox::SetTabs()
{
SvxSimpleTable::SetTabs();
@@ -822,10 +783,6 @@ void OfaACorrCheckListBox::SetTabs()
}
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
void OfaACorrCheckListBox::CheckEntryPos(sal_uLong nPos, sal_uInt16 nCol, sal_Bool bChecked)
{
if ( nPos < GetEntryCount() )
@@ -836,19 +793,11 @@ void OfaACorrCheckListBox::CheckEntryPos(sal_uLong nPos, sal_uInt16 nCol, sal_Bo
SvButtonState( SV_BUTTON_UNCHECKED ) );
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
sal_Bool OfaACorrCheckListBox::IsChecked(sal_uLong nPos, sal_uInt16 nCol)
{
return GetCheckButtonState( GetEntry(nPos), nCol ) == SV_BUTTON_CHECKED;
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
void OfaACorrCheckListBox::SetCheckButtonState( SvLBoxEntry* pEntry, sal_uInt16 nCol, SvButtonState eState)
{
SvLBoxButton* pItem = (SvLBoxButton*)(pEntry->GetItem(nCol + 1));
@@ -874,10 +823,6 @@ void OfaACorrCheckListBox::SetCheckButtonState( SvLBoxEntry* pEntry, sal_uInt16
}
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
-
SvButtonState OfaACorrCheckListBox::GetCheckButtonState( SvLBoxEntry* pEntry, sal_uInt16 nCol ) const
{
SvButtonState eState = SV_BUTTON_UNCHECKED;
diff --git a/cui/source/tabpages/connect.cxx b/cui/source/tabpages/connect.cxx
index b497bf4bc857..962d1589c2ed 100644
--- a/cui/source/tabpages/connect.cxx
+++ b/cui/source/tabpages/connect.cxx
@@ -396,12 +396,6 @@ sal_Bool SvxConnectionPage::FillItemSet( SfxItemSet& rAttrs)
return( bModified );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void SvxConnectionPage::Construct()
{
DBG_ASSERT( pView, "Keine gueltige View Uebergeben!" );
@@ -422,23 +416,11 @@ SfxTabPage* SvxConnectionPage::Create( Window* pWindow,
return( new SvxConnectionPage( pWindow, rAttrs ) );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
sal_uInt16* SvxConnectionPage::GetRanges()
{
return( pRanges );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
IMPL_LINK( SvxConnectionPage, ChangeAttrHdl_Impl, void *, p )
{
if( p == &aMtrFldHorz1 )
@@ -526,12 +508,6 @@ IMPL_LINK( SvxConnectionPage, ChangeAttrHdl_Impl, void *, p )
return( 0L );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void SvxConnectionPage::FillTypeLB()
{
// fill ListBox with connector names
diff --git a/cui/source/tabpages/dstribut.cxx b/cui/source/tabpages/dstribut.cxx
index 32af6b42773b..6d77934a6711 100644
--- a/cui/source/tabpages/dstribut.cxx
+++ b/cui/source/tabpages/dstribut.cxx
@@ -131,23 +131,11 @@ SfxTabPage* SvxDistributePage::Create(Window* pWindow, const SfxItemSet& rAttrs,
return(new SvxDistributePage(pWindow, rAttrs, eHor, eVer));
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
sal_uInt16* SvxDistributePage::GetRanges()
{
return(pRanges);
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void SvxDistributePage::PointChanged(Window* /*pWindow*/, RECT_POINT /*eRP*/)
{
}
diff --git a/cui/source/tabpages/measure.cxx b/cui/source/tabpages/measure.cxx
index b28ab9ec580d..e83a517e21b1 100644
--- a/cui/source/tabpages/measure.cxx
+++ b/cui/source/tabpages/measure.cxx
@@ -622,34 +622,16 @@ SfxTabPage* SvxMeasurePage::Create( Window* pWindow,
return( new SvxMeasurePage( pWindow, rAttrs ) );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
sal_uInt16* SvxMeasurePage::GetRanges()
{
return( pRanges );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void SvxMeasurePage::PointChanged( Window* pWindow, RECT_POINT /*eRP*/ )
{
ChangeAttrHdl_Impl( pWindow );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
IMPL_LINK( SvxMeasurePage, ClickAutoPosHdl_Impl, void *, p )
{
if( aTsbAutoPosH.GetState() == STATE_CHECK )
@@ -699,12 +681,6 @@ IMPL_LINK( SvxMeasurePage, ClickAutoPosHdl_Impl, void *, p )
return( 0L );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
IMPL_LINK( SvxMeasurePage, ChangeAttrHdl_Impl, void *, p )
{
@@ -836,12 +812,6 @@ IMPL_LINK( SvxMeasurePage, ChangeAttrHdl_Impl, void *, p )
return( 0L );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void SvxMeasurePage::FillUnitLB()
{
// fill ListBox with metrics
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index 76125b2969ed..808c6cb33687 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -184,13 +184,6 @@ Font& lcl_GetDefaultBulletFont()
return aDefBulletFont;
}
-
-/**************************************************************************/
-/* */
-/* */
-/**************************************************************************/
-
-
SvxSingleNumPickTabPage::SvxSingleNumPickTabPage(Window* pParent,
const SfxItemSet& rSet) :
SfxTabPage( pParent, CUI_RES( RID_SVXPAGE_PICK_SINGLE_NUM ), rSet ),
diff --git a/cui/source/tabpages/textanim.cxx b/cui/source/tabpages/textanim.cxx
index 53646a68c999..c0d9f3f146d9 100644
--- a/cui/source/tabpages/textanim.cxx
+++ b/cui/source/tabpages/textanim.cxx
@@ -492,22 +492,10 @@ sal_Bool SvxTextAnimationPage::FillItemSet( SfxItemSet& rAttrs)
return( bModified );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void SvxTextAnimationPage::Construct()
{
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
sal_uInt16* SvxTextAnimationPage::GetRanges()
{
return( pRanges );
@@ -525,12 +513,6 @@ SfxTabPage* SvxTextAnimationPage::Create( Window* pWindow,
return( new SvxTextAnimationPage( pWindow, rAttrs ) );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
IMPL_LINK_NOARG(SvxTextAnimationPage, SelectEffectHdl_Impl)
{
sal_uInt16 nPos = aLbEffect.GetSelectEntryPos();
@@ -623,12 +605,6 @@ IMPL_LINK_NOARG(SvxTextAnimationPage, SelectEffectHdl_Impl)
return( 0L );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
IMPL_LINK_NOARG(SvxTextAnimationPage, ClickEndlessHdl_Impl)
{
@@ -649,12 +625,6 @@ IMPL_LINK_NOARG(SvxTextAnimationPage, ClickEndlessHdl_Impl)
return( 0L );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
IMPL_LINK_NOARG(SvxTextAnimationPage, ClickAutoHdl_Impl)
{
TriState eState = aTsbAuto.GetState();
@@ -672,12 +642,6 @@ IMPL_LINK_NOARG(SvxTextAnimationPage, ClickAutoHdl_Impl)
return( 0L );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
IMPL_LINK_NOARG(SvxTextAnimationPage, ClickPixelHdl_Impl)
{
TriState eState = aTsbPixel.GetState();
@@ -717,12 +681,6 @@ IMPL_LINK_NOARG(SvxTextAnimationPage, ClickPixelHdl_Impl)
return( 0L );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
IMPL_LINK( SvxTextAnimationPage, ClickDirectionHdl_Impl, ImageButton *, pBtn )
{
aBtnUp.Check( pBtn == &aBtnUp );
@@ -733,12 +691,6 @@ IMPL_LINK( SvxTextAnimationPage, ClickDirectionHdl_Impl, ImageButton *, pBtn )
return( 0L );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void SvxTextAnimationPage::SelectDirection( SdrTextAniDirection nValue )
{
aBtnUp.Check( nValue == SDRTEXTANI_UP );
@@ -747,12 +699,6 @@ void SvxTextAnimationPage::SelectDirection( SdrTextAniDirection nValue )
aBtnDown.Check( nValue == SDRTEXTANI_DOWN );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
sal_uInt16 SvxTextAnimationPage::GetSelectedDirection()
{
sal_uInt16 nValue = 0;
diff --git a/cui/source/tabpages/textattr.cxx b/cui/source/tabpages/textattr.cxx
index 8cf16d6e20e0..c56873dece75 100644
--- a/cui/source/tabpages/textattr.cxx
+++ b/cui/source/tabpages/textattr.cxx
@@ -485,12 +485,6 @@ sal_Bool SvxTextAttrPage::FillItemSet( SfxItemSet& rAttrs)
return( sal_True );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
void SvxTextAttrPage::Construct()
{
DBG_ASSERT( pView, "Keine gueltige View Uebergeben!" );
@@ -553,23 +547,11 @@ SfxTabPage* SvxTextAttrPage::Create( Window* pWindow,
return( new SvxTextAttrPage( pWindow, rAttrs ) );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
sal_uInt16* SvxTextAttrPage::GetRanges()
{
return( pRanges );
}
-/*************************************************************************
-|*
-|*
-|*
-\************************************************************************/
-
/** Check whether we have to uncheck the "Full width" check box.
*/
void SvxTextAttrPage::PointChanged( Window*, RECT_POINT eRP )