summaryrefslogtreecommitdiff
path: root/include/toolkit/helper
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/toolkit/helper
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/toolkit/helper')
-rw-r--r--include/toolkit/helper/accessibilityclient.hxx12
-rw-r--r--include/toolkit/helper/accessiblefactory.hxx12
-rw-r--r--include/toolkit/helper/emptyfontdescriptor.hxx4
-rw-r--r--include/toolkit/helper/externallock.hxx4
-rw-r--r--include/toolkit/helper/formpdfexport.hxx8
-rw-r--r--include/toolkit/helper/imagealign.hxx8
-rw-r--r--include/toolkit/helper/listenermultiplexer.hxx92
-rw-r--r--include/toolkit/helper/macros.hxx20
-rw-r--r--include/toolkit/helper/mutexhelper.hxx4
-rw-r--r--include/toolkit/helper/unopropertyarrayhelper.hxx4
-rw-r--r--include/toolkit/helper/unowrapper.hxx4
-rw-r--r--include/toolkit/helper/vclunohelper.hxx8
12 files changed, 90 insertions, 90 deletions
diff --git a/include/toolkit/helper/accessibilityclient.hxx b/include/toolkit/helper/accessibilityclient.hxx
index 73572154f579..a3915aff907f 100644
--- a/include/toolkit/helper/accessibilityclient.hxx
+++ b/include/toolkit/helper/accessibilityclient.hxx
@@ -22,14 +22,14 @@
#include <toolkit/helper/accessiblefactory.hxx>
-//........................................................................
+
namespace toolkit
{
-//........................................................................
- //====================================================================
+
+
//= AccessibilityClient
- //====================================================================
+
/** a client for the accessibility implementations which have been
outsourced from the main toolkit library
@@ -57,9 +57,9 @@ namespace toolkit
void ensureInitialized();
};
-//........................................................................
+
} // namespace toolkit
-//........................................................................
+
#endif // INCLUDED_TOOLKIT_HELPER_ACCESSIBILITYCLIENT_HXX
diff --git a/include/toolkit/helper/accessiblefactory.hxx b/include/toolkit/helper/accessiblefactory.hxx
index 0c90cd82be20..6428a10fa15d 100644
--- a/include/toolkit/helper/accessiblefactory.hxx
+++ b/include/toolkit/helper/accessiblefactory.hxx
@@ -41,10 +41,10 @@ class VCLXToolBox;
class VCLXWindow;
class Menu;
-//........................................................................
+
namespace toolkit
{
-//........................................................................
+
/** a function which is able to create a factory for the standard Accessible/Context
components needed for standard toolkit controls
@@ -55,9 +55,9 @@ namespace toolkit
*/
typedef void* (SAL_CALL * GetStandardAccComponentFactory)( );
- //================================================================
+
//= IAccessibleFactory
- //================================================================
+
class IAccessibleFactory : public ::rtl::IReference
{
public:
@@ -125,9 +125,9 @@ namespace toolkit
~IAccessibleFactory() {}
};
-//........................................................................
+
} // namespace toolkit
-//........................................................................
+
#endif // INCLUDED_TOOLKIT_HELPER_ACCESSIBLEFACTORY_HXX
diff --git a/include/toolkit/helper/emptyfontdescriptor.hxx b/include/toolkit/helper/emptyfontdescriptor.hxx
index d075b3910fff..d37a85e3ac35 100644
--- a/include/toolkit/helper/emptyfontdescriptor.hxx
+++ b/include/toolkit/helper/emptyfontdescriptor.hxx
@@ -25,9 +25,9 @@
#include <com/sun/star/awt/FontUnderline.hpp>
#include <com/sun/star/awt/FontStrikeout.hpp>
-// ----------------------------------------------------
+
// class EmptyFontDescriptor
-// ----------------------------------------------------
+
class EmptyFontDescriptor : public ::com::sun::star::awt::FontDescriptor
{
public:
diff --git a/include/toolkit/helper/externallock.hxx b/include/toolkit/helper/externallock.hxx
index f00f1edbbbf8..11fda9a000e7 100644
--- a/include/toolkit/helper/externallock.hxx
+++ b/include/toolkit/helper/externallock.hxx
@@ -22,9 +22,9 @@
#include <toolkit/dllapi.h>
#include <comphelper/accessiblecontexthelper.hxx>
-// -----------------------------------------------------------------------------
+
// class VCLExternalSolarLock
-// -----------------------------------------------------------------------------
+
class TOOLKIT_DLLPUBLIC VCLExternalSolarLock : public ::comphelper::IMutex
{
diff --git a/include/toolkit/helper/formpdfexport.hxx b/include/toolkit/helper/formpdfexport.hxx
index eff8dfc92aa3..5ded833a00e3 100644
--- a/include/toolkit/helper/formpdfexport.hxx
+++ b/include/toolkit/helper/formpdfexport.hxx
@@ -33,10 +33,10 @@ namespace vcl
class PDFExtOutDevData;
}
-//........................................................................
+
namespace toolkitform
{
-//........................................................................
+
/** creates a PDF compatible control descriptor for the given control
*/
@@ -46,9 +46,9 @@ namespace toolkitform
::vcl::PDFExtOutDevData& i_pdfExportData
) SAL_THROW(());
-//........................................................................
+
} // namespace toolkitform
-//........................................................................
+
#endif // INCLUDED_TOOLKIT_HELPER_FORMPDFEXPORT_HXX
diff --git a/include/toolkit/helper/imagealign.hxx b/include/toolkit/helper/imagealign.hxx
index ad4ba0134d49..7b063c9a14d5 100644
--- a/include/toolkit/helper/imagealign.hxx
+++ b/include/toolkit/helper/imagealign.hxx
@@ -23,10 +23,10 @@
#include <sal/types.h>
#include <vcl/button.hxx>
-//........................................................................
+
namespace toolkit
{
-//........................................................................
+
/** translates a VCL ImageAlign value into an css.awt.ImagePosition value
*/
@@ -44,9 +44,9 @@ namespace toolkit
*/
sal_Int16 getExtendedImagePosition( sal_Int16 _nImageAlign );
-//........................................................................
+
} // namespace toolkit
-//........................................................................
+
#endif // INCLUDED_TOOLKIT_HELPER_IMAGEALIGN_HXX
diff --git a/include/toolkit/helper/listenermultiplexer.hxx b/include/toolkit/helper/listenermultiplexer.hxx
index 4f9bea93f5c1..982ec4b44ac3 100644
--- a/include/toolkit/helper/listenermultiplexer.hxx
+++ b/include/toolkit/helper/listenermultiplexer.hxx
@@ -49,9 +49,9 @@
#include <toolkit/helper/macros.hxx>
#include <com/sun/star/awt/grid/XGridSelectionListener.hpp>
#include <com/sun/star/awt/tab/XTabPageContainerListener.hpp>
-// ----------------------------------------------------
+
// class ListenerMultiplexerBase
-// ----------------------------------------------------
+
class TOOLKIT_DLLPUBLIC ListenerMultiplexerBase : public MutexHelper,
public ::cppu::OInterfaceContainerHelper,
@@ -74,24 +74,24 @@ public:
};
-// ----------------------------------------------------
+
// class EventListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( EventListenerMultiplexer, ::com::sun::star::lang::XEventListener )
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class FocusListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( FocusListenerMultiplexer, ::com::sun::star::awt::XFocusListener )
void SAL_CALL focusGained( const ::com::sun::star::awt::FocusEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL focusLost( const ::com::sun::star::awt::FocusEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class WindowListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( WindowListenerMultiplexer, ::com::sun::star::awt::XWindowListener )
void SAL_CALL windowResized( const ::com::sun::star::awt::WindowEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL windowMoved( const ::com::sun::star::awt::WindowEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
@@ -101,25 +101,25 @@ DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class VclContainerListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( VclContainerListenerMultiplexer, ::com::sun::star::awt::XVclContainerListener )
void SAL_CALL windowAdded( const ::com::sun::star::awt::VclContainerEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL windowRemoved( const ::com::sun::star::awt::VclContainerEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class KeyListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( KeyListenerMultiplexer, ::com::sun::star::awt::XKeyListener )
void SAL_CALL keyPressed( const ::com::sun::star::awt::KeyEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL keyReleased( const ::com::sun::star::awt::KeyEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class MouseListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( MouseListenerMultiplexer, ::com::sun::star::awt::XMouseListener )
void SAL_CALL mousePressed( const ::com::sun::star::awt::MouseEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL mouseReleased( const ::com::sun::star::awt::MouseEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
@@ -127,24 +127,24 @@ DECL_LISTENERMULTIPLEXER_START_DLLPUB( MouseListenerMultiplexer, ::com::sun::sta
void SAL_CALL mouseExited( const ::com::sun::star::awt::MouseEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class MouseMotionListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( MouseMotionListenerMultiplexer, ::com::sun::star::awt::XMouseMotionListener )
void SAL_CALL mouseDragged( const ::com::sun::star::awt::MouseEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL mouseMoved( const ::com::sun::star::awt::MouseEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class PaintListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( PaintListenerMultiplexer, ::com::sun::star::awt::XPaintListener )
void SAL_CALL windowPaint( const ::com::sun::star::awt::PaintEvent& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class TopWindowListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( TopWindowListenerMultiplexer, ::com::sun::star::awt::XTopWindowListener )
void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
@@ -155,30 +155,30 @@ DECL_LISTENERMULTIPLEXER_START( TopWindowListenerMultiplexer, ::com::sun::star::
void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& e ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class TextListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( TextListenerMultiplexer, ::com::sun::star::awt::XTextListener )
void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class ActionListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( ActionListenerMultiplexer, ::com::sun::star::awt::XActionListener )
void SAL_CALL actionPerformed( const ::com::sun::star::awt::ActionEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class ItemListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( ItemListenerMultiplexer, ::com::sun::star::awt::XItemListener )
void SAL_CALL itemStateChanged( const ::com::sun::star::awt::ItemEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class TabListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( TabListenerMultiplexer, ::com::sun::star::awt::XTabListener )
void SAL_CALL inserted( ::sal_Int32 ID ) throw (::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL removed( ::sal_Int32 ID ) throw (::com::sun::star::uno::RuntimeException, std::exception);
@@ -187,18 +187,18 @@ DECL_LISTENERMULTIPLEXER_START_DLLPUB( TabListenerMultiplexer, ::com::sun::star:
void SAL_CALL deactivated( ::sal_Int32 ID ) throw (::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class ContainerListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( ContainerListenerMultiplexer, ::com::sun::star::container::XContainerListener )
void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class SpinListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( SpinListenerMultiplexer, ::com::sun::star::awt::XSpinListener )
void SAL_CALL up( const ::com::sun::star::awt::SpinEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL down( const ::com::sun::star::awt::SpinEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
@@ -206,16 +206,16 @@ DECL_LISTENERMULTIPLEXER_START_DLLPUB( SpinListenerMultiplexer, ::com::sun::star
void SAL_CALL last( const ::com::sun::star::awt::SpinEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class AdjustmentListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( AdjustmentListenerMultiplexer, ::com::sun::star::awt::XAdjustmentListener )
void SAL_CALL adjustmentValueChanged( const ::com::sun::star::awt::AdjustmentEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class MenuListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START( MenuListenerMultiplexer, ::com::sun::star::awt::XMenuListener )
void SAL_CALL itemHighlighted( const ::com::sun::star::awt::MenuEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
void SAL_CALL itemSelected( const ::com::sun::star::awt::MenuEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
@@ -223,16 +223,16 @@ DECL_LISTENERMULTIPLEXER_START( MenuListenerMultiplexer, ::com::sun::star::awt::
void SAL_CALL itemDeactivated( const ::com::sun::star::awt::MenuEvent& rEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class TreeSelectionListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( TreeSelectionListenerMultiplexer, ::com::sun::star::view::XSelectionChangeListener )
virtual void SAL_CALL selectionChanged( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class TreeExpansionListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( TreeExpansionListenerMultiplexer, ::com::sun::star::awt::tree::XTreeExpansionListener )
virtual void SAL_CALL requestChildNodes( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent ) throw (::com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL treeExpanding( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent ) throw (::com::sun::star::awt::tree::ExpandVetoException, ::com::sun::star::uno::RuntimeException, std::exception);
@@ -241,24 +241,24 @@ DECL_LISTENERMULTIPLEXER_START_DLLPUB( TreeExpansionListenerMultiplexer, ::com::
virtual void SAL_CALL treeCollapsed( const ::com::sun::star::awt::tree::TreeExpansionEvent& aEvent ) throw (::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class TreeEditListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( TreeEditListenerMultiplexer, ::com::sun::star::awt::tree::XTreeEditListener )
virtual void SAL_CALL nodeEditing( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun::star::uno::RuntimeException,::com::sun::star::util::VetoException, std::exception);
virtual void SAL_CALL nodeEdited( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& Node, const OUString& NewText ) throw (::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class SelectionListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( SelectionListenerMultiplexer, ::com::sun::star::awt::grid::XGridSelectionListener )
void SAL_CALL selectionChanged( const ::com::sun::star::awt::grid::GridSelectionEvent& aEvent ) throw (::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
-// ----------------------------------------------------
+
// class TabPageListenerMultiplexer
-// ----------------------------------------------------
+
DECL_LISTENERMULTIPLEXER_START_DLLPUB( TabPageListenerMultiplexer, ::com::sun::star::awt::tab::XTabPageContainerListener )
void SAL_CALL tabPageActivated( const ::com::sun::star::awt::tab::TabPageActivatedEvent& aEvent ) throw (::com::sun::star::uno::RuntimeException, std::exception);
DECL_LISTENERMULTIPLEXER_END
diff --git a/include/toolkit/helper/macros.hxx b/include/toolkit/helper/macros.hxx
index 3f1ac4efdf33..f6622cb3f225 100644
--- a/include/toolkit/helper/macros.hxx
+++ b/include/toolkit/helper/macros.hxx
@@ -73,7 +73,7 @@ ClassName* ClassName::GetImplementation( const ::com::sun::star::uno::Reference<
return xUT.is() ? reinterpret_cast<ClassName*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething( ClassName::GetUnoTunnelId() ))) : NULL; \
}
-// -------------------------------------------------------------------------------------
+
#define IMPL_IMPLEMENTATION_ID( ClassName ) \
::com::sun::star::uno::Sequence< sal_Int8 > ClassName::getImplementationId() throw(::com::sun::star::uno::RuntimeException, std::exception) \
@@ -104,7 +104,7 @@ IMPL_IMPLEMENTATION_ID( ClassName ) \
static ::cppu::OTypeCollection collection( \
getCppuType( ( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XTypeProvider>* ) NULL ),
-// -------------------------------------------------------------------------------------
+
#define IMPL_XTYPEPROVIDER_END \
); \
@@ -114,7 +114,7 @@ IMPL_IMPLEMENTATION_ID( ClassName ) \
return (*pCollection).getTypes(); \
}
-// -------------------------------------------------------------------------------------
+
#define DECL_LISTENERMULTIPLEXER_START( ClassName, InterfaceName ) \
class ClassName : public ListenerMultiplexerBase, public InterfaceName \
@@ -126,7 +126,7 @@ public: \
void SAL_CALL release() throw() { ListenerMultiplexerBase::release(); } \
void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException, std::exception);
-// -------------------------------------------------------------------------------------
+
#define DECL_LISTENERMULTIPLEXER_START_DLLPUB( ClassName, InterfaceName ) \
class TOOLKIT_DLLPUBLIC ClassName : public ListenerMultiplexerBase, public InterfaceName \
@@ -138,12 +138,12 @@ public: \
void SAL_CALL release() throw() { ListenerMultiplexerBase::release(); } \
void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException, std::exception);
-// -------------------------------------------------------------------------------------
+
#define DECL_LISTENERMULTIPLEXER_END \
};
-// -------------------------------------------------------------------------------------
+
#define IMPL_LISTENERMULTIPLEXER_BASEMETHODS( ClassName, InterfaceName ) \
ClassName::ClassName( ::cppu::OWeakObject& rSource ) \
@@ -161,7 +161,7 @@ void ClassName::disposing( const ::com::sun::star::lang::EventObject& ) throw(::
{ \
}
-// -------------------------------------------------------------------------------------
+
#if OSL_DEBUG_LEVEL > 0
#define DISPLAY_EXCEPTION( ClassName, MethodName, e ) \
@@ -257,7 +257,7 @@ IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodNa
void ClassName::MethodName( const EventType& evt ) throw(::com::sun::star::uno::RuntimeException, std::exception) \
IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodName, EventType )
-// -------------------------------------------------------------------------------------
+
#define DECLIMPL_SUPPORTS_SERVICE( ) \
sal_Bool SAL_CALL supportsService( const OUString& rServiceName ) throw(::com::sun::star::uno::RuntimeException, std::exception) \
@@ -271,7 +271,7 @@ IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodNa
return sal_False; \
}
-// -------------------------------------------------------------------------------------
+
#define DECLIMPL_SERVICEINFO_DERIVED( ImplName, BaseClass, ServiceName ) \
OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException, std::exception) { return OUString("stardiv.Toolkit." #ImplName ); } \
@@ -283,7 +283,7 @@ IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodNa
return aNames; \
} \
-// -------------------------------------------------------------------------------------
+
#define DECLIMPL_SERVICEINFO( ImplName, ServiceName ) \
OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeException, std::exception) { return OUString("stardiv.Toolkit." #ImplName ); } \
diff --git a/include/toolkit/helper/mutexhelper.hxx b/include/toolkit/helper/mutexhelper.hxx
index 1f7a107ec4bf..949d644d9558 100644
--- a/include/toolkit/helper/mutexhelper.hxx
+++ b/include/toolkit/helper/mutexhelper.hxx
@@ -22,9 +22,9 @@
#include <osl/mutex.hxx>
-// ----------------------------------------------------
+
// class MutexHelper
-// ----------------------------------------------------
+
class MutexHelper
{
diff --git a/include/toolkit/helper/unopropertyarrayhelper.hxx b/include/toolkit/helper/unopropertyarrayhelper.hxx
index ac36b3bd0b4b..2c45c641ee0b 100644
--- a/include/toolkit/helper/unopropertyarrayhelper.hxx
+++ b/include/toolkit/helper/unopropertyarrayhelper.hxx
@@ -26,9 +26,9 @@
#include <list>
#include <set>
-// ----------------------------------------------------
+
// class UnoPropertyArrayHelper
-// ----------------------------------------------------
+
class TOOLKIT_DLLPUBLIC UnoPropertyArrayHelper : public ::cppu::IPropertyArrayHelper
{
private:
diff --git a/include/toolkit/helper/unowrapper.hxx b/include/toolkit/helper/unowrapper.hxx
index 95a9c1a9ff6b..f00977734e29 100644
--- a/include/toolkit/helper/unowrapper.hxx
+++ b/include/toolkit/helper/unowrapper.hxx
@@ -29,9 +29,9 @@
#include <vcl/unowrap.hxx>
#include <vcl/window.hxx>
-// ----------------------------------------------------
+
// class UnoWrapper
-// ----------------------------------------------------
+
class UnoWrapper : public UnoWrapperBase
{
diff --git a/include/toolkit/helper/vclunohelper.hxx b/include/toolkit/helper/vclunohelper.hxx
index 444c04498c45..74c6ade01193 100644
--- a/include/toolkit/helper/vclunohelper.hxx
+++ b/include/toolkit/helper/vclunohelper.hxx
@@ -65,9 +65,9 @@ class OutputDevice;
class MouseEvent;
class KeyEvent;
-// ----------------------------------------------------
+
// class VclUnoHelper
-// ----------------------------------------------------
+
class TOOLKIT_DLLPUBLIC VCLUnoHelper
{
public:
@@ -116,9 +116,9 @@ public:
static MapUnit UnoEmbed2VCLMapUnit( sal_Int32 nUnoEmbedMapUnit );
static sal_Int32 VCL2UnoEmbedMapUnit( MapUnit nVCLMapUnit );
- //========================================================================
+
//= MeasurementUnitConversion
- //========================================================================
+
/** small helper to convert between MeasurementUnit and
FieldUnit
*/