summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:51:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 04:56:16 -0600
commitd9f0af83b7f0abe7119eefca62cbbca7eff818ef (patch)
tree19b6ed4d3b1dd538bb46205880505e59f8bb8002 /vcl/inc
parent0fb3bdc5d3aa47a61affc67b20bdbb775808fb66 (diff)
Remove visual noise from vcl
Conflicts: vcl/source/app/settings.cxx vcl/source/window/dockmgr.cxx vcl/source/window/dockwin.cxx vcl/source/window/floatwin.cxx vcl/source/window/toolbox2.cxx Change-Id: Ie67681549a76e77064b09d4b5bf80fe4c6010341 Reviewed-on: https://gerrit.libreoffice.org/8339 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/controldata.hxx12
-rw-r--r--vcl/inc/dndevdis.hxx6
-rw-r--r--vcl/inc/dndlcon.hxx6
-rw-r--r--vcl/inc/generic/glyphcache.hxx20
-rw-r--r--vcl/inc/graphite_layout.hxx2
-rw-r--r--vcl/inc/graphite_serverfont.hxx2
-rw-r--r--vcl/inc/helpwin.hxx4
-rw-r--r--vcl/inc/image.h26
-rw-r--r--vcl/inc/impfont.hxx16
-rw-r--r--vcl/inc/impgraph.hxx8
-rw-r--r--vcl/inc/impoct.hxx26
-rw-r--r--vcl/inc/osx/a11yfocustracker.hxx4
-rw-r--r--vcl/inc/osx/a11ylistener.hxx4
-rw-r--r--vcl/inc/osx/keyboardfocuslistener.hxx4
-rw-r--r--vcl/inc/osx/salframe.h4
-rw-r--r--vcl/inc/osx/salobj.h4
-rw-r--r--vcl/inc/osx/salprn.h8
-rw-r--r--vcl/inc/osx/salsys.h4
-rw-r--r--vcl/inc/outfont.hxx24
-rw-r--r--vcl/inc/quartz/salbmp.h4
-rw-r--r--vcl/inc/quartz/salgdi.h8
-rw-r--r--vcl/inc/regionband.hxx4
-rw-r--r--vcl/inc/salgdi.hxx4
-rw-r--r--vcl/inc/salobj.hxx4
-rw-r--r--vcl/inc/salptype.hxx12
-rw-r--r--vcl/inc/salwtype.hxx24
-rw-r--r--vcl/inc/unx/gtk/gtkframe.hxx2
-rw-r--r--vcl/inc/unx/salbmp.h12
-rw-r--r--vcl/inc/unx/saldisp.hxx2
-rw-r--r--vcl/inc/win/salbmp.h6
-rw-r--r--vcl/inc/win/salframe.h4
-rw-r--r--vcl/inc/win/salobj.h4
-rw-r--r--vcl/inc/win/salprn.h12
-rw-r--r--vcl/inc/win/salvd.h4
-rw-r--r--vcl/inc/win/wincomp.hxx20
35 files changed, 155 insertions, 155 deletions
diff --git a/vcl/inc/controldata.hxx b/vcl/inc/controldata.hxx
index 8040fa8c8dfb..716265059f99 100644
--- a/vcl/inc/controldata.hxx
+++ b/vcl/inc/controldata.hxx
@@ -22,14 +22,14 @@
#include <vcl/controllayout.hxx>
-//........................................................................
+
namespace vcl
{
-//........................................................................
- //====================================================================
+
+
//= ImplControlData
- //====================================================================
+
struct ImplControlData
{
mutable ControlLayoutData* mpLayoutData;
@@ -47,9 +47,9 @@ namespace vcl
}
};
-//........................................................................
+
} // namespace vcl
-//........................................................................
+
#endif // INCLUDED_VCL_INC_CONTROLDATA_HXX
diff --git a/vcl/inc/dndevdis.hxx b/vcl/inc/dndevdis.hxx
index 223f672eb173..c00878d3479b 100644
--- a/vcl/inc/dndevdis.hxx
+++ b/vcl/inc/dndevdis.hxx
@@ -98,9 +98,9 @@ public:
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& eo ) throw(::com::sun::star::uno::RuntimeException);
};
-//==================================================================================================
-//
-//==================================================================================================
+
+
+
#endif
diff --git a/vcl/inc/dndlcon.hxx b/vcl/inc/dndlcon.hxx
index 3d6c6b617c83..ff61207d3b13 100644
--- a/vcl/inc/dndlcon.hxx
+++ b/vcl/inc/dndlcon.hxx
@@ -109,9 +109,9 @@ public:
};
-//==================================================================================================
-//
-//==================================================================================================
+
+
+
#endif
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index 9454700afb62..35d581706187 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -62,7 +62,7 @@ namespace vcl
struct FontCapabilities;
}
-// =======================================================================
+
class VCL_DLLPUBLIC GlyphCache
{
@@ -110,7 +110,7 @@ private:
class FreetypeManager* mpFtManager;
};
-// =======================================================================
+
class GlyphMetric
{
@@ -136,7 +136,7 @@ private:
Size maSize;
};
-// -----------------------------------------------------------------------
+
// the glyph specific data needed by a GlyphCachePeer is usually trivial,
// not attaching it to the corresponding GlyphData would be overkill;
@@ -150,7 +150,7 @@ struct ExtGlyphData
ExtGlyphData() : meInfo(0), mpData(NULL) {}
};
-// -----------------------------------------------------------------------
+
class GlyphData
{
@@ -179,7 +179,7 @@ private:
mutable long mnLruValue;
};
-// =======================================================================
+
class FtFontInfo;
@@ -283,7 +283,7 @@ private:
ServerFontLayoutEngine* mpLayoutEngine;
};
-// =======================================================================
+
// a class for cache entries for physical font instances that are based on serverfonts
class VCL_DLLPUBLIC ImplServerFontEntry : public ImplFontEntry
@@ -300,7 +300,7 @@ public:
void HandleFontOptions();
};
-// =======================================================================
+
class VCL_DLLPUBLIC ServerFontLayout : public GenericSalLayout
{
@@ -323,7 +323,7 @@ public:
ServerFont& GetServerFont() const { return mrServerFont; }
};
-// =======================================================================
+
class ServerFontLayoutEngine
{
@@ -332,7 +332,7 @@ public:
virtual bool layout(ServerFontLayout&, ImplLayoutArgs&) = 0;
};
-// =======================================================================
+
class GlyphCachePeer
{
@@ -349,7 +349,7 @@ protected:
sal_Int32 mnBytesUsed;
};
-// =======================================================================
+
class VCL_DLLPUBLIC RawBitmap
{
diff --git a/vcl/inc/graphite_layout.hxx b/vcl/inc/graphite_layout.hxx
index ce8989ce0e7d..2d037c498dec 100644
--- a/vcl/inc/graphite_layout.hxx
+++ b/vcl/inc/graphite_layout.hxx
@@ -80,7 +80,7 @@ private:
// This class uses the SIL Graphite engine to provide complex text layout services to the VCL
// @author tse
-//
+
class VCL_PLUGIN_PUBLIC GraphiteLayout : public SalLayout
{
public:
diff --git a/vcl/inc/graphite_serverfont.hxx b/vcl/inc/graphite_serverfont.hxx
index df205d57129d..3a783bd75474 100644
--- a/vcl/inc/graphite_serverfont.hxx
+++ b/vcl/inc/graphite_serverfont.hxx
@@ -42,7 +42,7 @@ private:
// This class implments the server font specific parts.
// @author tse
-//
+
class VCL_PLUGIN_PUBLIC GraphiteServerFontLayout : public ServerFontLayout
{
private:
diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx
index 389c8143ace9..aad06c5f33e2 100644
--- a/vcl/inc/helpwin.hxx
+++ b/vcl/inc/helpwin.hxx
@@ -23,9 +23,9 @@
#include <vcl/floatwin.hxx>
#include <vcl/timer.hxx>
-// ------------------
+
// - HelpTextWindow -
-// ------------------
+
class HelpTextWindow : public FloatingWindow
{
diff --git a/vcl/inc/image.h b/vcl/inc/image.h
index 370e19f46cca..d8b1ab639cbe 100644
--- a/vcl/inc/image.h
+++ b/vcl/inc/image.h
@@ -24,9 +24,9 @@
#include <boost/unordered_map.hpp>
-// ----------------
+
// - ImplImageBmp -
-// ----------------
+
class ImplImageBmp
{
@@ -56,15 +56,15 @@ private: // prevent assignment and copy construction
void operator=( const ImplImageBmp& );
};
-// --------------
+
// - ImageTypes -
-// --------------
+
enum ImageType { IMAGETYPE_BITMAP, IMAGETYPE_IMAGE };
-// -----------------
+
// - ImplImageList -
-// -----------------
+
struct ImageAryData
{
@@ -84,7 +84,7 @@ struct ImageAryData
ImageAryData& operator=( const ImageAryData& rData );
};
-// ------------------------------------------------------------------------------
+
struct ImplImageList
{
@@ -107,9 +107,9 @@ struct ImplImageList
void RemoveImage( sal_uInt16 nPos );
};
-// --------------------
+
// - ImplImageRefData -
-// --------------------
+
struct ImplImageRefData
{
@@ -122,9 +122,9 @@ struct ImplImageRefData
bool IsEqual( const ImplImageRefData& rData );
};
-// ----------------
+
// - ImpImageData -
-// ----------------
+
struct ImplImageData
{
@@ -137,9 +137,9 @@ struct ImplImageData
bool IsEqual( const ImplImageData& rData );
};
-// -------------
+
// - ImplImage -
-// -------------
+
struct ImplImage
{
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx
index 75bc9267acb7..6f272941d81f 100644
--- a/vcl/inc/impfont.hxx
+++ b/vcl/inc/impfont.hxx
@@ -29,9 +29,9 @@
#include <vcl/fntstyle.hxx>
#include <outfont.hxx>
-// ------------
+
// - Impl_Font -
-// ------------
+
typedef sal_uInt32 FontRefCount;
@@ -86,9 +86,9 @@ private:
friend SvStream& WriteImpl_Font( SvStream& rOStm, const Impl_Font& );
};
-// ------------------
+
// - ImplFontMetric -
-// ------------------
+
class ImplFontMetric
{
@@ -127,9 +127,9 @@ public:
bool operator==( const ImplFontMetric& ) const;
};
-// ------------------
+
// - ImplFontOptions -
-// ------------------
+
class ImplFontOptions
{
@@ -163,9 +163,9 @@ public:
{ return NULL; }
};
-// -------------------
+
// - ImplFontCharMap -
-// -------------------
+
class CmapResult;
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 931bf6b355f5..e6cee9307343 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -27,9 +27,9 @@
#include <vcl/graph.h>
#include <vcl/svgdata.hxx>
-// ---------------
+
// - ImpSwapInfo -
-// ---------------
+
struct ImpSwapInfo
{
@@ -37,9 +37,9 @@ struct ImpSwapInfo
Size maPrefSize;
};
-// --------------
+
// - ImpGraphic -
-// --------------
+
class OutputDevice;
class GfxLink;
diff --git a/vcl/inc/impoct.hxx b/vcl/inc/impoct.hxx
index c4219e95b91e..93f2df99c3ce 100644
--- a/vcl/inc/impoct.hxx
+++ b/vcl/inc/impoct.hxx
@@ -22,9 +22,9 @@
#include "octree.hxx"
-// ----------------
+
// - ImpErrorQuad -
-// ----------------
+
class ImpErrorQuad
{
@@ -59,7 +59,7 @@ public:
inline BitmapColor ImplGetColor();
};
-// ------------------------------------------------------------------------
+
inline void ImpErrorQuad::operator=( const BitmapColor& rColor )
{
@@ -68,7 +68,7 @@ inline void ImpErrorQuad::operator=( const BitmapColor& rColor )
nBlue = (long) rColor.GetBlue() << 5L;
}
-// ------------------------------------------------------------------------
+
inline ImpErrorQuad& ImpErrorQuad::operator-=( const BitmapColor& rColor )
{
@@ -79,7 +79,7 @@ inline ImpErrorQuad& ImpErrorQuad::operator-=( const BitmapColor& rColor )
return *this;
}
-// ------------------------------------------------------------------------
+
inline void ImpErrorQuad::ImplAddColorError1( const ImpErrorQuad& rErrQuad )
{
@@ -88,7 +88,7 @@ inline void ImpErrorQuad::ImplAddColorError1( const ImpErrorQuad& rErrQuad )
nBlue += ( rErrQuad.nBlue >> 4L );
}
-// ------------------------------------------------------------------------
+
inline void ImpErrorQuad::ImplAddColorError3( const ImpErrorQuad& rErrQuad )
{
@@ -97,7 +97,7 @@ inline void ImpErrorQuad::ImplAddColorError3( const ImpErrorQuad& rErrQuad )
nBlue += ( rErrQuad.nBlue * 3L >> 4L );
}
-// ------------------------------------------------------------------------
+
inline void ImpErrorQuad::ImplAddColorError5( const ImpErrorQuad& rErrQuad )
{
@@ -106,7 +106,7 @@ inline void ImpErrorQuad::ImplAddColorError5( const ImpErrorQuad& rErrQuad )
nBlue += ( rErrQuad.nBlue * 5L >> 4L );
}
-// ------------------------------------------------------------------------
+
inline void ImpErrorQuad::ImplAddColorError7( const ImpErrorQuad& rErrQuad )
{
@@ -115,7 +115,7 @@ inline void ImpErrorQuad::ImplAddColorError7( const ImpErrorQuad& rErrQuad )
nBlue += ( rErrQuad.nBlue *7L >> 4L );
}
-// ------------------------------------------------------------------------
+
inline BitmapColor ImpErrorQuad::ImplGetColor()
{
@@ -124,9 +124,9 @@ inline BitmapColor ImpErrorQuad::ImplGetColor()
(sal_uInt8) ( ( nBlue < 0L ? 0L : nBlue > 8160L ? 8160L : nBlue ) >> 5L ) );
}
-// -------------
+
// - NodeCache -
-// -------------
+
class ImpNodeCache
{
@@ -141,7 +141,7 @@ public:
inline void ImplReleaseNode( OctreeNode* pNode );
};
-// ------------------------------------------------------------------------
+
inline OctreeNode* ImpNodeCache::ImplGetFreeNode()
{
@@ -160,7 +160,7 @@ inline OctreeNode* ImpNodeCache::ImplGetFreeNode()
return pNode;
}
-// ------------------------------------------------------------------------
+
inline void ImpNodeCache::ImplReleaseNode( OctreeNode* pNode )
{
diff --git a/vcl/inc/osx/a11yfocustracker.hxx b/vcl/inc/osx/a11yfocustracker.hxx
index 22b37d2b64ce..f1bae094eef4 100644
--- a/vcl/inc/osx/a11yfocustracker.hxx
+++ b/vcl/inc/osx/a11yfocustracker.hxx
@@ -34,9 +34,9 @@ class Window;
class ToolBox;
class DocumentFocusListener;
-// ------------------------
+
// - AquaA11yFocusTracker -
-// ------------------------
+
class AquaA11yFocusTracker : public rtl::Static< AquaA11yFocusTracker, AquaA11yFocusTracker>
{
diff --git a/vcl/inc/osx/a11ylistener.hxx b/vcl/inc/osx/a11ylistener.hxx
index 8f7176d0766a..cc31ceadf414 100644
--- a/vcl/inc/osx/a11ylistener.hxx
+++ b/vcl/inc/osx/a11ylistener.hxx
@@ -28,9 +28,9 @@
#include <set>
#include <com/sun/star/awt/Rectangle.hpp>
-// -------------------------
+
// - AquaA11yEventListener -
-// -------------------------
+
class AquaA11yEventListener :
public ::cppu::WeakImplHelper1< ::com::sun::star::accessibility::XAccessibleEventListener >
diff --git a/vcl/inc/osx/keyboardfocuslistener.hxx b/vcl/inc/osx/keyboardfocuslistener.hxx
index 3c13f77e5e58..bf9e4b4b35ba 100644
--- a/vcl/inc/osx/keyboardfocuslistener.hxx
+++ b/vcl/inc/osx/keyboardfocuslistener.hxx
@@ -24,9 +24,9 @@
#include <rtl/ref.hxx>
-// -------------------------
+
// - KeyboardFocusListener -
-// -------------------------
+
class KeyboardFocusListener : public rtl::IReference
{
diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h
index 4150dc779e9c..6cc843b68dbc 100644
--- a/vcl/inc/osx/salframe.h
+++ b/vcl/inc/osx/salframe.h
@@ -45,9 +45,9 @@ class AquaBlinker;
typedef struct SalFrame::SalPointerState SalPointerState;
-// ----------------
+
// - AquaSalFrame -
-// ----------------
+
class AquaSalFrame : public SalFrame
{
diff --git a/vcl/inc/osx/salobj.h b/vcl/inc/osx/salobj.h
index 397299c15c9d..5994144237c5 100644
--- a/vcl/inc/osx/salobj.h
+++ b/vcl/inc/osx/salobj.h
@@ -27,9 +27,9 @@ class AquaSalFrame;
class AquaSalObject;
-// -----------------
+
// - SalObjectData -
-// -----------------
+
struct SalObjectData
{
diff --git a/vcl/inc/osx/salprn.h b/vcl/inc/osx/salprn.h
index cb3db3cef918..3fb3dc92aa2c 100644
--- a/vcl/inc/osx/salprn.h
+++ b/vcl/inc/osx/salprn.h
@@ -27,9 +27,9 @@
#include <boost/shared_array.hpp>
-// ---------------------
+
// - AquaSalInfoPrinter -
-// ---------------------
+
class AquaSalGraphics;
@@ -116,9 +116,9 @@ class AquaSalInfoPrinter : public SalInfoPrinter
AquaSalInfoPrinter& operator=(const AquaSalInfoPrinter&);
};
-// -----------------
+
// - AquaSalPrinter -
-// -----------------
+
class AquaSalPrinter : public SalPrinter
{
diff --git a/vcl/inc/osx/salsys.h b/vcl/inc/osx/salsys.h
index 816cffc47ae9..cb07be0c2ee3 100644
--- a/vcl/inc/osx/salsys.h
+++ b/vcl/inc/osx/salsys.h
@@ -24,9 +24,9 @@
#include <list>
-// -----------------
+
// - SalSystemData -
-// -----------------
+
class VCL_DLLPUBLIC AquaSalSystem : public SalSystem
{
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 348dc51a12b5..59d8bc7ceccc 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -45,9 +45,9 @@ class Size;
namespace com { namespace sun { namespace star { namespace lang { struct Locale; }}}}
-// ----------------------
+
// - ImplFontAttributes -
-// ----------------------
+
// device independent font properties
class ImplFontAttributes
@@ -86,9 +86,9 @@ private:
bool mbSymbolFlag;
};
-// -------------------------
+
// - ImplDevFontAttributes -
-// -------------------------
+
// device dependent font properties
class ImplDevFontAttributes : public ImplFontAttributes
@@ -110,9 +110,9 @@ public: // TODO: hide members behind accessor methods
bool mbEmbeddable; // true: the font can be embedded
};
-// ----------------
+
// - PhysicalFontFace -
-// ----------------
+
// TODO: no more direct access to members
// TODO: add reference counting
// TODO: get rid of height/width for scalable fonts
@@ -202,9 +202,9 @@ public: // TODO: change to private
void copyAttributes(const FontSelectPatternAttributes &rAttributes);
};
-// -------------------
+
// - ImplDevFontList -
-// -------------------
+
// TODO: merge with ImplFontCache
// TODO: rename to LogicalFontManager
@@ -267,9 +267,9 @@ private:
mutable int mnFallbackCount;
};
-// -----------------------
+
// - ImplFontMetricData -
-// -----------------------
+
class ImplFontMetricData : public ImplFontAttributes
{
@@ -325,9 +325,9 @@ public: // TODO: hide members behind accessor methods
long mnDStrikeoutOffset2; // Offset of double strike-out to baseline
};
-// -----------------
+
// - ImplFontEntry -
-// ------------------
+
// TODO: rename ImplFontEntry to LogicalFontInstance
// TODO: allow sharing of metrics for related fonts
diff --git a/vcl/inc/quartz/salbmp.h b/vcl/inc/quartz/salbmp.h
index 7d3d7df63efe..136e6d2d33c7 100644
--- a/vcl/inc/quartz/salbmp.h
+++ b/vcl/inc/quartz/salbmp.h
@@ -36,9 +36,9 @@
#include "salvd.hxx"
#include "salbmp.hxx"
-// --------------
+
// - SalBitmap -
-// --------------
+
struct BitmapBuffer;
class BitmapPalette;
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index a6c8a8ce003f..f2c41eff979b 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -121,10 +121,10 @@ private:
CFMutableDictionaryRef GetStyleDict( void ) const { return mpStyleDict; }
};
-// ------------------
+
// - SystemFontList -
// TODO: move into cross-platform headers
-// ------------------
+
class SystemFontList
{
public:
@@ -147,9 +147,9 @@ private:
#ifdef MACOSX
-// -------------------
+
// - AquaSalGraphics -
-// -------------------
+
class AquaSalGraphics : public SalGraphics
{
friend class CTLayout;
diff --git a/vcl/inc/regionband.hxx b/vcl/inc/regionband.hxx
index ed48a737dcd0..d8e29ac92777 100644
--- a/vcl/inc/regionband.hxx
+++ b/vcl/inc/regionband.hxx
@@ -26,7 +26,7 @@
const char* ImplDbgTestRegionBand(const void*);
#endif
-//////////////////////////////////////////////////////////////////////////////
+
class RegionBand
{
@@ -80,5 +80,5 @@ public:
#endif // INCLUDED_VCL_INC_REGIONBAND_HXX
-//////////////////////////////////////////////////////////////////////////////
+
//eof
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index 3c4d04709432..bfed8fcd6966 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -53,9 +53,9 @@ namespace basegfx {
class B2DPolyPolygon;
}
-// ---------------------
+
// - SalGraphics-Codes -
-// ---------------------
+
#define SAL_SETFONT_USEDRAWTEXTARRAY ((sal_uInt16)0x0004)
#define SAL_SETFONT_BADFONT ((sal_uInt16)0x1000)
diff --git a/vcl/inc/salobj.hxx b/vcl/inc/salobj.hxx
index 219e2ce026fe..a9d224f25966 100644
--- a/vcl/inc/salobj.hxx
+++ b/vcl/inc/salobj.hxx
@@ -27,9 +27,9 @@
struct SystemEnvData;
-// -------------------
+
// - SalObject-Types -
-// -------------------
+
#define SAL_OBJECT_CLIP_INCLUDERECTS ((sal_uInt16)0x0001)
#define SAL_OBJECT_CLIP_EXCLUDERECTS ((sal_uInt16)0x0002)
diff --git a/vcl/inc/salptype.hxx b/vcl/inc/salptype.hxx
index 36fb3c29a830..589adfe3e97d 100644
--- a/vcl/inc/salptype.hxx
+++ b/vcl/inc/salptype.hxx
@@ -22,9 +22,9 @@
#include <tools/solar.h>
-// --------------------
+
// - SalJobSetupFlags -
-// --------------------
+
#define SAL_JOBSET_ORIENTATION ((sal_uLong)0x00000001)
#define SAL_JOBSET_PAPERBIN ((sal_uLong)0x00000002)
@@ -35,16 +35,16 @@
SAL_JOBSET_PAPERSIZE |\
SAL_JOBSET_DUPLEXMODE)
-// -------------------
+
// - SalPrinterError -
-// -------------------
+
#define SAL_PRINTER_ERROR_GENERALERROR 1
#define SAL_PRINTER_ERROR_ABORT 2
-// -------------------
+
// - SalPrinterProcs -
-// -------------------
+
class SalPrinter;
typedef long (*SALPRNABORTPROC)( void* pInst, SalPrinter* pPrinter );
diff --git a/vcl/inc/salwtype.hxx b/vcl/inc/salwtype.hxx
index 22b71c6b9d94..b1044429ecb2 100644
--- a/vcl/inc/salwtype.hxx
+++ b/vcl/inc/salwtype.hxx
@@ -31,9 +31,9 @@ class Window;
class FontSelectPattern;
-// ------------
+
// - SalEvent -
-// ------------
+
#define SALEVENT_MOUSEMOVE ((sal_uInt16)1)
#define SALEVENT_MOUSELEAVE ((sal_uInt16)2)
@@ -234,32 +234,32 @@ struct SalQueryCharPositionEvent
long mnCursorBoundHeight; // The cursor bounds corresponding to the character specified by mnCharPos - Height
};
-// ------------------
+
// - SalFrame-Types -
-// ------------------
+
typedef bool (*SALFRAMEPROC)( Window* pInst, SalFrame* pFrame,
sal_uInt16 nEvent, const void* pEvent );
-// --------------------
+
// - SalObject-Events -
-// --------------------
+
#define SALOBJ_EVENT_GETFOCUS ((sal_uInt16)1)
#define SALOBJ_EVENT_LOSEFOCUS ((sal_uInt16)2)
#define SALOBJ_EVENT_TOTOP ((sal_uInt16)3)
#define SALOBJ_EVENT_COUNT ((sal_uInt16)4)
-// ------------------
+
// - SalObject-Types -
-// ------------------
+
typedef long (*SALOBJECTPROC)( void* pInst, SalObject* pObject,
sal_uInt16 nEvent, const void* pEvent );
-// -----------------
+
// - SalFrameState -
-// -----------------
+
struct SalFrameState
{
@@ -275,9 +275,9 @@ struct SalFrameState
sal_uLong mnState;
};
-// -------------------
+
// - SalInputContext -
-// -------------------
+
// Have to match DEFINEs in inputctx.hxx, as these are not converted
#define SAL_INPUTCONTEXT_TEXT ((sal_uLong)0x00000001)
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index 9d0184c526f6..bfa420e6d44f 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -75,7 +75,7 @@ class GtkSalFrame : public SalFrame
struct IMHandler
{
- //--------------------------------------------------------
+
// Not all GTK Input Methods swallow key release
// events. Since they swallow the key press events and we
// are left with the key release events, we need to
diff --git a/vcl/inc/unx/salbmp.h b/vcl/inc/unx/salbmp.h
index 8a54fd987388..1d22fbd4e2dc 100644
--- a/vcl/inc/unx/salbmp.h
+++ b/vcl/inc/unx/salbmp.h
@@ -34,9 +34,9 @@ class SalGraphics;
class ImplSalDDB;
class ImplSalBitmapCache;
-// -------------
+
// - SalBitmap -
-// -------------
+
class VCLPLUG_GEN_PUBLIC X11SalBitmap : public SalBitmap
{
@@ -149,9 +149,9 @@ public:
virtual bool GetSystemData( BitmapSystemData& rData );
};
-// --------------
+
// - ImplSalDDB -
-// --------------
+
class ImplSalDDB
{
@@ -219,9 +219,9 @@ public:
) const;
};
-// ----------------------
+
// - ImplSalBitmapCache -
-// ----------------------
+
struct ImplBmpObj;
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx
index b9a38daa8f7f..3c804734e523 100644
--- a/vcl/inc/unx/saldisp.hxx
+++ b/vcl/inc/unx/saldisp.hxx
@@ -62,7 +62,7 @@ namespace vcl_sal { class WMAdaptor; }
#define PROPERTY_DEFAULT 0x00000FCB
-// ------------------------------------------------------------------------
+
// server vendor
typedef enum {
diff --git a/vcl/inc/win/salbmp.h b/vcl/inc/win/salbmp.h
index 258d9a5f896a..c045e90a56f0 100644
--- a/vcl/inc/win/salbmp.h
+++ b/vcl/inc/win/salbmp.h
@@ -25,9 +25,9 @@
#include <salbmp.hxx>
#include <boost/shared_ptr.hpp>
-// --------------
+
// - SalBitmap -
-// --------------
+
struct BitmapBuffer;
class BitmapColor;
@@ -48,7 +48,7 @@ private:
// the buffered evtl. used Gdiplus::Bitmap instance. It is managed by
// GdiPlusBuffer. To make this safe, it is only handed out as shared
// pointer; the GdiPlusBuffer may delete the local instance.
- //
+
// mpAssociatedAlpha holds the last WinSalBitmap used to construct an
// evtl. buffered GdiPlusBmp. This is needed since the GdiPlusBmp is a single
// instance and remembered only on the content-WinSalBitmap, not on the
diff --git a/vcl/inc/win/salframe.h b/vcl/inc/win/salframe.h
index cddd366de440..cc8fd16d5126 100644
--- a/vcl/inc/win/salframe.h
+++ b/vcl/inc/win/salframe.h
@@ -25,9 +25,9 @@
class WinSalGraphics;
-// ----------------
+
// - WinSalFrame -
-// ----------------
+
class WinSalFrame : public SalFrame
{
diff --git a/vcl/inc/win/salobj.h b/vcl/inc/win/salobj.h
index 844f052989bf..5face14e3f16 100644
--- a/vcl/inc/win/salobj.h
+++ b/vcl/inc/win/salobj.h
@@ -22,9 +22,9 @@
#include <salobj.hxx>
-// -----------------
+
// - SalObjectData -
-// -----------------
+
class WinSalObject : public SalObject
{
diff --git a/vcl/inc/win/salprn.h b/vcl/inc/win/salprn.h
index 9a807c999c51..c65f7f5c84a3 100644
--- a/vcl/inc/win/salprn.h
+++ b/vcl/inc/win/salprn.h
@@ -22,9 +22,9 @@
#include <salprn.hxx>
-// -----------------
+
// - SalDriverData -
-// -----------------
+
// WNT3
#define SAL_DRIVERDATA_SYSSIGN ((sal_uIntPtr)0x574E5433)
@@ -40,9 +40,9 @@ struct SalDriverData
#pragma pack()
-// ---------------------
+
// - WinSalInfoPrinter -
-// ---------------------
+
class WinSalGraphics;
@@ -75,9 +75,9 @@ public:
virtual int GetLandscapeAngle( const ImplJobSetup* pSetupData );
};
-// -----------------
+
// - WinSalPrinter -
-// -----------------
+
class WinSalPrinter : public SalPrinter
{
diff --git a/vcl/inc/win/salvd.h b/vcl/inc/win/salvd.h
index 498a71fce59d..b9d3f68d7cc5 100644
--- a/vcl/inc/win/salvd.h
+++ b/vcl/inc/win/salvd.h
@@ -24,9 +24,9 @@
class WinSalGraphics;
-// -----------------
+
// - SalVirDevData -
-// -----------------
+
class WinSalVirtualDevice : public SalVirtualDevice
{
diff --git a/vcl/inc/win/wincomp.hxx b/vcl/inc/win/wincomp.hxx
index c14ecf1f9224..07e01fad3eef 100644
--- a/vcl/inc/win/wincomp.hxx
+++ b/vcl/inc/win/wincomp.hxx
@@ -22,9 +22,9 @@
#include <string.h>
-// ----------
+
// - Strict -
-// ----------
+
// Anpassungen fuer TypeChecking
@@ -173,9 +173,9 @@ inline HINSTANCE GetWindowInstance( HWND hWnd )
return (HINSTANCE)GetWindowLongPtr( hWnd, GWLP_HINSTANCE );
}
-// ------------------------
+
// - ZMouse Erweiterungen -
-// ------------------------
+
#define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG"
@@ -204,18 +204,18 @@ inline HINSTANCE GetWindowInstance( HWND hWnd )
#endif
-// -----------------------------
+
// - SystemAgent Erweiterungen -
-// -----------------------------
+
#define ENABLE_AGENT 1
#define DISABLE_AGENT 2
#define GET_AGENT_STATUS 3
typedef int (APIENTRY* SysAgt_Enable_PROC)( int );
-// ---------------------
+
// - 5.0-Erweiterungen -
-// ---------------------
+
#ifndef COLOR_GRADIENTACTIVECAPTION
#define COLOR_GRADIENTACTIVECAPTION 27
@@ -238,10 +238,10 @@ typedef int (APIENTRY* SysAgt_Enable_PROC)( int );
#define CS_DROPSHADOW 0x00020000
#endif
-// -------------------------------------------------------
+
// MT 12/03: From winuser.h, only needed in salframe.cxx
// Better change salframe.cxx to include winuser.h
-// -------------------------------------------------------
+
#define WS_EX_LAYERED 0x00080000