summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/editeng
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/AccessibleParaManager.hxx2
-rw-r--r--include/editeng/AccessibleStringWrap.hxx8
-rw-r--r--include/editeng/borderline.hxx2
-rw-r--r--include/editeng/editeng.hxx2
-rw-r--r--include/editeng/editund2.hxx4
-rw-r--r--include/editeng/eedata.hxx2
-rw-r--r--include/editeng/flditem.hxx4
-rw-r--r--include/editeng/frmdir.hxx4
-rw-r--r--include/editeng/hangulhanja.hxx12
-rw-r--r--include/editeng/itemtype.hxx4
-rw-r--r--include/editeng/justifyitem.hxx4
-rw-r--r--include/editeng/measfld.hxx2
-rw-r--r--include/editeng/numitem.hxx2
-rw-r--r--include/editeng/outliner.hxx2
-rw-r--r--include/editeng/paragraphdata.hxx2
-rw-r--r--include/editeng/rsiditem.hxx4
-rw-r--r--include/editeng/svxenum.hxx4
-rw-r--r--include/editeng/svxrtf.hxx4
-rw-r--r--include/editeng/unolingu.hxx12
-rw-r--r--include/editeng/unotext.hxx18
-rw-r--r--include/editeng/xmlcnitm.hxx2
21 files changed, 50 insertions, 50 deletions
diff --git a/include/editeng/AccessibleParaManager.hxx b/include/editeng/AccessibleParaManager.hxx
index 3881a22d81b0..701f3b8d358a 100644
--- a/include/editeng/AccessibleParaManager.hxx
+++ b/include/editeng/AccessibleParaManager.hxx
@@ -206,7 +206,7 @@ namespace accessibility
void Dispose ();
// forwarder to given paragraphs
- //------------------------------------------------------------------------
+
/** Release the given range of paragraphs
All ranges have the meaning [start,end), similar to STL
diff --git a/include/editeng/AccessibleStringWrap.hxx b/include/editeng/AccessibleStringWrap.hxx
index 3936436489a1..3e86f609e9d0 100644
--- a/include/editeng/AccessibleStringWrap.hxx
+++ b/include/editeng/AccessibleStringWrap.hxx
@@ -29,11 +29,11 @@ class SvxFont;
class Rectangle;
class Point;
-//------------------------------------------------------------------------
-//
+
+
// AccessibleStringWrap declaration
-//
-//------------------------------------------------------------------------
+
+
class AccessibleStringWrap
{
diff --git a/include/editeng/borderline.hxx b/include/editeng/borderline.hxx
index 760cce994513..3465a02b1d4c 100644
--- a/include/editeng/borderline.hxx
+++ b/include/editeng/borderline.hxx
@@ -36,7 +36,7 @@
#define DEF_LINE_WIDTH_4 100
#define DEF_LINE_WIDTH_5 10
-// ============================================================================
+
namespace editeng {
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index f03ecb3a9eb0..128fdf50341e 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -107,7 +107,7 @@ struct EPaM;
class DeletedNodeInfo;
class ParaPortionList;
-//////////////////////////////////////////////////////////////////////////////
+
/** values for GetAttribs
*/
diff --git a/include/editeng/editund2.hxx b/include/editeng/editund2.hxx
index ee17d17eb9d8..70849f25b718 100644
--- a/include/editeng/editund2.hxx
+++ b/include/editeng/editund2.hxx
@@ -40,9 +40,9 @@ public:
virtual bool Redo();
};
-// -----------------------------------------------------------------------
+
// EditUndo
-// ------------------------------------------------------------------------
+
class EDITENG_DLLPUBLIC EditUndo : public SfxUndoAction
{
private:
diff --git a/include/editeng/eedata.hxx b/include/editeng/eedata.hxx
index 38eff23f474c..cd1db6e0775c 100644
--- a/include/editeng/eedata.hxx
+++ b/include/editeng/eedata.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_EDITENG_EEDATA_HXX
#define INCLUDED_EDITENG_EEDATA_HXX
-//////////////////////////////////////////////////////////////////////////////
+
// extended data definitions for EditEngine portion stripping (StripPortions()
// support). These may be mapped to some primitive definitions from Drawinglayer
// later.
diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx
index 9853474c4dfb..33db8b5d2aa6 100644
--- a/include/editeng/flditem.hxx
+++ b/include/editeng/flditem.hxx
@@ -90,9 +90,9 @@ public:
static SvClassManager& GetClassManager();
};
-// =================================================================
+
// The following are the derivatives of SvxFieldData ...
-// =================================================================
+
enum SvxDateType { SVXDATETYPE_FIX, SVXDATETYPE_VAR };
enum SvxDateFormat { SVXDATEFORMAT_APPDEFAULT = 0, // Set as in App
diff --git a/include/editeng/frmdir.hxx b/include/editeng/frmdir.hxx
index c0cb4963e99a..fb034de135e9 100644
--- a/include/editeng/frmdir.hxx
+++ b/include/editeng/frmdir.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_EDITENG_FRMDIR_HXX
#define INCLUDED_EDITENG_FRMDIR_HXX
-// ----------------------------------------------------------------------------
+
/** Defines possible text directions in frames. */
enum SvxFrameDirection
@@ -45,7 +45,7 @@ enum SvxFrameDirection
FRMDIR_ENVIRONMENT
};
-// ----------------------------------------------------------------------------
+
#endif // INCLUDED_EDITENG_FRMDIR_HXX
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 74fdbe4d96eb..96fb3b6fe361 100644
--- a/include/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
@@ -28,16 +28,16 @@
#include <editeng/editengdllapi.h>
#include <i18nlangtag/mslangid.hxx>
-//.............................................................................
+
namespace editeng
{
-//.............................................................................
+
class HangulHanjaConversion_Impl;
- //=========================================================================
+
//= HangulHanjaConversion
- //=========================================================================
+
/** encapsulates Hangul-Hanja conversion functionality
<p>terminology:
@@ -280,9 +280,9 @@ namespace editeng
{
return MsLangId::isChinese(nLang);
}
-//.............................................................................
+
} // namespace svx
-//.............................................................................
+
#endif // INCLUDED_EDITENG_HANGULHANJA_HXX
diff --git a/include/editeng/itemtype.hxx b/include/editeng/itemtype.hxx
index 998ebc0ed16f..b1687b0f616e 100644
--- a/include/editeng/itemtype.hxx
+++ b/include/editeng/itemtype.hxx
@@ -41,14 +41,14 @@ EDITENG_DLLPUBLIC OUString GetMetricText( long nVal, SfxMapUnit eSrcUnit, SfxMap
OUString GetColorString( const Color& rCol );
EDITENG_DLLPUBLIC sal_uInt16 GetMetricId( SfxMapUnit eUnit );
-// -----------------------------------------------------------------------
+
inline OUString GetBoolString(bool bVal)
{
return EE_RESSTR(bVal ? RID_SVXITEMS_TRUE : RID_SVXITEMS_FALSE);
}
-// -----------------------------------------------------------------------
+
inline long Scale( long nVal, long nMult, long nDiv )
{
diff --git a/include/editeng/justifyitem.hxx b/include/editeng/justifyitem.hxx
index 2bbea27d9a36..15271a7a355d 100644
--- a/include/editeng/justifyitem.hxx
+++ b/include/editeng/justifyitem.hxx
@@ -56,7 +56,7 @@ public:
}
};
-//------------------------------------------------------------------------
+
class EDITENG_DLLPUBLIC SvxVerJustifyItem: public SfxEnumItem
{
@@ -89,7 +89,7 @@ public:
}
};
-//------------------------------------------------------------------------
+
class EDITENG_DLLPUBLIC SvxJustifyMethodItem: public SfxEnumItem
{
diff --git a/include/editeng/measfld.hxx b/include/editeng/measfld.hxx
index 47adc29d1db2..2e7e213f735b 100644
--- a/include/editeng/measfld.hxx
+++ b/include/editeng/measfld.hxx
@@ -50,7 +50,7 @@ public:
void SetMeasureFieldKind(SdrMeasureFieldKind eNewKind) { eMeasureFieldKind=eNewKind; }
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
#endif // INCLUDED_EDITENG_MEASFLD_HXX
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx
index 7d711c0a30c6..3511d3dfcdc9 100644
--- a/include/editeng/numitem.hxx
+++ b/include/editeng/numitem.hxx
@@ -43,7 +43,7 @@ namespace com{namespace sun{ namespace star{
}
}}}
-// -----------------------------------------------------------------------
+
//Feature-Flags (only sal_uInt16!)
#define NUM_CONTINUOUS 0x0001 // consecutive numbers possible?
#define NUM_CHAR_TEXT_DISTANCE 0x0002 // Distance Symbol<->Text?
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index 52255562ee7d..3240b7229b3d 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -81,7 +81,7 @@ namespace svl
#include <editeng/paragraphdata.hxx>
class SvxFieldData;
-//////////////////////////////////////////////////////////////////////////////
+
namespace com { namespace sun { namespace star { namespace linguistic2 {
class XSpellChecker1;
diff --git a/include/editeng/paragraphdata.hxx b/include/editeng/paragraphdata.hxx
index 16f2aeba9974..d08bdafb8d4c 100644
--- a/include/editeng/paragraphdata.hxx
+++ b/include/editeng/paragraphdata.hxx
@@ -25,7 +25,7 @@
// Only for internal use, oder some kind like hPara for the few
// functions where you need it outside ( eg. moving paragraphs... )
-//
+
// Unfortunately NOT only local (formally in outliner.hxx), but also
// used in outlobj.hxx. Moved to own header
diff --git a/include/editeng/rsiditem.hxx b/include/editeng/rsiditem.hxx
index 8083e299ebe6..4049df3ffcdc 100644
--- a/include/editeng/rsiditem.hxx
+++ b/include/editeng/rsiditem.hxx
@@ -12,9 +12,9 @@
#include <svl/intitem.hxx>
#include <editeng/editengdllapi.h>
-//----------------------
+
// SvxRsidItem
-//----------------------
+
class EDITENG_DLLPUBLIC SvxRsidItem : public SfxUInt32Item
{
diff --git a/include/editeng/svxenum.hxx b/include/editeng/svxenum.hxx
index b93da1df76ce..a233ffff09ce 100644
--- a/include/editeng/svxenum.hxx
+++ b/include/editeng/svxenum.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_EDITENG_SVXENUM_HXX
#define INCLUDED_EDITENG_SVXENUM_HXX
-// -----------------------------------------------------------------------
+
enum SvxCaseMap
{
@@ -142,7 +142,7 @@ enum SvxCellOrientation
enum SvxDrawToolEnum
{
SVX_SNAP_DRAW_SELECT,
- //
+
SVX_SNAP_DRAW_LINE,
SVX_SNAP_DRAW_RECT,
SVX_SNAP_DRAW_ELLIPSE,
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 40cf23d208c9..7c2f816deedb 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -53,7 +53,7 @@ namespace com { namespace sun { namespace star {
// Mapper-Classes for the various requirements on Document positions
// Swg - NodePosition is a SwIndex, which is used internally
// EditEngine - ULONG to list of paragraphs
-// .....
+
class SvxNodeIdx
{
@@ -170,7 +170,7 @@ struct RTFPardAttrMapIds
-// -----------------------------------------------------------------------
+
class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser
diff --git a/include/editeng/unolingu.hxx b/include/editeng/unolingu.hxx
index 2bdbf517f06a..621deb9ef762 100644
--- a/include/editeng/unolingu.hxx
+++ b/include/editeng/unolingu.hxx
@@ -36,7 +36,7 @@ class LinguMgrExitLstnr;
class Window;
-///////////////////////////////////////////////////////////////////////////
+
class EDITENG_DLLPUBLIC LinguMgr
{
@@ -108,7 +108,7 @@ public:
::com::sun::star::linguistic2::XDictionary > GetChangeAllList();
};
-///////////////////////////////////////////////////////////////////////////
+
namespace com { namespace sun { namespace star { namespace linguistic2 {
class XHyphenatedWord;
@@ -138,7 +138,7 @@ EDITENG_DLLPUBLIC SvxAlternativeSpelling SvxGetAltSpelling(
::com::sun::star::linguistic2::XHyphenatedWord > & rHyphWord );
-///////////////////////////////////////////////////////////////////////////
+
class EDITENG_DLLPUBLIC SvxDicListChgClamp
{
@@ -156,7 +156,7 @@ public:
~SvxDicListChgClamp();
};
-///////////////////////////////////////////////////////////////////////////
+
//TODO: remove those functions or make them inline
EDITENG_DLLPUBLIC ::com::sun::star::uno::Reference<
@@ -179,9 +179,9 @@ EDITENG_DLLPUBLIC ::com::sun::star::uno::Reference<
EDITENG_DLLPUBLIC ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XDictionary > SvxGetChangeAllList();
-///////////////////////////////////////////////////////////////////////////
+
// misc functions
-//
+
EDITENG_DLLPUBLIC short SvxDicError( Window *pParent, sal_Int16 nError );
diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx
index c6d8a4323f74..d43478d0c6bf 100644
--- a/include/editeng/unotext.hxx
+++ b/include/editeng/unotext.hxx
@@ -156,10 +156,10 @@ struct ESelection;
EDITENG_DLLPUBLIC void GetSelection( struct ESelection& rSel, SvxTextForwarder* pForwarder ) throw();
EDITENG_DLLPUBLIC void CheckSelection( struct ESelection& rSel, SvxTextForwarder* pForwarder ) throw();
-// ====================================================================
+
// This class implements a SvxEditSource and SvxTextForwarder and does
// nothing otherwise
-// ====================================================================
+
class SvxDummyTextSource : public SvxEditSource, public SvxTextForwarder
{
@@ -232,7 +232,7 @@ namespace accessibility
class AccessibleEditableTextPara;
}
-// ====================================================================
+
class EDITENG_DLLPUBLIC SvxUnoTextRangeBase : public ::com::sun::star::text::XTextRange,
public ::com::sun::star::beans::XPropertySet,
public ::com::sun::star::beans::XMultiPropertySet,
@@ -346,7 +346,7 @@ public:
static ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_Static( ) SAL_THROW(());
};
-// ====================================================================
+
class SvxUnoTextBase;
class EDITENG_DLLPUBLIC SvxUnoTextRange : public SvxUnoTextRangeBase,
@@ -455,7 +455,7 @@ public:
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException, std::exception);
};
-// ====================================================================
+
class EDITENG_DLLPUBLIC SvxUnoText : public SvxUnoTextBase,
public ::cppu::OWeakAggObject
{
@@ -481,7 +481,7 @@ public:
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException, std::exception);
};
-// ====================================================================
+
class SvxUnoTextContentEnumeration : public ::cppu::WeakAggImplHelper1< ::com::sun::star::container::XEnumeration >
{
@@ -500,7 +500,7 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL nextElement( ) throw(::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception);
};
-// ====================================================================
+
#include <com/sun/star/text/XTextContent.hpp>
class SvxUnoTextContent : public SvxUnoTextRangeBase,
@@ -576,7 +576,7 @@ public:
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException, std::exception);
};
-// ====================================================================
+
class SvxUnoTextRangeEnumeration : public ::cppu::WeakAggImplHelper1< ::com::sun::star::container::XEnumeration >
{
@@ -597,7 +597,7 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL nextElement( ) throw(::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception);
};
-// ====================================================================
+
class EDITENG_DLLPUBLIC SvxUnoTextCursor : public SvxUnoTextRangeBase,
public ::com::sun::star::text::XTextCursor,
diff --git a/include/editeng/xmlcnitm.hxx b/include/editeng/xmlcnitm.hxx
index 5d026942695b..bd2f0e37071d 100644
--- a/include/editeng/xmlcnitm.hxx
+++ b/include/editeng/xmlcnitm.hxx
@@ -25,7 +25,7 @@
class SvXMLNamespaceMap;
-//============================================================================
+
class SvXMLAttrContainerData;