summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/adrparse.hxx6
-rw-r--r--include/svl/brdcst.hxx2
-rw-r--r--include/svl/cenumitm.hxx2
-rw-r--r--include/svl/cintitem.hxx8
-rw-r--r--include/svl/cntwall.hxx2
-rw-r--r--include/svl/ctypeitm.hxx2
-rw-r--r--include/svl/custritm.hxx2
-rw-r--r--include/svl/eitem.hxx4
-rw-r--r--include/svl/filenotation.hxx12
-rw-r--r--include/svl/hint.hxx2
-rw-r--r--include/svl/inettype.hxx8
-rw-r--r--include/svl/instrm.hxx2
-rw-r--r--include/svl/intitem.hxx10
-rw-r--r--include/svl/isethint.hxx2
-rw-r--r--include/svl/lstner.hxx2
-rw-r--r--include/svl/macitem.hxx2
-rw-r--r--include/svl/metitem.hxx2
-rw-r--r--include/svl/numuno.hxx4
-rw-r--r--include/svl/outstrm.hxx2
-rw-r--r--include/svl/ownlist.hxx4
-rw-r--r--include/svl/pickerhistoryaccess.hxx10
-rw-r--r--include/svl/poolitem.hxx24
-rw-r--r--include/svl/ptitem.hxx2
-rw-r--r--include/svl/rectitem.hxx2
-rw-r--r--include/svl/rngitem.hxx4
-rw-r--r--include/svl/smplhint.hxx2
-rw-r--r--include/svl/stritem.hxx2
-rw-r--r--include/svl/strmadpt.hxx4
-rw-r--r--include/svl/style.hxx16
-rw-r--r--include/svl/svdde.hxx56
-rw-r--r--include/svl/szitem.hxx2
-rw-r--r--include/svl/undo.hxx22
-rw-r--r--include/svl/urlbmk.hxx2
-rw-r--r--include/svl/visitem.hxx2
34 files changed, 115 insertions, 115 deletions
diff --git a/include/svl/adrparse.hxx b/include/svl/adrparse.hxx
index 81bac49e792e..e6c08e84cb24 100644
--- a/include/svl/adrparse.hxx
+++ b/include/svl/adrparse.hxx
@@ -23,7 +23,7 @@
#include <svl/svldllapi.h>
#include <vector>
-//============================================================================
+
struct SvAddressEntry_Impl
{
OUString m_aAddrSpec;
@@ -41,10 +41,10 @@ struct SvAddressEntry_Impl
}
};
-//============================================================================
+
typedef ::std::vector< SvAddressEntry_Impl* > SvAddressList_Impl;
-//============================================================================
+
class SVL_DLLPUBLIC SvAddressParser
{
friend class SvAddressParser_Impl;
diff --git a/include/svl/brdcst.hxx b/include/svl/brdcst.hxx
index c5e726e933b7..646b270b0d42 100644
--- a/include/svl/brdcst.hxx
+++ b/include/svl/brdcst.hxx
@@ -26,7 +26,7 @@
class SfxListener;
class SfxHint;
-//-------------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxBroadcaster
{
diff --git a/include/svl/cenumitm.hxx b/include/svl/cenumitm.hxx
index 87a0b36716b3..8f697f36265f 100644
--- a/include/svl/cenumitm.hxx
+++ b/include/svl/cenumitm.hxx
@@ -24,7 +24,7 @@
#include <tools/debug.hxx>
#include <svl/poolitem.hxx>
-//============================================================================
+
DBG_NAMEEX(SfxEnumItemInterface)
class SVL_DLLPUBLIC SfxEnumItemInterface: public SfxPoolItem
diff --git a/include/svl/cintitem.hxx b/include/svl/cintitem.hxx
index 94d1ed2153e2..5a02024224c9 100644
--- a/include/svl/cintitem.hxx
+++ b/include/svl/cintitem.hxx
@@ -24,7 +24,7 @@
#include <tools/debug.hxx>
#include <svl/poolitem.hxx>
-//============================================================================
+
DBG_NAMEEX_VISIBILITY(CntByteItem, SVL_DLLPUBLIC)
class SVL_DLLPUBLIC CntByteItem: public SfxPoolItem
@@ -83,7 +83,7 @@ inline void CntByteItem::SetValue(sal_uInt8 nTheValue)
m_nValue = nTheValue;
}
-//============================================================================
+
DBG_NAMEEX_VISIBILITY(CntUInt16Item, SVL_DLLPUBLIC)
class SVL_DLLPUBLIC CntUInt16Item: public SfxPoolItem
@@ -145,7 +145,7 @@ inline void CntUInt16Item::SetValue(sal_uInt16 nTheValue)
m_nValue = nTheValue;
}
-//============================================================================
+
DBG_NAMEEX_VISIBILITY(CntInt32Item, SVL_DLLPUBLIC)
class SVL_DLLPUBLIC CntInt32Item: public SfxPoolItem
@@ -207,7 +207,7 @@ inline void CntInt32Item::SetValue(sal_Int32 nTheValue)
m_nValue = nTheValue;
}
-//============================================================================
+
DBG_NAMEEX_VISIBILITY(CntUInt32Item, SVL_DLLPUBLIC)
class SVL_DLLPUBLIC CntUInt32Item: public SfxPoolItem
diff --git a/include/svl/cntwall.hxx b/include/svl/cntwall.hxx
index 3a398bc7d171..45eff2d50563 100644
--- a/include/svl/cntwall.hxx
+++ b/include/svl/cntwall.hxx
@@ -64,7 +64,7 @@ public:
sal_uInt16 GetStyle() const { return _nStyle; }
};
-////////////////////////////////////////////////////////////////////////////////
+
#endif // INCLUDED_SVL_CNTWALL_HXX
diff --git a/include/svl/ctypeitm.hxx b/include/svl/ctypeitm.hxx
index 2fa5f977b33f..1d520cae02a0 100644
--- a/include/svl/ctypeitm.hxx
+++ b/include/svl/ctypeitm.hxx
@@ -22,7 +22,7 @@
#include <svl/inettype.hxx>
#include <svl/custritm.hxx>
-//=========================================================================
+
class CntContentTypeItem : public CntUnencodedStringItem
{
diff --git a/include/svl/custritm.hxx b/include/svl/custritm.hxx
index 4c7e658f4b94..8226d3cde0e0 100644
--- a/include/svl/custritm.hxx
+++ b/include/svl/custritm.hxx
@@ -24,7 +24,7 @@
#include <tools/debug.hxx>
#include <svl/poolitem.hxx>
-//============================================================================
+
DBG_NAMEEX_VISIBILITY(CntUnencodedStringItem, SVL_DLLPUBLIC)
class SVL_DLLPUBLIC CntUnencodedStringItem: public SfxPoolItem
diff --git a/include/svl/eitem.hxx b/include/svl/eitem.hxx
index 0feb03fd5a00..3b4176f78bf4 100644
--- a/include/svl/eitem.hxx
+++ b/include/svl/eitem.hxx
@@ -23,7 +23,7 @@
#include <svl/svldllapi.h>
#include <svl/cenumitm.hxx>
-//============================================================================
+
class SVL_DLLPUBLIC SfxEnumItem
: public SfxEnumItemInterface
@@ -59,7 +59,7 @@ public:
};
-//============================================================================
+
class SVL_DLLPUBLIC SfxBoolItem
: public SfxPoolItem
diff --git a/include/svl/filenotation.hxx b/include/svl/filenotation.hxx
index b17f6b9b2600..bfee7570bf68 100644
--- a/include/svl/filenotation.hxx
+++ b/include/svl/filenotation.hxx
@@ -23,14 +23,14 @@
#include <svl/svldllapi.h>
#include <rtl/ustring.hxx>
-//.........................................................................
+
namespace svt
{
-//.........................................................................
- //=====================================================================
+
+
//= OFileNotation
- //=====================================================================
+
class SVL_DLLPUBLIC OFileNotation
{
protected:
@@ -55,9 +55,9 @@ namespace svt
SVL_DLLPRIVATE bool implInitWithURLNotation( const OUString& _rURL );
};
-//.........................................................................
+
} // namespace svt
-//.........................................................................
+
#endif // INCLUDED_SVL_FILENOTATION_HXX
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx
index f837b8d03947..39666d7fee9c 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -30,7 +30,7 @@ public:
virtual ~SfxHint();
};
-//--------------------------------------------------------------------
+
#define DECL_PTRHINT(Visibility, Name, Type) \
class Visibility Name: public SfxHint \
diff --git a/include/svl/inettype.hxx b/include/svl/inettype.hxx
index 8f4254cde3e4..a69572b00222 100644
--- a/include/svl/inettype.hxx
+++ b/include/svl/inettype.hxx
@@ -24,7 +24,7 @@
#include <tools/inetmime.hxx>
#include <i18nlangtag/languagetag.hxx>
-//============================================================================
+
/** Definitions for frequently used media type names.
*/
#define CONTENT_TYPE_STR_APP_OCTSTREAM "application/octet-stream"
@@ -112,7 +112,7 @@
#define CONTENT_TYPE_STR_APP_VND_SUN_XML_WRITER_GLOBAL "application/vnd.sun.xml.writer-global"
#define CONTENT_TYPE_STR_APP_VND_SUN_XML_IMPRESSPACKED "application/vnd.sun.xml.impress-packed"
-//============================================================================
+
/** Definitions for matching parts of URIs.
*/
#define INETTYPE_URL_PROT_DATA "data"
@@ -138,7 +138,7 @@
#define INETTYPE_URL_SSSUB_GLOB "GlobalDocument"
#define INETTYPE_URL_SSSUB_WEB "web"
-//============================================================================
+
enum INetContentType
{
CONTENT_TYPE_UNKNOWN,
@@ -229,7 +229,7 @@ enum INetContentType
CONTENT_TYPE_LAST = CONTENT_TYPE_APP_VND_SUN_XML_IMPRESSPACKED
};
-//============================================================================
+
class SVL_DLLPUBLIC INetContentTypes
{
public:
diff --git a/include/svl/instrm.hxx b/include/svl/instrm.hxx
index 1ff3f00f25d8..06988a8bafcf 100644
--- a/include/svl/instrm.hxx
+++ b/include/svl/instrm.hxx
@@ -31,7 +31,7 @@ namespace com { namespace sun { namespace star { namespace io {
class SvDataPipe_Impl;
-//============================================================================
+
class SVL_DLLPUBLIC SvInputStream: public SvStream
{
com::sun::star::uno::Reference< com::sun::star::io::XInputStream >
diff --git a/include/svl/intitem.hxx b/include/svl/intitem.hxx
index 0ca7c29e8060..d74988119efa 100644
--- a/include/svl/intitem.hxx
+++ b/include/svl/intitem.hxx
@@ -23,7 +23,7 @@
#include <svl/svldllapi.h>
#include <svl/cintitem.hxx>
-//============================================================================
+
class SVL_DLLPUBLIC SfxByteItem: public CntByteItem
{
public:
@@ -38,7 +38,7 @@ public:
{ return new SfxByteItem(*this); }
};
-//============================================================================
+
DBG_NAMEEX_VISIBILITY(SfxInt16Item, SVL_DLLPUBLIC)
class SVL_DLLPUBLIC SfxInt16Item: public SfxPoolItem
@@ -100,7 +100,7 @@ inline void SfxInt16Item::SetValue(sal_Int16 nTheValue)
m_nValue = nTheValue;
}
-//============================================================================
+
class SVL_DLLPUBLIC SfxUInt16Item: public CntUInt16Item
{
public:
@@ -119,7 +119,7 @@ public:
{ return new SfxUInt16Item(*this); }
};
-//============================================================================
+
class SVL_DLLPUBLIC SfxInt32Item: public CntInt32Item
{
public:
@@ -139,7 +139,7 @@ public:
};
-//============================================================================
+
class SVL_DLLPUBLIC SfxUInt32Item: public CntUInt32Item
{
public:
diff --git a/include/svl/isethint.hxx b/include/svl/isethint.hxx
index 1c542d4d8477..c1298aa5130a 100644
--- a/include/svl/isethint.hxx
+++ b/include/svl/isethint.hxx
@@ -25,7 +25,7 @@
class SfxItemSet;
-//--------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxItemSetHint: public SfxHint
{
diff --git a/include/svl/lstner.hxx b/include/svl/lstner.hxx
index b7f2b47650e4..9cc753307695 100644
--- a/include/svl/lstner.hxx
+++ b/include/svl/lstner.hxx
@@ -31,7 +31,7 @@ typedef std::deque<SfxBroadcaster*> SfxBroadcasterArr_Impl;
#define SFX_NOTIFY( rBC, rBCT, rHint, rHintT ) \
Notify( rBC, rHint )
-//-------------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxListener
{
diff --git a/include/svl/macitem.hxx b/include/svl/macitem.hxx
index 4fc986ae62b2..3ffb875d6223 100644
--- a/include/svl/macitem.hxx
+++ b/include/svl/macitem.hxx
@@ -36,7 +36,7 @@ class SvStream;
DBG_NAMEEX(SvxMacroItem)
-// -----------------------------------------------------------------------
+
//Ein Macro
diff --git a/include/svl/metitem.hxx b/include/svl/metitem.hxx
index 0b6583fe9b21..6fe76e30bc06 100644
--- a/include/svl/metitem.hxx
+++ b/include/svl/metitem.hxx
@@ -24,7 +24,7 @@
DBG_NAMEEX_VISIBILITY(SfxMetricItem, SVL_DLLPUBLIC)
-// -----------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxMetricItem: public SfxInt32Item
{
diff --git a/include/svl/numuno.hxx b/include/svl/numuno.hxx
index c6965378c681..6b3b5cc9c474 100644
--- a/include/svl/numuno.hxx
+++ b/include/svl/numuno.hxx
@@ -32,7 +32,7 @@ namespace comphelper
class SharedMutex;
}
-//------------------------------------------------------------------
+
// SvNumberFormatterServiceObj must be registered as service somewhere
@@ -41,7 +41,7 @@ com::sun::star::uno::Reference<com::sun::star::uno::XInterface> SAL_CALL
const com::sun::star::uno::Reference<
com::sun::star::lang::XMultiServiceFactory>& rSMgr );
-//------------------------------------------------------------------
+
// SvNumberFormatsSupplierObj: aggregate to document,
// construct with SvNumberFormatter
diff --git a/include/svl/outstrm.hxx b/include/svl/outstrm.hxx
index 3850925cdf01..450bde03f24c 100644
--- a/include/svl/outstrm.hxx
+++ b/include/svl/outstrm.hxx
@@ -28,7 +28,7 @@ namespace com { namespace sun { namespace star { namespace io {
class XOutputStream;
} } } }
-//============================================================================
+
class SVL_DLLPUBLIC SvOutputStream: public SvStream
{
com::sun::star::uno::Reference< com::sun::star::io::XOutputStream >
diff --git a/include/svl/ownlist.hxx b/include/svl/ownlist.hxx
index a2076728de25..3d1e997dabc8 100644
--- a/include/svl/ownlist.hxx
+++ b/include/svl/ownlist.hxx
@@ -30,7 +30,7 @@ namespace com { namespace sun { namespace star {
}
}}}
-//=========================================================================
+
class SvCommand
/* [Beschreibung]
@@ -55,7 +55,7 @@ public:
typedef ::std::vector< SvCommand > SvCommandList_impl;
-//=========================================================================
+
class SVL_DLLPUBLIC SvCommandList
/* [Beschreibung]
diff --git a/include/svl/pickerhistoryaccess.hxx b/include/svl/pickerhistoryaccess.hxx
index 6f9a5309a122..4b848c879118 100644
--- a/include/svl/pickerhistoryaccess.hxx
+++ b/include/svl/pickerhistoryaccess.hxx
@@ -24,21 +24,21 @@
#include <com/sun/star/uno/Reference.hxx>
-//.........................................................................
+
namespace svt
{
-//.........................................................................
- // --------------------------------------------------------------------
+
+
SVL_DLLPUBLIC void addFolderPicker(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxPicker );
SVL_DLLPUBLIC void addFilePicker(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxPicker );
-//.........................................................................
+
} // namespace svt
-//.........................................................................
+
#endif // INCLUDED_SVL_PICKERHISTORYACCESS_HXX
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 0d2ce2722071..0b89e332456c 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -53,7 +53,7 @@ static const sal_uInt32 SFX_ITEMS_DEFAULT= 0xfffffffe;
#define CONVERT_TWIPS 0x80 //Uno-Konvertierung fuer Massangaben (fuer MemberId)
-// -----------------------------------------------------------------------
+
// UNO3 shortcuts
@@ -83,7 +83,7 @@ inline ::com::sun::star::uno::Any Bool2Any( bool bValue )
return ::com::sun::star::uno::Any( &bValue, ::getCppuBooleanType() );
}
-// -----------------------------------------------------------------------
+
//! Notloesung!!!
enum SfxFieldUnit
@@ -112,7 +112,7 @@ enum SfxMapUnit
SFX_MAPUNIT_ABSOLUTE
};
-// -----------------------------------------------------------------------
+
enum SfxItemPresentation
@@ -130,7 +130,7 @@ enum SfxItemPresentation
SFX_ITEM_PRESENTATION_COMPLETE
};
-// -----------------------------------------------------------------------
+
typedef sal_uInt16 SfxItemState;
@@ -157,7 +157,7 @@ class SfxItemPool;
class SfxItemSet;
-// -----------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxPoolItem
{
@@ -266,7 +266,7 @@ private:
SfxPoolItem& operator=( const SfxPoolItem& ); // n.i.!!
};
-// -----------------------------------------------------------------------
+
inline void SfxPoolItem::SetRefCount( sal_uLong n )
{
@@ -299,7 +299,7 @@ inline sal_uLong SfxPoolItem::ReleaseRef( sal_uLong n ) const
return m_nRefCount;
}
-// -----------------------------------------------------------------------
+
inline bool IsPoolDefaultItem(const SfxPoolItem *pItem )
{
@@ -326,7 +326,7 @@ inline bool IsInvalidItem(const SfxPoolItem *pItem)
return pItem == (SfxPoolItem *)-1;
}
-// -----------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxVoidItem: public SfxPoolItem
{
@@ -351,7 +351,7 @@ public:
void SetWhich(sal_uInt16 nWh) { m_nWhich = nWh; }
};
-// -----------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxSetItem: public SfxPoolItem
{
@@ -385,7 +385,7 @@ public:
{ return *pSet; }
};
-// -----------------------------------------------------------------------
+
// Handle Klasse fuer PoolItems
class SVL_DLLPUBLIC SfxItemHandle
@@ -401,11 +401,11 @@ public:
const SfxPoolItem &GetItem() const { return *pItem; }
};
-// -----------------------------------------------------------------------
+
DECL_PTRHINT(SVL_DLLPUBLIC, SfxPoolItemHint, SfxPoolItem);
-// -----------------------------------------------------------------------
+
#endif // INCLUDED_SVL_POOLITEM_HXX
diff --git a/include/svl/ptitem.hxx b/include/svl/ptitem.hxx
index dedcc29c8391..c0ed4a3040cc 100644
--- a/include/svl/ptitem.hxx
+++ b/include/svl/ptitem.hxx
@@ -27,7 +27,7 @@ class SvStream;
DBG_NAMEEX_VISIBILITY(SfxPointItem, SVL_DLLPUBLIC)
-// -----------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxPointItem: public SfxPoolItem
{
diff --git a/include/svl/rectitem.hxx b/include/svl/rectitem.hxx
index c5a280b0fb38..9069cb94cc30 100644
--- a/include/svl/rectitem.hxx
+++ b/include/svl/rectitem.hxx
@@ -28,7 +28,7 @@ class SvStream;
DBG_NAMEEX_VISIBILITY(SfxRectangleItem, SVL_DLLPUBLIC)
-// -----------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxRectangleItem: public SfxPoolItem
{
diff --git a/include/svl/rngitem.hxx b/include/svl/rngitem.hxx
index daaad28eeb2b..f181593a2a1a 100644
--- a/include/svl/rngitem.hxx
+++ b/include/svl/rngitem.hxx
@@ -25,7 +25,7 @@
class SvStream;
-// -----------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxRangeItem : public SfxPoolItem
{
@@ -53,7 +53,7 @@ public:
virtual SvStream& Store( SvStream &, sal_uInt16 nItemVersion ) const;
};
-// -----------------------------------------------------------------------
+
class SVL_DLLPUBLIC SfxUShortRangesItem : public SfxPoolItem
{
diff --git a/include/svl/smplhint.hxx b/include/svl/smplhint.hxx
index 32e749ec4544..b7f728e2aa0b 100644
--- a/include/svl/smplhint.hxx
+++ b/include/svl/smplhint.hxx
@@ -67,7 +67,7 @@ public:
sal_uLong GetId() const { return mnId; }
};
-//--------------------------------------------------------------------
+
#define DECL_OBJHINT(Name, Type) \
class Name: public SfxSimpleHint \
diff --git a/include/svl/stritem.hxx b/include/svl/stritem.hxx
index ef95c9fb7ab9..0712ce3c1ae8 100644
--- a/include/svl/stritem.hxx
+++ b/include/svl/stritem.hxx
@@ -23,7 +23,7 @@
#include <svl/svldllapi.h>
#include <svl/custritm.hxx>
-//============================================================================
+
class SVL_DLLPUBLIC SfxStringItem: public CntUnencodedStringItem
{
public:
diff --git a/include/svl/strmadpt.hxx b/include/svl/strmadpt.hxx
index 8299069368fc..54f5bcc80d96 100644
--- a/include/svl/strmadpt.hxx
+++ b/include/svl/strmadpt.hxx
@@ -27,7 +27,7 @@
#include <cppuhelper/weak.hxx>
#include <tools/stream.hxx>
-//============================================================================
+
class SVL_DLLPUBLIC SvOutputStreamOpenLockBytes: public SvOpenLockBytes
{
com::sun::star::uno::Reference< com::sun::star::io::XOutputStream >
@@ -64,7 +64,7 @@ public:
virtual void Terminate();
};
-//============================================================================
+
class SVL_DLLPUBLIC SvLockBytesInputStream: public cppu::OWeakObject,
public com::sun::star::io::XInputStream,
public com::sun::star::io::XSeekable
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index a91d20d9cb88..c597ecab480d 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -144,11 +144,11 @@ public:
virtual sal_uInt16 GetVersion() const;
};
-//=========================================================================
+
typedef std::vector< rtl::Reference< SfxStyleSheetBase > > SfxStyles;
-//=========================================================================
+
class SVL_DLLPUBLIC SfxStyleSheetIterator
@@ -192,7 +192,7 @@ friend class SfxStyleSheetBasePool;
};
typedef ::boost::shared_ptr< SfxStyleSheetIterator > SfxStyleSheetIteratorPtr;
-//=========================================================================
+
class SfxStyleSheetBasePool_Impl;
@@ -264,7 +264,7 @@ public:
SfxStyleFamily GetSearchFamily() const { return nSearchFamily; }
};
-//=========================================================================
+
class SVL_DLLPUBLIC SfxStyleSheet: public SfxStyleSheetBase,
public SfxListener, public SfxBroadcaster, public svl::StyleSheetUser
@@ -290,7 +290,7 @@ protected:
virtual ~SfxStyleSheet();
};
-//=========================================================================
+
class SVL_DLLPUBLIC SfxStyleSheetPool: public SfxStyleSheetBasePool
{
@@ -305,7 +305,7 @@ public:
// virtual sal_Bool CopyTo(SfxStyleSheetPool &rDest, const String &rSourceName);
};
-//=========================================================================
+
#define SFX_STYLESHEET_CREATED 1 // neu
#define SFX_STYLESHEET_MODIFIED 2 // ver"andert
@@ -318,7 +318,7 @@ public:
// ueber die STYLESHEET Hints
// verschickt werden sollen.
-//========================================================================
+
class SVL_DLLPUBLIC SfxStyleSheetPoolHint : public SfxHint
{
@@ -332,7 +332,7 @@ public:
{ return nHint; }
};
-//=========================================================================
+
class SVL_DLLPUBLIC SfxStyleSheetHint: public SfxHint
{
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx
index da9af2b5ae51..289096679418 100644
--- a/include/svl/svdde.hxx
+++ b/include/svl/svdde.hxx
@@ -48,9 +48,9 @@ typedef ::std::vector< DdeService* > DdeServices;
typedef ::std::vector< long > DdeFormats;
typedef ::std::vector< Conversation* > ConvList;
-// -----------
+
// - DdeData -
-// -----------
+
class SVL_DLLPUBLIC DdeData
{
@@ -82,9 +82,9 @@ public:
static sal_uLong GetInternalFormat( sal_uLong nFmt );
};
-// ------------------
+
// - DdeTransaction -
-// ------------------
+
class SVL_DLLPUBLIC DdeTransaction
{
@@ -132,9 +132,9 @@ private:
};
-// -----------
+
// - DdeLink -
-// -----------
+
class SVL_DLLPUBLIC DdeLink : public DdeTransaction
{
@@ -149,9 +149,9 @@ public:
virtual void Notify();
};
-// ---------------
+
// - DdeWarmLink -
-// ---------------
+
class SVL_DLLPUBLIC DdeWarmLink : public DdeLink
{
@@ -159,9 +159,9 @@ public:
DdeWarmLink( DdeConnection&, const OUString&, long = 0 );
};
-// --------------
+
// - DdeHotLink -
-// --------------
+
class SVL_DLLPUBLIC DdeHotLink : public DdeLink
{
@@ -169,9 +169,9 @@ public:
DdeHotLink( DdeConnection&, const OUString&, long = 0 );
};
-// --------------
+
// - DdeRequest -
-// --------------
+
class SVL_DLLPUBLIC DdeRequest : public DdeTransaction
{
@@ -179,9 +179,9 @@ public:
DdeRequest( DdeConnection&, const OUString&, long = 0 );
};
-// -----------
+
// - DdePoke -
-// -----------
+
class SVL_DLLPUBLIC DdePoke : public DdeTransaction
{
@@ -192,9 +192,9 @@ public:
DdePoke( DdeConnection&, const OUString&, const OUString&, long = 0 );
};
-// --------------
+
// - DdeExecute -
-// --------------
+
class SVL_DLLPUBLIC DdeExecute : public DdeTransaction
{
@@ -202,9 +202,9 @@ public:
DdeExecute( DdeConnection&, const OUString&, long = 0 );
};
-// -----------------
+
// - DdeConnection -
-// -----------------
+
class SVL_DLLPUBLIC DdeConnection
{
@@ -234,9 +234,9 @@ private:
const DdeConnection& operator= ( const DdeConnection& );
};
-// -----------
+
// - DdeItem -
-// -----------
+
class SVL_DLLPUBLIC DdeItem
{
@@ -263,9 +263,9 @@ public:
void NotifyClient();
};
-// -----------
+
// - DdeItem -
-// -----------
+
class SVL_DLLPUBLIC DdeGetPutItem : public DdeItem
{
@@ -279,9 +279,9 @@ public:
virtual void AdviseLoop( bool ); // AdviseLoop starten/stoppen
};
-// ------------
+
// - DdeTopic -
-// ------------
+
class SVL_DLLPUBLIC DdeTopic
{
@@ -348,9 +348,9 @@ private:
const DdeTopic& operator= ( const DdeTopic& );
};
-// --------------
+
// - DdeService -
-// --------------
+
class SVL_DLLPUBLIC DdeService
{
@@ -403,9 +403,9 @@ private:
//int operator= ( const DdeService& );
};
-// ------------------
+
// - DdeTransaction -
-// ------------------
+
inline long DdeTransaction::GetError()
{
diff --git a/include/svl/szitem.hxx b/include/svl/szitem.hxx
index e75d432f5bab..56965c627a5f 100644
--- a/include/svl/szitem.hxx
+++ b/include/svl/szitem.hxx
@@ -27,7 +27,7 @@ class SvStream;
DBG_NAMEEX(SfxSizeItem)
-// -----------------------------------------------------------------------
+
class SfxSizeItem : public SfxPoolItem
{
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 5c3b29ed37ff..af00e6ce0bf3 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -28,7 +28,7 @@
#include <vector>
#include <limits>
-//====================================================================
+
class SVL_DLLPUBLIC SfxRepeatTarget
{
@@ -37,7 +37,7 @@ public:
virtual ~SfxRepeatTarget() = 0;
};
-//====================================================================
+
class SVL_DLLPUBLIC SfxUndoContext
{
@@ -45,7 +45,7 @@ public:
virtual ~SfxUndoContext() = 0;
};
-//====================================================================
+
class SfxLinkUndoAction;
class SVL_DLLPUBLIC SfxUndoAction
@@ -77,13 +77,13 @@ private:
SfxUndoAction& operator=( const SfxUndoAction& ); // n.i.!!
};
-//========================================================================
+
/// is a mark on the Undo stack
typedef sal_Int32 UndoStackMark;
#define MARK_INVALID ::std::numeric_limits< UndoStackMark >::max()
-//========================================================================
+
struct MarkedUndoAction
{
@@ -129,7 +129,7 @@ public:
}
};
-//====================================================================
+
/** do not make use of these implementation details, unless you
really really have to! */
@@ -145,7 +145,7 @@ struct SVL_DLLPUBLIC SfxUndoArray
virtual ~SfxUndoArray();
};
-//=========================================================================
+
/** do not make use of these implementation details, unless you
really really have to! */
@@ -190,7 +190,7 @@ class SVL_DLLPUBLIC SfxListUndoAction : public SfxUndoAction, public SfxUndoArra
};
-//=========================================================================
+
/** is a callback interface for notifications about state changes of an SfxUndoManager
*/
@@ -213,7 +213,7 @@ protected:
~SfxUndoListener() {}
};
-//=========================================================================
+
namespace svl
{
@@ -327,7 +327,7 @@ namespace svl
};
}
-//=========================================================================
+
namespace svl { namespace undo { namespace impl
{
@@ -429,7 +429,7 @@ private:
friend class ::svl::undo::impl::LockGuard;
};
-//=========================================================================
+
class SVL_DLLPUBLIC SfxLinkUndoAction : public SfxUndoAction
diff --git a/include/svl/urlbmk.hxx b/include/svl/urlbmk.hxx
index 24c0f38d0fc5..b2e3771c4c10 100644
--- a/include/svl/urlbmk.hxx
+++ b/include/svl/urlbmk.hxx
@@ -22,7 +22,7 @@
#include <rtl/ustring.hxx>
-//=========================================================================
+
class INetBookmark
diff --git a/include/svl/visitem.hxx b/include/svl/visitem.hxx
index 3549cd65af27..02bdb32aed16 100644
--- a/include/svl/visitem.hxx
+++ b/include/svl/visitem.hxx
@@ -25,7 +25,7 @@
#include <svl/poolitem.hxx>
#include <com/sun/star/frame/status/Visibility.hpp>
-//============================================================================
+
DBG_NAMEEX_VISIBILITY(SfxVisibilityItem, SVL_DLLPUBLIC)
class SVL_DLLPUBLIC SfxVisibilityItem: public SfxPoolItem