Kaydet (Commit) b36d193b authored tarafından J. Graeme Lingard's avatar J. Graeme Lingard

Remove empty Beschreibung (Description) comments

üst 4553ff82
...@@ -406,11 +406,6 @@ void SvxPathTabPage::FillUserData() ...@@ -406,11 +406,6 @@ void SvxPathTabPage::FillUserData()
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
IMPL_LINK( SvxPathTabPage, PathSelect_Impl, svx::OptHeaderTabListBox *, EMPTYARG ) IMPL_LINK( SvxPathTabPage, PathSelect_Impl, svx::OptHeaderTabListBox *, EMPTYARG )
/* [Beschreibung]
*/
{ {
USHORT nSelCount = 0; USHORT nSelCount = 0;
SvLBoxEntry* pEntry = pPathBox->FirstSelected(); SvLBoxEntry* pEntry = pPathBox->FirstSelected();
......
...@@ -131,10 +131,6 @@ void lcl_SetTransparency(SvxBrushItem& rBrush, long nTransparency) ...@@ -131,10 +131,6 @@ void lcl_SetTransparency(SvxBrushItem& rBrush, long nTransparency)
} }
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/* [Beschreibung]
*/
USHORT GetItemId_Impl( ValueSet& rValueSet, const Color& rCol ) USHORT GetItemId_Impl( ValueSet& rValueSet, const Color& rCol )
{ {
BOOL bFound = FALSE; BOOL bFound = FALSE;
...@@ -194,10 +190,6 @@ BackgroundPreviewImpl::BackgroundPreviewImpl ...@@ -194,10 +190,6 @@ BackgroundPreviewImpl::BackgroundPreviewImpl
BOOL bIsBmpPreview BOOL bIsBmpPreview
) : ) :
/* [Beschreibung]
*/
Window( pParent, rResId ), Window( pParent, rResId ),
bIsBmp ( bIsBmpPreview ), bIsBmp ( bIsBmpPreview ),
...@@ -213,11 +205,6 @@ BackgroundPreviewImpl::BackgroundPreviewImpl ...@@ -213,11 +205,6 @@ BackgroundPreviewImpl::BackgroundPreviewImpl
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
BackgroundPreviewImpl::~BackgroundPreviewImpl() BackgroundPreviewImpl::~BackgroundPreviewImpl()
/* [Beschreibung]
*/
{ {
delete pBitmap; delete pBitmap;
} }
...@@ -239,10 +226,6 @@ void BackgroundPreviewImpl::NotifyChange( const Color& rColor ) ...@@ -239,10 +226,6 @@ void BackgroundPreviewImpl::NotifyChange( const Color& rColor )
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
void BackgroundPreviewImpl::NotifyChange( const Bitmap* pNewBitmap ) void BackgroundPreviewImpl::NotifyChange( const Bitmap* pNewBitmap )
/* [Beschreibung]
*/
{ {
if ( bIsBmp && (pNewBitmap || pBitmap) ) if ( bIsBmp && (pNewBitmap || pBitmap) )
{ {
...@@ -334,10 +317,6 @@ void BackgroundPreviewImpl::DataChanged( const DataChangedEvent& rDCEvt ) ...@@ -334,10 +317,6 @@ void BackgroundPreviewImpl::DataChanged( const DataChangedEvent& rDCEvt )
SvxBackgroundTabPage::SvxBackgroundTabPage( Window* pParent, SvxBackgroundTabPage::SvxBackgroundTabPage( Window* pParent,
const SfxItemSet& rCoreSet ) : const SfxItemSet& rCoreSet ) :
/* [Beschreibung]
*/
SvxTabPage( pParent, CUI_RES( RID_SVXPAGE_BACKGROUND ), rCoreSet ), SvxTabPage( pParent, CUI_RES( RID_SVXPAGE_BACKGROUND ), rCoreSet ),
aBorderWin ( this, CUI_RES(CT_BORDER) ), aBorderWin ( this, CUI_RES(CT_BORDER) ),
...@@ -404,11 +383,6 @@ SvxBackgroundTabPage::SvxBackgroundTabPage( Window* pParent, ...@@ -404,11 +383,6 @@ SvxBackgroundTabPage::SvxBackgroundTabPage( Window* pParent,
//------------------------------------------------------------------------ //------------------------------------------------------------------------
SvxBackgroundTabPage::~SvxBackgroundTabPage() SvxBackgroundTabPage::~SvxBackgroundTabPage()
/* [Beschreibung]
*/
{ {
delete pPreviewWin1; delete pPreviewWin1;
delete pPreviewWin2; delete pPreviewWin2;
...@@ -462,11 +436,6 @@ SfxTabPage* SvxBackgroundTabPage::Create( Window* pParent, ...@@ -462,11 +436,6 @@ SfxTabPage* SvxBackgroundTabPage::Create( Window* pParent,
//------------------------------------------------------------------------ //------------------------------------------------------------------------
void SvxBackgroundTabPage::Reset( const SfxItemSet& rSet ) void SvxBackgroundTabPage::Reset( const SfxItemSet& rSet )
/* [Beschreibung]
*/
{ {
// os: So ein Unsinn! Irgendwo laesst sich so ein Item immer finden, // os: So ein Unsinn! Irgendwo laesst sich so ein Item immer finden,
// es muss aber im rSet vorhanden sein! // es muss aber im rSet vorhanden sein!
...@@ -735,11 +704,6 @@ void SvxBackgroundTabPage::FillUserData() ...@@ -735,11 +704,6 @@ void SvxBackgroundTabPage::FillUserData()
//------------------------------------------------------------------------ //------------------------------------------------------------------------
BOOL SvxBackgroundTabPage::FillItemSet( SfxItemSet& rCoreSet ) BOOL SvxBackgroundTabPage::FillItemSet( SfxItemSet& rCoreSet )
/* [Beschreibung]
*/
{ {
if ( pPageImpl->pLoadTimer && pPageImpl->pLoadTimer->IsActive() ) if ( pPageImpl->pLoadTimer && pPageImpl->pLoadTimer->IsActive() )
{ {
...@@ -1088,11 +1052,6 @@ int SvxBackgroundTabPage::DeactivatePage( SfxItemSet* _pSet ) ...@@ -1088,11 +1052,6 @@ int SvxBackgroundTabPage::DeactivatePage( SfxItemSet* _pSet )
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
void SvxBackgroundTabPage::PointChanged( Window* , RECT_POINT ) void SvxBackgroundTabPage::PointChanged( Window* , RECT_POINT )
/* [Beschreibung]
*/
{ {
// muss implementiert werden, damit Position-Control funktioniert // muss implementiert werden, damit Position-Control funktioniert
} }
...@@ -1100,11 +1059,6 @@ void SvxBackgroundTabPage::PointChanged( Window* , RECT_POINT ) ...@@ -1100,11 +1059,6 @@ void SvxBackgroundTabPage::PointChanged( Window* , RECT_POINT )
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
void SvxBackgroundTabPage::ShowSelector() void SvxBackgroundTabPage::ShowSelector()
/* [Beschreibung]
*/
{ {
if( bAllowShowSelector) if( bAllowShowSelector)
{ {
...@@ -1139,11 +1093,6 @@ void SvxBackgroundTabPage::ShowSelector() ...@@ -1139,11 +1093,6 @@ void SvxBackgroundTabPage::ShowSelector()
void SvxBackgroundTabPage::RaiseLoadError_Impl() void SvxBackgroundTabPage::RaiseLoadError_Impl()
/* [Beschreibung]
*/
{ {
SfxErrorContext aContext( ERRCTX_SVX_BACKGROUND, SfxErrorContext aContext( ERRCTX_SVX_BACKGROUND,
String(), String(),
...@@ -1159,11 +1108,6 @@ void SvxBackgroundTabPage::RaiseLoadError_Impl() ...@@ -1159,11 +1108,6 @@ void SvxBackgroundTabPage::RaiseLoadError_Impl()
//------------------------------------------------------------------------ //------------------------------------------------------------------------
BOOL SvxBackgroundTabPage::LoadLinkedGraphic_Impl() BOOL SvxBackgroundTabPage::LoadLinkedGraphic_Impl()
/* [Beschreibung]
*/
{ {
BOOL bResult = ( aBgdGraphicPath.Len() > 0 ) && BOOL bResult = ( aBgdGraphicPath.Len() > 0 ) &&
( GRFILTER_OK == GraphicFilter::LoadGraphic( aBgdGraphicPath, ( GRFILTER_OK == GraphicFilter::LoadGraphic( aBgdGraphicPath,
...@@ -1426,11 +1370,6 @@ IMPL_LINK( SvxBackgroundTabPage, BackgroundColorHdl_Impl, ValueSet*, EMPTYARG ) ...@@ -1426,11 +1370,6 @@ IMPL_LINK( SvxBackgroundTabPage, BackgroundColorHdl_Impl, ValueSet*, EMPTYARG )
//------------------------------------------------------------------------ //------------------------------------------------------------------------
IMPL_LINK( SvxBackgroundTabPage, SelectHdl_Impl, ListBox*, EMPTYARG ) IMPL_LINK( SvxBackgroundTabPage, SelectHdl_Impl, ListBox*, EMPTYARG )
/* [Beschreibung]
*/
{ {
if ( 0 == aLbSelect.GetSelectEntryPos() ) if ( 0 == aLbSelect.GetSelectEntryPos() )
{ {
...@@ -1448,11 +1387,6 @@ IMPL_LINK( SvxBackgroundTabPage, SelectHdl_Impl, ListBox*, EMPTYARG ) ...@@ -1448,11 +1387,6 @@ IMPL_LINK( SvxBackgroundTabPage, SelectHdl_Impl, ListBox*, EMPTYARG )
//------------------------------------------------------------------------ //------------------------------------------------------------------------
IMPL_LINK( SvxBackgroundTabPage, FileClickHdl_Impl, CheckBox*, pBox ) IMPL_LINK( SvxBackgroundTabPage, FileClickHdl_Impl, CheckBox*, pBox )
/* [Beschreibung]
*/
{ {
if ( &aBtnLink == pBox ) if ( &aBtnLink == pBox )
{ {
...@@ -1497,11 +1431,6 @@ IMPL_LINK( SvxBackgroundTabPage, FileClickHdl_Impl, CheckBox*, pBox ) ...@@ -1497,11 +1431,6 @@ IMPL_LINK( SvxBackgroundTabPage, FileClickHdl_Impl, CheckBox*, pBox )
//------------------------------------------------------------------------ //------------------------------------------------------------------------
IMPL_LINK( SvxBackgroundTabPage, RadioClickHdl_Impl, RadioButton*, pBtn ) IMPL_LINK( SvxBackgroundTabPage, RadioClickHdl_Impl, RadioButton*, pBtn )
/* [Beschreibung]
*/
{ {
if ( pBtn == &aBtnPosition ) if ( pBtn == &aBtnPosition )
{ {
...@@ -1624,11 +1553,6 @@ IMPL_LINK( SvxBackgroundTabPage, LoadTimerHdl_Impl, Timer* , pTimer ) ...@@ -1624,11 +1553,6 @@ IMPL_LINK( SvxBackgroundTabPage, LoadTimerHdl_Impl, Timer* , pTimer )
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
void SvxBackgroundTabPage::ShowTblControl() void SvxBackgroundTabPage::ShowTblControl()
/* [Beschreibung]
*/
{ {
aTblLBox .SetSelectHdl( HDL(TblDestinationHdl_Impl) ); aTblLBox .SetSelectHdl( HDL(TblDestinationHdl_Impl) );
aTblLBox .SelectEntryPos(0); aTblLBox .SelectEntryPos(0);
...@@ -1652,11 +1576,6 @@ void SvxBackgroundTabPage::ShowParaControl(BOOL bCharOnly) ...@@ -1652,11 +1576,6 @@ void SvxBackgroundTabPage::ShowParaControl(BOOL bCharOnly)
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
IMPL_LINK( SvxBackgroundTabPage, TblDestinationHdl_Impl, ListBox*, pBox ) IMPL_LINK( SvxBackgroundTabPage, TblDestinationHdl_Impl, ListBox*, pBox )
/* [Beschreibung]
*/
{ {
USHORT nSelPos = pBox->GetSelectEntryPos(); USHORT nSelPos = pBox->GetSelectEntryPos();
if( pTableBck_Impl && pTableBck_Impl->nActPos != nSelPos) if( pTableBck_Impl && pTableBck_Impl->nActPos != nSelPos)
...@@ -1798,11 +1717,6 @@ IMPL_LINK( SvxBackgroundTabPage, ParaDestinationHdl_Impl, ListBox*, pBox ) ...@@ -1798,11 +1717,6 @@ IMPL_LINK( SvxBackgroundTabPage, ParaDestinationHdl_Impl, ListBox*, pBox )
void SvxBackgroundTabPage::FillControls_Impl( const SvxBrushItem& rBgdAttr, void SvxBackgroundTabPage::FillControls_Impl( const SvxBrushItem& rBgdAttr,
const String& rUserData ) const String& rUserData )
/* [Beschreibung]
*/
{ {
SvxGraphicPosition ePos = rBgdAttr.GetGraphicPos(); SvxGraphicPosition ePos = rBgdAttr.GetGraphicPos();
const Color& rColor = rBgdAttr.GetColor(); const Color& rColor = rBgdAttr.GetColor();
......
...@@ -137,26 +137,15 @@ SvxGrfCropPage::SvxGrfCropPage ( Window *pParent, const SfxItemSet &rSet ) ...@@ -137,26 +137,15 @@ SvxGrfCropPage::SvxGrfCropPage ( Window *pParent, const SfxItemSet &rSet )
aTimer.SetTimeout( 1500 ); aTimer.SetTimeout( 1500 );
} }
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
SvxGrfCropPage::~SvxGrfCropPage() SvxGrfCropPage::~SvxGrfCropPage()
{ {
aTimer.Stop(); aTimer.Stop();
} }
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
SfxTabPage* SvxGrfCropPage::Create(Window *pParent, const SfxItemSet &rSet) SfxTabPage* SvxGrfCropPage::Create(Window *pParent, const SfxItemSet &rSet)
{ {
return new SvxGrfCropPage( pParent, rSet ); return new SvxGrfCropPage( pParent, rSet );
} }
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
void SvxGrfCropPage::Reset( const SfxItemSet &rSet ) void SvxGrfCropPage::Reset( const SfxItemSet &rSet )
{ {
...@@ -247,10 +236,6 @@ void SvxGrfCropPage::Reset( const SfxItemSet &rSet ) ...@@ -247,10 +236,6 @@ void SvxGrfCropPage::Reset( const SfxItemSet &rSet )
bReset = FALSE; bReset = FALSE;
} }
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
BOOL SvxGrfCropPage::FillItemSet(SfxItemSet &rSet) BOOL SvxGrfCropPage::FillItemSet(SfxItemSet &rSet)
{ {
const SfxItemPool& rPool = *rSet.GetPool(); const SfxItemPool& rPool = *rSet.GetPool();
...@@ -316,10 +301,6 @@ BOOL SvxGrfCropPage::FillItemSet(SfxItemSet &rSet) ...@@ -316,10 +301,6 @@ BOOL SvxGrfCropPage::FillItemSet(SfxItemSet &rSet)
return bModified; return bModified;
} }
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
void SvxGrfCropPage::ActivatePage(const SfxItemSet& rSet) void SvxGrfCropPage::ActivatePage(const SfxItemSet& rSet)
{ {
#ifdef DBG_UTIL #ifdef DBG_UTIL
...@@ -391,10 +372,6 @@ void SvxGrfCropPage::ActivatePage(const SfxItemSet& rSet) ...@@ -391,10 +372,6 @@ void SvxGrfCropPage::ActivatePage(const SfxItemSet& rSet)
CalcZoom(); CalcZoom();
} }
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
int SvxGrfCropPage::DeactivatePage(SfxItemSet *_pSet) int SvxGrfCropPage::DeactivatePage(SfxItemSet *_pSet)
{ {
if ( _pSet ) if ( _pSet )
......
...@@ -2256,10 +2256,6 @@ IMPL_LINK( SvxNumOptionsTabPage, SizeHdl_Impl, MetricField *, pField) ...@@ -2256,10 +2256,6 @@ IMPL_LINK( SvxNumOptionsTabPage, SizeHdl_Impl, MetricField *, pField)
return 0; return 0;
} }
/*------------------------------------------------------------------------
Beschreibung:
------------------------------------------------------------------------*/
IMPL_LINK( SvxNumOptionsTabPage, RatioHdl_Impl, CheckBox *, pBox ) IMPL_LINK( SvxNumOptionsTabPage, RatioHdl_Impl, CheckBox *, pBox )
{ {
if (pBox->IsChecked()) if (pBox->IsChecked())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment