diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 15:30:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 18:08:29 +0200 |
commit | adc49a81e940cb84724288a4453b6711f283219f (patch) | |
tree | dc86287afb936e3459bc9217480884ab5bd48ea2 | |
parent | 7435558847c7bbe9160e0ca6fb1a6115a34555fe (diff) |
remove empty ascii boxes and stuff
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
48 files changed, 1 insertions, 960 deletions
diff --git a/cppuhelper/test/testpropshlp.cxx b/cppuhelper/test/testpropshlp.cxx index 2c3cc5a7e22a..c7aff9e8971e 100644 --- a/cppuhelper/test/testpropshlp.cxx +++ b/cppuhelper/test/testpropshlp.cxx @@ -52,11 +52,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; - - -/********************** -* -**********************/ static Property * getPropertyTable1() { static Property *pTable = 0; diff --git a/cui/source/inc/cuiimapwnd.hxx b/cui/source/inc/cuiimapwnd.hxx index 013891a8626c..a51bf786e62c 100644 --- a/cui/source/inc/cuiimapwnd.hxx +++ b/cui/source/inc/cuiimapwnd.hxx @@ -31,13 +31,6 @@ #include <sfx2/frame.hxx> #include <svtools/svmedit.hxx> - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class URLDlg : public ModalDialog { FixedText maFtURL; diff --git a/cui/source/inc/dstribut.hxx b/cui/source/inc/dstribut.hxx index 08514f807bb2..02b58cab1836 100644 --- a/cui/source/inc/dstribut.hxx +++ b/cui/source/inc/dstribut.hxx @@ -33,10 +33,6 @@ #include <vcl/fixed.hxx> #include <svx/dstribut_enum.hxx> -/************************************************************************* -|* -\************************************************************************/ - class SvxDistributePage : public SvxTabPage { SvxDistributeHorizontal meDistributeHor; @@ -80,10 +76,6 @@ public: SvxDistributeVertical GetDistributeVer() const { return meDistributeVer; } }; -/************************************************************************* -|* -\************************************************************************/ - class SvxDistributeDialog : public SfxSingleTabDialog { SvxDistributePage* mpPage; diff --git a/cui/source/options/fontsubs.cxx b/cui/source/options/fontsubs.cxx index 7f65c50307e1..9d7898e6ec7b 100644 --- a/cui/source/options/fontsubs.cxx +++ b/cui/source/options/fontsubs.cxx @@ -154,10 +154,6 @@ SvxFontSubstTabPage::SvxFontSubstTabPage( Window* pParent, aFontHeightLB.InsertEntry(String::CreateFromInt32(nHeight)); } -/*********************************************************************/ -/* */ -/*********************************************************************/ - SvLBoxEntry* SvxFontSubstTabPage::CreateEntry(String& rFont1, String& rFont2) { SvLBoxEntry* pEntry = new SvLBoxEntry; @@ -180,31 +176,18 @@ SvLBoxEntry* SvxFontSubstTabPage::CreateEntry(String& rFont1, String& rFont2) return pEntry; } -/*********************************************************************/ -/* */ -/*********************************************************************/ - - SvxFontSubstTabPage::~SvxFontSubstTabPage() { delete pCheckButtonData; delete pConfig; } -/*********************************************************************/ -/* */ -/*********************************************************************/ - SfxTabPage* SvxFontSubstTabPage::Create( Window* pParent, const SfxItemSet& rAttrSet) { return new SvxFontSubstTabPage(pParent, rAttrSet); } -/*********************************************************************/ -/* */ -/*********************************************************************/ - sal_Bool SvxFontSubstTabPage::FillItemSet( SfxItemSet& ) { pConfig->ClearSubstitutions();// remove all entries @@ -247,11 +230,6 @@ sal_Bool SvxFontSubstTabPage::FillItemSet( SfxItemSet& ) return sal_False; } -/*********************************************************************/ -/* */ -/*********************************************************************/ - - void SvxFontSubstTabPage::Reset( const SfxItemSet& ) { aCheckLB.SetUpdateMode(sal_False); @@ -299,10 +277,6 @@ void SvxFontSubstTabPage::Reset( const SfxItemSet& ) aFontHeightLB.SaveValue(); } -/*********************************************************************/ -/* */ -/*********************************************************************/ - IMPL_LINK(SvxFontSubstTabPage, SelectHdl, Window*, pWin) { if (pWin == &aNewDelTBX) 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 ) diff --git a/extensions/test/stm/datatest.cxx b/extensions/test/stm/datatest.cxx index 2bdc349052a4..b945ee4160a9 100644 --- a/extensions/test/stm/datatest.cxx +++ b/extensions/test/stm/datatest.cxx @@ -367,14 +367,6 @@ UString ODataStreamTest_getImplementationName( int i) THROWS(()) } } - -/**------------------------------------------------------ -* -* -* -* -* -*------------------------------------------------------*/ class MyPersistObject : public XPersistObject, public XPropertySet, diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx index 3e8c1b502b9b..51c7d39b982a 100644 --- a/io/source/stm/odata.cxx +++ b/io/source/stm/odata.cxx @@ -941,12 +941,6 @@ typedef boost::unordered_map equalObjectContainer_Impl > ObjectContainer_Impl; -/*--------------------------------------------- -* -* -* -* -*--------------------------------------------*/ class OObjectOutputStream: public ImplInheritanceHelper2< ODataOutputStream, /* parent */ diff --git a/l10ntools/source/gsicheck.cxx b/l10ntools/source/gsicheck.cxx index b2981a305513..af662d009b46 100644 --- a/l10ntools/source/gsicheck.cxx +++ b/l10ntools/source/gsicheck.cxx @@ -641,15 +641,6 @@ void GSIBlock::WriteFixed( LazyStream &aFixOut ) } } - -/*****************************************************************************/ -/*****************************************************************************/ -/*****************************************************************************/ -/*****************************************************************************/ -/*****************************************************************************/ -/*****************************************************************************/ -/*****************************************************************************/ - /*****************************************************************************/ void Help() /*****************************************************************************/ diff --git a/sd/inc/imapinfo.hxx b/sd/inc/imapinfo.hxx index b932d6ff2133..1544846a1abb 100644 --- a/sd/inc/imapinfo.hxx +++ b/sd/inc/imapinfo.hxx @@ -25,13 +25,6 @@ #include <svx/svdobj.hxx> #include <svtools/imap.hxx> - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SdIMapInfo : public SdrObjUserData, public SfxListener { diff --git a/svtools/inc/svtools/imap.hxx b/svtools/inc/svtools/imap.hxx index 8d81c00dafb4..9aeb951d964b 100644 --- a/svtools/inc/svtools/imap.hxx +++ b/svtools/inc/svtools/imap.hxx @@ -40,12 +40,6 @@ class Size; class Fraction; class IMapObject; -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - typedef ::std::vector< IMapObject* > IMapObjectList_impl; class SVT_DLLPUBLIC ImageMap @@ -143,12 +137,6 @@ public: sal_uLong Read( SvStream& rIStm, sal_uLong nFormat, const String& rBaseURL ); }; -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - class IMapCompat { SvStream* pRWStm; diff --git a/svtools/inc/svtools/imapcirc.hxx b/svtools/inc/svtools/imapcirc.hxx index ea2168597e15..e965fd34fcb8 100644 --- a/svtools/inc/svtools/imapcirc.hxx +++ b/svtools/inc/svtools/imapcirc.hxx @@ -34,12 +34,6 @@ class Fraction; -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - class SVT_DLLPUBLIC IMapCircleObject : public IMapObject { Point aCenter; diff --git a/svtools/inc/svtools/imapobj.hxx b/svtools/inc/svtools/imapobj.hxx index ee523c596390..040c3c4f2f53 100644 --- a/svtools/inc/svtools/imapobj.hxx +++ b/svtools/inc/svtools/imapobj.hxx @@ -59,12 +59,6 @@ class SvStream; #define IMAP_ERR_OK 0x00000000L #define IMAP_ERR_FORMAT 0x00000001L -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - class SVT_DLLPUBLIC IMapObject { friend class ImageMap; diff --git a/svtools/inc/svtools/imappoly.hxx b/svtools/inc/svtools/imappoly.hxx index bbe41e06d40f..b4a0eafdb07d 100644 --- a/svtools/inc/svtools/imappoly.hxx +++ b/svtools/inc/svtools/imappoly.hxx @@ -26,12 +26,6 @@ class Fraction; -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - class SVT_DLLPUBLIC IMapPolygonObject : public IMapObject { Polygon aPoly; diff --git a/svtools/inc/svtools/imaprect.hxx b/svtools/inc/svtools/imaprect.hxx index 3b0cbce09c46..b7d6ab54288a 100644 --- a/svtools/inc/svtools/imaprect.hxx +++ b/svtools/inc/svtools/imaprect.hxx @@ -25,12 +25,6 @@ class Fraction; -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - class SVT_DLLPUBLIC IMapRectangleObject : public IMapObject { Rectangle aRect; diff --git a/svtools/source/filter/filter2.cxx b/svtools/source/filter/filter2.cxx index 54649b25c836..5a3687716df1 100644 --- a/svtools/source/filter/filter2.cxx +++ b/svtools/source/filter/filter2.cxx @@ -39,12 +39,6 @@ sal_uInt8* ImplSearchEntry( sal_uInt8* , sal_uInt8* , sal_uLong , sal_uLong ); -/************************************************************************* -|* -|* -|* -\************************************************************************/ - GraphicDescriptor::GraphicDescriptor( const INetURLObject& rPath ) : pFileStm( ::utl::UcbStreamHelper::CreateStream( rPath.GetMainURL( INetURLObject::NO_DECODE ), STREAM_READ ) ), aPathExt( rPath.GetFileExtension().toAsciiLowerCase() ), @@ -53,12 +47,6 @@ GraphicDescriptor::GraphicDescriptor( const INetURLObject& rPath ) : ImpConstruct(); } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - GraphicDescriptor::GraphicDescriptor( SvStream& rInStream, const String* pPath) : pFileStm ( &rInStream ), bOwnStream ( sal_False ) @@ -72,24 +60,12 @@ GraphicDescriptor::GraphicDescriptor( SvStream& rInStream, const String* pPath) } } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - GraphicDescriptor::~GraphicDescriptor() { if ( bOwnStream ) delete pFileStm; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::Detect( sal_Bool bExtendedInfo ) { sal_Bool bRet = sal_False; @@ -129,12 +105,6 @@ sal_Bool GraphicDescriptor::Detect( sal_Bool bExtendedInfo ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - void GraphicDescriptor::ImpConstruct() { nFormat = GFF_NOT; @@ -143,13 +113,6 @@ void GraphicDescriptor::ImpConstruct() bCompressed = sal_False; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectBMP( SvStream& rStm, sal_Bool bExtendedInfo ) { sal_uInt16 nTemp16; @@ -224,13 +187,6 @@ sal_Bool GraphicDescriptor::ImpDetectBMP( SvStream& rStm, sal_Bool bExtendedInfo return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectGIF( SvStream& rStm, sal_Bool bExtendedInfo ) { sal_uInt32 n32; @@ -272,13 +228,6 @@ sal_Bool GraphicDescriptor::ImpDetectGIF( SvStream& rStm, sal_Bool bExtendedInfo return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - // returns the next jpeg marker, a return value of 0 represents an error sal_uInt8 ImpDetectJPG_GetNextMarker( SvStream& rStm ) { @@ -462,13 +411,6 @@ sal_Bool GraphicDescriptor::ImpDetectJPG( SvStream& rStm, sal_Bool bExtendedInf return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectPCD( SvStream& rStm, sal_Bool ) { sal_Bool bRet = sal_False; @@ -496,13 +438,6 @@ sal_Bool GraphicDescriptor::ImpDetectPCD( SvStream& rStm, sal_Bool ) return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectPCX( SvStream& rStm, sal_Bool bExtendedInfo ) { // ! Because 0x0a can be interpreted as LF too ... @@ -585,13 +520,6 @@ sal_Bool GraphicDescriptor::ImpDetectPCX( SvStream& rStm, sal_Bool bExtendedInfo return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectPNG( SvStream& rStm, sal_Bool bExtendedInfo ) { sal_uInt32 nTemp32; @@ -682,13 +610,6 @@ sal_Bool GraphicDescriptor::ImpDetectPNG( SvStream& rStm, sal_Bool bExtendedInfo return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectTIF( SvStream& rStm, sal_Bool bExtendedInfo ) { sal_Bool bDetectOk = sal_False; @@ -820,13 +741,6 @@ sal_Bool GraphicDescriptor::ImpDetectTIF( SvStream& rStm, sal_Bool bExtendedInfo return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectXBM( SvStream&, sal_Bool ) { sal_Bool bRet = aPathExt.CompareToAscii( "xbm", 3 ) == COMPARE_EQUAL; @@ -836,13 +750,6 @@ sal_Bool GraphicDescriptor::ImpDetectXBM( SvStream&, sal_Bool ) return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectXPM( SvStream&, sal_Bool ) { sal_Bool bRet = aPathExt.CompareToAscii( "xpm", 3 ) == COMPARE_EQUAL; @@ -852,12 +759,6 @@ sal_Bool GraphicDescriptor::ImpDetectXPM( SvStream&, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectPBM( SvStream& rStm, sal_Bool ) { sal_Bool bRet = sal_False; @@ -883,12 +784,6 @@ sal_Bool GraphicDescriptor::ImpDetectPBM( SvStream& rStm, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectPGM( SvStream& rStm, sal_Bool ) { sal_Bool bRet = sal_False; @@ -911,12 +806,6 @@ sal_Bool GraphicDescriptor::ImpDetectPGM( SvStream& rStm, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectPPM( SvStream& rStm, sal_Bool ) { sal_Bool bRet = sal_False; @@ -939,12 +828,6 @@ sal_Bool GraphicDescriptor::ImpDetectPPM( SvStream& rStm, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectRAS( SvStream& rStm, sal_Bool ) { sal_uInt32 nMagicNumber; @@ -961,12 +844,6 @@ sal_Bool GraphicDescriptor::ImpDetectRAS( SvStream& rStm, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectTGA( SvStream&, sal_Bool ) { sal_Bool bRet = aPathExt.CompareToAscii( "tga", 3 ) == COMPARE_EQUAL; @@ -976,12 +853,6 @@ sal_Bool GraphicDescriptor::ImpDetectTGA( SvStream&, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectPSD( SvStream& rStm, sal_Bool bExtendedInfo ) { sal_Bool bRet = sal_False; @@ -1035,12 +906,6 @@ sal_Bool GraphicDescriptor::ImpDetectPSD( SvStream& rStm, sal_Bool bExtendedInfo return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectEPS( SvStream& rStm, sal_Bool ) { // es wird die EPS mit Vorschaubild Variante und die Extensionuebereinstimmung @@ -1067,12 +932,6 @@ sal_Bool GraphicDescriptor::ImpDetectEPS( SvStream& rStm, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectDXF( SvStream&, sal_Bool ) { sal_Bool bRet = aPathExt.CompareToAscii( "dxf", 3 ) == COMPARE_EQUAL; @@ -1082,12 +941,6 @@ sal_Bool GraphicDescriptor::ImpDetectDXF( SvStream&, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectMET( SvStream&, sal_Bool ) { sal_Bool bRet = aPathExt.CompareToAscii( "met", 3 ) == COMPARE_EQUAL; @@ -1097,13 +950,6 @@ sal_Bool GraphicDescriptor::ImpDetectMET( SvStream&, sal_Bool ) return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - extern bool isPCT(SvStream& rStream, sal_uLong nStreamPos, sal_uLong nStreamLen); sal_Bool GraphicDescriptor::ImpDetectPCT( SvStream& rStm, sal_Bool ) @@ -1126,13 +972,6 @@ sal_Bool GraphicDescriptor::ImpDetectPCT( SvStream& rStm, sal_Bool ) return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectSGF( SvStream& rStm, sal_Bool ) { sal_Bool bRet = sal_False; @@ -1158,13 +997,6 @@ sal_Bool GraphicDescriptor::ImpDetectSGF( SvStream& rStm, sal_Bool ) return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectSGV( SvStream&, sal_Bool ) { sal_Bool bRet = aPathExt.CompareToAscii( "sgv", 3 ) == COMPARE_EQUAL; @@ -1174,13 +1006,6 @@ sal_Bool GraphicDescriptor::ImpDetectSGV( SvStream&, sal_Bool ) return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectSVM( SvStream& rStm, sal_Bool bExtendedInfo ) { sal_uInt32 n32; @@ -1253,13 +1078,6 @@ sal_Bool GraphicDescriptor::ImpDetectSVM( SvStream& rStm, sal_Bool bExtendedInfo return bRet; } - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectWMF( SvStream&, sal_Bool ) { sal_Bool bRet = aPathExt.CompareToAscii( "wmf",3 ) == COMPARE_EQUAL; @@ -1269,12 +1087,6 @@ sal_Bool GraphicDescriptor::ImpDetectWMF( SvStream&, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectEMF( SvStream&, sal_Bool ) { sal_Bool bRet = aPathExt.CompareToAscii( "emf", 3 ) == COMPARE_EQUAL; @@ -1284,12 +1096,6 @@ sal_Bool GraphicDescriptor::ImpDetectEMF( SvStream&, sal_Bool ) return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - sal_Bool GraphicDescriptor::ImpDetectSVG( SvStream& /*rStm*/, sal_Bool /*bExtendedInfo*/ ) { sal_Bool bRet = aPathExt.CompareToAscii( "svg", 3 ) == COMPARE_EQUAL; @@ -1299,12 +1105,6 @@ sal_Bool GraphicDescriptor::ImpDetectSVG( SvStream& /*rStm*/, sal_Bool /*bExtend return bRet; } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - String GraphicDescriptor::GetImportFormatShortName( sal_uInt16 nFormat ) { const char *pKeyName = 0; diff --git a/svtools/source/misc/imap.cxx b/svtools/source/misc/imap.cxx index dd15a4b61f47..1245331f01d1 100644 --- a/svtools/source/misc/imap.cxx +++ b/svtools/source/misc/imap.cxx @@ -86,13 +86,6 @@ sal_uInt16 IMapObject::GetVersion() const return IMAP_OBJ_VERSION; } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void IMapObject::Write( SvStream& rOStm, const String& rBaseURL ) const { IMapCompat* pCompat; @@ -158,13 +151,6 @@ void IMapObject::Read( SvStream& rIStm, const String& rBaseURL ) delete pCompat; } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - sal_Bool IMapObject::IsEqual( const IMapObject& rEqObj ) { return ( ( aURL == rEqObj.aURL ) && @@ -175,11 +161,6 @@ sal_Bool IMapObject::IsEqual( const IMapObject& rEqObj ) ( bActive == rEqObj.bActive ) ); } - -/******************************************************************************/ -/******************************************************************************/ -/******************************************************************************/ - IMapRectangleObject::IMapRectangleObject( const Rectangle& rRect, const String& rURL, const String& rAltText, @@ -193,13 +174,6 @@ IMapRectangleObject::IMapRectangleObject( const Rectangle& rRect, ImpConstruct( rRect, bPixelCoords ); } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void IMapRectangleObject::ImpConstruct( const Rectangle& rRect, sal_Bool bPixel ) { if ( bPixel ) @@ -256,13 +230,6 @@ sal_Bool IMapRectangleObject::IsHit( const Point& rPoint ) const return aRect.IsInside( rPoint ); } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - Rectangle IMapRectangleObject::GetRectangle( sal_Bool bPixelCoords ) const { Rectangle aNewRect; @@ -275,13 +242,6 @@ Rectangle IMapRectangleObject::GetRectangle( sal_Bool bPixelCoords ) const return aNewRect; } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void IMapRectangleObject::Scale( const Fraction& rFracX, const Fraction& rFracY ) { Point aTL( aRect.TopLeft() ); @@ -296,23 +256,11 @@ void IMapRectangleObject::Scale( const Fraction& rFracX, const Fraction& rFracY aRect = Rectangle( aTL, aBR ); } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - sal_Bool IMapRectangleObject::IsEqual( const IMapRectangleObject& rEqObj ) { return ( IMapObject::IsEqual( rEqObj ) && ( aRect == rEqObj.aRect ) ); } - -/******************************************************************************/ -/******************************************************************************/ -/******************************************************************************/ - IMapCircleObject::IMapCircleObject( const Point& rCenter, sal_uLong nCircleRadius, const String& rURL, const String& rAltText, @@ -326,13 +274,6 @@ IMapCircleObject::IMapCircleObject( const Point& rCenter, sal_uLong nCircleRadiu ImpConstruct( rCenter, nCircleRadius, bPixelCoords ); } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void IMapCircleObject::ImpConstruct( const Point& rCenter, sal_uLong nRad, sal_Bool bPixel ) { if ( bPixel ) @@ -414,13 +355,6 @@ sal_Bool IMapCircleObject::IsHit( const Point& rPoint ) const return bRet; } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - Point IMapCircleObject::GetCenter( sal_Bool bPixelCoords ) const { Point aNewPoint; @@ -433,13 +367,6 @@ Point IMapCircleObject::GetCenter( sal_Bool bPixelCoords ) const return aNewPoint; } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - sal_uLong IMapCircleObject::GetRadius( sal_Bool bPixelCoords ) const { sal_uLong nNewRadius; @@ -452,13 +379,6 @@ sal_uLong IMapCircleObject::GetRadius( sal_Bool bPixelCoords ) const return nNewRadius; } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - Rectangle IMapCircleObject::GetBoundRect() const { long nWidth = nRadius << 1; @@ -467,13 +387,6 @@ Rectangle IMapCircleObject::GetBoundRect() const Size( nWidth, nWidth ) ); } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void IMapCircleObject::Scale( const Fraction& rFracX, const Fraction& rFracY ) { Fraction aAverage( rFracX ); @@ -489,13 +402,6 @@ void IMapCircleObject::Scale( const Fraction& rFracX, const Fraction& rFracY ) nRadius = ( nRadius * aAverage.GetNumerator() ) / aAverage.GetDenominator(); } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - sal_Bool IMapCircleObject::IsEqual( const IMapCircleObject& rEqObj ) { return ( IMapObject::IsEqual( rEqObj ) && @@ -503,10 +409,6 @@ sal_Bool IMapCircleObject::IsEqual( const IMapCircleObject& rEqObj ) ( nRadius == rEqObj.nRadius ) ); } - -/******************************************************************************/ -/******************************************************************************/ -/******************************************************************************/ IMapPolygonObject::IMapPolygonObject( const Polygon& rPoly, const String& rURL, const String& rAltText, @@ -521,13 +423,6 @@ IMapPolygonObject::IMapPolygonObject( const Polygon& rPoly, ImpConstruct( rPoly, bPixelCoords ); } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void IMapPolygonObject::ImpConstruct( const Polygon& rPoly, sal_Bool bPixel ) { if ( bPixel ) @@ -593,13 +488,6 @@ sal_Bool IMapPolygonObject::IsHit( const Point& rPoint ) const return aPoly.IsInside( rPoint ); } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - Polygon IMapPolygonObject::GetPolygon( sal_Bool bPixelCoords ) const { Polygon aNewPoly; @@ -612,13 +500,6 @@ Polygon IMapPolygonObject::GetPolygon( sal_Bool bPixelCoords ) const return aNewPoly; } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void IMapPolygonObject::SetExtraEllipse( const Rectangle& rEllipse ) { if ( aPoly.GetSize() ) @@ -628,13 +509,6 @@ void IMapPolygonObject::SetExtraEllipse( const Rectangle& rEllipse ) } } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void IMapPolygonObject::Scale( const Fraction& rFracX, const Fraction& rFracY ) { sal_uInt16 nCount = aPoly.GetSize(); @@ -666,13 +540,6 @@ void IMapPolygonObject::Scale( const Fraction& rFracX, const Fraction& rFracY ) } } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - sal_Bool IMapPolygonObject::IsEqual( const IMapPolygonObject& rEqObj ) { sal_Bool bRet = sal_False; @@ -703,12 +570,6 @@ sal_Bool IMapPolygonObject::IsEqual( const IMapPolygonObject& rEqObj ) return bRet; } - -/******************************************************************************/ -/******************************************************************************/ -/******************************************************************************/ - - /****************************************************************************** |* |* Ctor @@ -982,13 +843,6 @@ IMapObject* ImageMap::GetHitIMapObject( const Size& rTotalSize, return( pObj ? ( pObj->IsActive() ? pObj : NULL ) : NULL ); } - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void ImageMap::Scale( const Fraction& rFracX, const Fraction& rFracY ) { size_t nCount = maList.size(); diff --git a/svx/inc/svx/imapdlg.hxx b/svx/inc/svx/imapdlg.hxx index 631ba864e4d4..acaf755ff28c 100644 --- a/svx/inc/svx/imapdlg.hxx +++ b/svx/inc/svx/imapdlg.hxx @@ -78,12 +78,6 @@ class SVX_DLLPUBLIC SvxIMapDlgChildWindow : public SfxChildWindow #ifndef _REDUCED_IMAPDLG_HXX_ #define _REDUCED_IMAPDLG_HXX_ -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SvxIMapDlg; class SvxIMapDlgItem : public SfxControllerItem @@ -102,13 +96,6 @@ public: SvxIMapDlgItem( sal_uInt16 nId, SvxIMapDlg& rIMapDlg, SfxBindings& rBindings ); }; - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class IMapOwnData; class IMapWindow; diff --git a/svx/inc/svx/xflbmpit.hxx b/svx/inc/svx/xflbmpit.hxx index 44ce20c2c2de..709a6919dfe9 100644 --- a/svx/inc/svx/xflbmpit.hxx +++ b/svx/inc/svx/xflbmpit.hxx @@ -23,12 +23,6 @@ #include <svl/eitem.hxx> #include "svx/svxdllapi.h" -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpPosItem : public SfxEnumItem { public: diff --git a/svx/inc/svx/xflbmsli.hxx b/svx/inc/svx/xflbmsli.hxx index 3d6acf8daa5c..d63b05b38b74 100644 --- a/svx/inc/svx/xflbmsli.hxx +++ b/svx/inc/svx/xflbmsli.hxx @@ -23,12 +23,6 @@ #include <svl/eitem.hxx> #include "svx/svxdllapi.h" -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpSizeLogItem : public SfxBoolItem { public: diff --git a/svx/inc/svx/xflbmsxy.hxx b/svx/inc/svx/xflbmsxy.hxx index 4238018b5505..28d68ee45b79 100644 --- a/svx/inc/svx/xflbmsxy.hxx +++ b/svx/inc/svx/xflbmsxy.hxx @@ -32,12 +32,6 @@ #include <svl/metitem.hxx> #include "svx/svxdllapi.h" -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpSizeXItem : public SfxMetricItem { public: @@ -59,12 +53,6 @@ public: SVX_DLLPRIVATE virtual bool HasMetrics() const; }; -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpSizeYItem : public SfxMetricItem { public: diff --git a/svx/inc/svx/xflbmtit.hxx b/svx/inc/svx/xflbmtit.hxx index 2c3fb42c4837..258372ae0480 100644 --- a/svx/inc/svx/xflbmtit.hxx +++ b/svx/inc/svx/xflbmtit.hxx @@ -23,12 +23,6 @@ #include <svl/eitem.hxx> #include "svx/svxdllapi.h" -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpTileItem : public SfxBoolItem { public: diff --git a/svx/inc/svx/xflboxy.hxx b/svx/inc/svx/xflboxy.hxx index 414a41889239..a226d3a97021 100644 --- a/svx/inc/svx/xflboxy.hxx +++ b/svx/inc/svx/xflboxy.hxx @@ -23,12 +23,6 @@ #include <svl/intitem.hxx> #include "svx/svxdllapi.h" -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpPosOffsetXItem : public SfxUInt16Item { public: @@ -45,13 +39,6 @@ public: String &rText, const IntlWrapper * = 0 ) const; }; - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpPosOffsetYItem : public SfxUInt16Item { public: diff --git a/svx/inc/svx/xflbstit.hxx b/svx/inc/svx/xflbstit.hxx index f112c2f51a08..b11a387b5b37 100644 --- a/svx/inc/svx/xflbstit.hxx +++ b/svx/inc/svx/xflbstit.hxx @@ -23,12 +23,6 @@ #include <svl/eitem.hxx> #include "svx/svxdllapi.h" -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpStretchItem : public SfxBoolItem { public: diff --git a/svx/inc/svx/xflbtoxy.hxx b/svx/inc/svx/xflbtoxy.hxx index 47251de8da25..d0902d8cb385 100644 --- a/svx/inc/svx/xflbtoxy.hxx +++ b/svx/inc/svx/xflbtoxy.hxx @@ -23,12 +23,6 @@ #include <svl/intitem.hxx> #include "svx/svxdllapi.h" -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpTileOffsetXItem : public SfxUInt16Item { public: @@ -45,13 +39,6 @@ public: String &rText, const IntlWrapper * = 0 ) const; }; - -/************************************************************************* -|* -|* -|* -\************************************************************************/ - class SVX_DLLPUBLIC XFillBmpTileOffsetYItem : public SfxUInt16Item { public: diff --git a/svx/source/customshapes/tbxcustomshapes.cxx b/svx/source/customshapes/tbxcustomshapes.cxx index c9a435362141..63e92cbae653 100644 --- a/svx/source/customshapes/tbxcustomshapes.cxx +++ b/svx/source/customshapes/tbxcustomshapes.cxx @@ -44,12 +44,6 @@ SFX_IMPL_TOOLBOX_CONTROL(SvxTbxCtlCustomShapes, SfxBoolItem); -/************************************************************************* -|* -|* -|* -\************************************************************************/ - SvxTbxCtlCustomShapes::SvxTbxCtlCustomShapes( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : SfxToolBoxControl( nSlotId, nId, rTbx ), m_aSubTbxResName( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolbar/" ) ) diff --git a/svx/source/engine3d/dragmt3d.cxx b/svx/source/engine3d/dragmt3d.cxx index 81771f1ece41..36d7b9d1437e 100644 --- a/svx/source/engine3d/dragmt3d.cxx +++ b/svx/source/engine3d/dragmt3d.cxx @@ -129,10 +129,6 @@ E3dDragMethod::E3dDragMethod ( } } -/************************************************************************* -|* -\************************************************************************/ - void E3dDragMethod::TakeSdrDragComment(XubString& /*rStr*/) const { } @@ -454,10 +450,6 @@ void E3dDragRotate::MoveSdrDrag(const Point& rPnt) } } -/************************************************************************* -|* -\************************************************************************/ - Pointer E3dDragRotate::GetSdrDragPointer() const { return Pointer(POINTER_ROTATE); @@ -732,10 +724,6 @@ void E3dDragMove::MoveSdrDrag(const Point& rPnt) } } -/************************************************************************* -|* -\************************************************************************/ - Pointer E3dDragMove::GetSdrDragPointer() const { return Pointer(POINTER_MOVE); diff --git a/svx/source/tbxctrls/colrctrl.cxx b/svx/source/tbxctrls/colrctrl.cxx index 38e1993f02c9..5519e2559403 100644 --- a/svx/source/tbxctrls/colrctrl.cxx +++ b/svx/source/tbxctrls/colrctrl.cxx @@ -216,12 +216,6 @@ void SvxColorValueSet::DoDrag() } } -/************************************************************************* -|* -|* -|* -\************************************************************************/ - IMPL_STATIC_LINK(SvxColorValueSet, ExecDragHdl, void*, EMPTYARG) { // Als Link, damit asynchron ohne ImpMouseMoveMsg auf dem Stack auch die diff --git a/svx/source/tbxctrls/subtoolboxcontrol.cxx b/svx/source/tbxctrls/subtoolboxcontrol.cxx index d1ae4806a836..040dbf0d7fbc 100644 --- a/svx/source/tbxctrls/subtoolboxcontrol.cxx +++ b/svx/source/tbxctrls/subtoolboxcontrol.cxx @@ -27,28 +27,16 @@ SFX_IMPL_TOOLBOX_CONTROL( SvxSubToolBoxControl, SfxUInt16Item ); -/********************************************************************** - -**********************************************************************/ - SvxSubToolBoxControl::SvxSubToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) : SfxToolBoxControl( nSlotId, nId, rTbx ) { rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) ); } -/********************************************************************** - -**********************************************************************/ - SvxSubToolBoxControl::~SvxSubToolBoxControl() { } -/********************************************************************** - -**********************************************************************/ - SfxPopupWindow* SvxSubToolBoxControl::CreatePopupWindow() { const sal_Char* pResource = 0; @@ -64,10 +52,6 @@ SfxPopupWindow* SvxSubToolBoxControl::CreatePopupWindow() return NULL; } -/********************************************************************** - -**********************************************************************/ - SfxPopupWindowType SvxSubToolBoxControl::GetPopupWindowType() const { return SFX_POPUPWINDOW_ONCLICK; diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index 2307f714846e..b615ccc0e2e0 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -76,12 +76,6 @@ using namespace ::com::sun::star; TYPEINIT1_AUTOFACTORY(NameOrIndex, SfxStringItem); -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - long ScaleMetricValue( long nVal, long nMul, long nDiv ) { BigInt aVal( nVal ); @@ -4193,23 +4187,11 @@ SfxPoolItem* XFormTextStyleItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) cons return new XFormTextStyleItem(rIn); } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - sal_uInt16 XFormTextStyleItem::GetValueCount() const { return 5; } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - // #FontWork# bool XFormTextStyleItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const { @@ -4217,12 +4199,6 @@ bool XFormTextStyleItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) co return true; } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - // #FontWork# bool XFormTextStyleItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) { @@ -4282,23 +4258,11 @@ SfxPoolItem* XFormTextAdjustItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) con return new XFormTextAdjustItem(rIn); } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - sal_uInt16 XFormTextAdjustItem::GetValueCount() const { return 4; } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - // #FontWork# bool XFormTextAdjustItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const { @@ -4306,12 +4270,6 @@ bool XFormTextAdjustItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) c return true; } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - // #FontWork# bool XFormTextAdjustItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) { @@ -4571,24 +4529,11 @@ SfxPoolItem* XFormTextShadowItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) con return new XFormTextShadowItem(rIn); } - -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - sal_uInt16 XFormTextShadowItem::GetValueCount() const { return 3; } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - // #FontWork# bool XFormTextShadowItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const { @@ -4596,12 +4541,6 @@ bool XFormTextShadowItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) c return true; } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - // #FontWork# bool XFormTextShadowItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) { @@ -4810,24 +4749,11 @@ SfxPoolItem* XFormTextStdFormItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) co return new XFormTextStdFormItem(rIn); } - -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - sal_uInt16 XFormTextStdFormItem::GetValueCount() const { return 3; } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - // #FontWork# bool XFormTextStdFormItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const { @@ -4835,12 +4761,6 @@ bool XFormTextStdFormItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) return true; } -/************************************************************************* -|* -|* -|* -\*************************************************************************/ - // #FontWork# bool XFormTextStdFormItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) { diff --git a/svx/source/xoutdev/xattr2.cxx b/svx/source/xoutdev/xattr2.cxx index 7b39aae30dc4..b5df3c7f359b 100644 --- a/svx/source/xoutdev/xattr2.cxx +++ b/svx/source/xoutdev/xattr2.cxx @@ -695,11 +695,6 @@ SfxItemPresentation XFillBmpSizeYItem::GetPresentation } } - -/************************************************************************* -|* -\*************************************************************************/ - bool XFillBmpSizeYItem::HasMetrics() const { return GetValue() > 0L; diff --git a/sw/inc/unoatxt.hxx b/sw/inc/unoatxt.hxx index b0d73c249132..f8e4654dd351 100644 --- a/sw/inc/unoatxt.hxx +++ b/sw/inc/unoatxt.hxx @@ -58,10 +58,6 @@ class SwXBodyText; SV_DECL_REF( SwDocShell ) #endif - -/****************************************************************************** - * - ******************************************************************************/ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL SwXAutoTextContainer_createInstance( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & ) throw ( ::com::sun::star::uno::Exception ); diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx index c89ce1f01fe8..0d0d5f4d0a7a 100644 --- a/sw/inc/unocoll.hxx +++ b/sw/inc/unocoll.hxx @@ -32,10 +32,7 @@ #include <IMark.hxx> #include <unobaseclass.hxx> #include "swdllapi.h" -/*************************************************** - *************************************************** - * - ***************************************************/ + class SwDoc; class SwFrmFmt; namespace com{namespace sun {namespace star {namespace text diff --git a/sw/inc/unomod.hxx b/sw/inc/unomod.hxx index 5bfa819bee45..9bac96e15ecc 100644 --- a/sw/inc/unomod.hxx +++ b/sw/inc/unomod.hxx @@ -37,9 +37,6 @@ class SwViewOption; class SwPrintData; class SwDoc; -/****************************************************************************** - * - ******************************************************************************/ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL SwXModule_CreateInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & ); class SwXModule : public cppu::WeakImplHelper4 diff --git a/sw/inc/unosrch.hxx b/sw/inc/unosrch.hxx index fc0d0bbf5986..372778a3b153 100644 --- a/sw/inc/unosrch.hxx +++ b/sw/inc/unosrch.hxx @@ -25,9 +25,6 @@ #include <cppuhelper/implbase3.hxx> // helper for implementations #include <tools/string.hxx> -/****************************************************************************** - * - ******************************************************************************/ class SfxItemPropertySet; class SwXTextDocument; class SwSearchProperties_Impl; diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx index f6c63df3d861..d18eb2106dd9 100644 --- a/sw/inc/unostyle.hxx +++ b/sw/inc/unostyle.hxx @@ -51,10 +51,6 @@ class IStyleAccess; class SfxItemSet; typedef boost::shared_ptr<SfxItemSet> SfxItemSet_Pointer_t; -/****************************************************************************** - * - ******************************************************************************/ - class SwXStyleFamilies : public cppu::WeakImplHelper4 < ::com::sun::star::container::XIndexAccess, diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index 903e487afee8..443aa763a6eb 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -134,12 +134,6 @@ class ViewShell; typedef std::deque<UnoActionContext*> ActionContextArr; - -/****************************************************************************** - * - ******************************************************************************/ - - typedef cppu::WeakImplHelper32 < css::text::XTextDocument, diff --git a/sw/source/ui/ribbar/concustomshape.cxx b/sw/source/ui/ribbar/concustomshape.cxx index c43d9cf0e4ef..ea207855224f 100644 --- a/sw/source/ui/ribbar/concustomshape.cxx +++ b/sw/source/ui/ribbar/concustomshape.cxx @@ -65,10 +65,6 @@ ConstCustomShape::ConstCustomShape( SwWrtShell* pWrtShell, SwEditWin* pEditWin, aCustomShape = ConstCustomShape::GetShapeTypeFromRequest( rReq ); } -/************************************************************************* -|* -\************************************************************************/ - rtl::OUString ConstCustomShape::GetShapeType() const { return aCustomShape; diff --git a/sw/source/ui/ribbar/tblctrl.cxx b/sw/source/ui/ribbar/tblctrl.cxx index 2893cd57ce8a..9ee21f30bf4d 100644 --- a/sw/source/ui/ribbar/tblctrl.cxx +++ b/sw/source/ui/ribbar/tblctrl.cxx @@ -29,13 +29,6 @@ SFX_IMPL_TOOLBOX_CONTROL( SwTableOptimizeCtrl, SfxUInt16Item ); -/********************************************************************** - -**********************************************************************/ - - - - SwTableOptimizeCtrl::SwTableOptimizeCtrl( sal_uInt16 nSlotId, sal_uInt16 nId, @@ -44,34 +37,17 @@ SwTableOptimizeCtrl::SwTableOptimizeCtrl( { rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) ); } -/********************************************************************** - -**********************************************************************/ - - SwTableOptimizeCtrl::~SwTableOptimizeCtrl() { } -/********************************************************************** - -**********************************************************************/ - - - SfxPopupWindow* SwTableOptimizeCtrl::CreatePopupWindow() { createAndPositionSubToolBar("private:resource/toolbar/optimizetablebar"); return NULL; } -/********************************************************************** - -**********************************************************************/ - - - SfxPopupWindowType SwTableOptimizeCtrl::GetPopupWindowType() const { return SFX_POPUPWINDOW_ONCLICK; diff --git a/sw/source/ui/table/convert.cxx b/sw/source/ui/table/convert.cxx index fa86fd27ae7b..d7398ec366d7 100644 --- a/sw/source/ui/table/convert.cxx +++ b/sw/source/ui/table/convert.cxx @@ -257,10 +257,6 @@ IMPL_LINK( SwConvertTableDlg, BtnHdl, Button*, pButton ) return 0; } -/*********************************************************************/ -/* */ -/*********************************************************************/ - IMPL_LINK_NOARG(SwConvertTableDlg, CheckBoxHdl) { aRepeatHeaderCB.Enable(aHeaderCB.IsChecked()); diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx index 67883c866ecc..8bee384245dc 100644 --- a/sw/source/ui/uno/unotxdoc.cxx +++ b/sw/source/ui/uno/unotxdoc.cxx @@ -162,10 +162,6 @@ using ::osl::FileBase; #define SW_CREATE_MARKER_TABLE 0x06 #define SW_CREATE_DRAW_DEFAULTS 0x07 -/****************************************************************************** - * - ******************************************************************************/ - extern bool lcl_GetPostIts( IDocumentFieldsAccess* pIDFA, _SetGetExpFlds * pSrtLst ); SwPrintUIOptions * lcl_GetPrintUIOptions( diff --git a/sw/source/ui/utlui/gloslst.cxx b/sw/source/ui/utlui/gloslst.cxx index 3d1cfe3b8496..abb68e3f2574 100644 --- a/sw/source/ui/utlui/gloslst.cxx +++ b/sw/source/ui/utlui/gloslst.cxx @@ -195,11 +195,6 @@ sal_uInt16 SwGlossaryList::GetGroupCount() return aGroupArr.size(); } -/******************************************************************** - -********************************************************************/ - - String SwGlossaryList::GetGroupName(sal_uInt16 nPos, sal_Bool bNoPath, String* pTitle) { OSL_ENSURE(aGroupArr.size() > nPos, "group not available"); @@ -217,11 +212,6 @@ String SwGlossaryList::GetGroupName(sal_uInt16 nPos, sal_Bool bNoPath, String* p } -/******************************************************************** - -********************************************************************/ - - sal_uInt16 SwGlossaryList::GetBlockCount(sal_uInt16 nGroup) { OSL_ENSURE(aGroupArr.size() > nGroup, "group not available"); @@ -233,11 +223,6 @@ sal_uInt16 SwGlossaryList::GetBlockCount(sal_uInt16 nGroup) return 0; } -/******************************************************************** - -********************************************************************/ - - String SwGlossaryList::GetBlockName(sal_uInt16 nGroup, sal_uInt16 nBlock, String& rShortName) { OSL_ENSURE(aGroupArr.size() > nGroup, "group not available"); @@ -250,11 +235,6 @@ String SwGlossaryList::GetBlockName(sal_uInt16 nGroup, sal_uInt16 nBlock, Strin return aEmptyStr; } -/******************************************************************** - -********************************************************************/ - - void SwGlossaryList::Update() { if(!IsActive()) @@ -366,11 +346,6 @@ void SwGlossaryList::Update() } } -/******************************************************************** - -********************************************************************/ - - void SwGlossaryList::Timeout() { // nur, wenn eine SwView den Fokus hat, wird automatisch upgedated @@ -378,11 +353,6 @@ void SwGlossaryList::Timeout() Update(); } -/******************************************************************** - -********************************************************************/ - - AutoTextGroup* SwGlossaryList::FindGroup(const String& rGroupName) { for(sal_uInt16 i = 0; i < aGroupArr.size(); i++) @@ -394,11 +364,6 @@ AutoTextGroup* SwGlossaryList::FindGroup(const String& rGroupName) return 0; } -/******************************************************************** - -********************************************************************/ - - void SwGlossaryList::FillGroup(AutoTextGroup* pGroup, SwGlossaries* pGlossaries) { SwTextBlocks* pBlock = pGlossaries->GetGroupDoc(pGroup->sName); @@ -450,9 +415,6 @@ bool SwGlossaryList::HasLongName(const String& rBegin, std::vector<String> *pLon return nFound > 0; } -/******************************************************************** - -********************************************************************/ void SwGlossaryList::ClearGroups() { sal_uInt16 nCount = aGroupArr.size(); diff --git a/unotools/inc/unotools/idhelper.hxx b/unotools/inc/unotools/idhelper.hxx index 0ee4a40e6186..d183ddcefb3e 100644 --- a/unotools/inc/unotools/idhelper.hxx +++ b/unotools/inc/unotools/idhelper.hxx @@ -133,10 +133,6 @@ public: \ } /* _namespace */ \ \ -/************************************************************************* -************************************************************************** -*************************************************************************/ - /** implement an id helper */ #define IMPLEMENT_IMPLEMENTATIONID_HELPER(_namespace, classname) \ |