summaryrefslogtreecommitdiff
path: root/UnoControls/inc/multiplexer.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:54:59 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 20:00:27 +0300
commit5814e764328e93c7618d384225fe6c7d628aa3c9 (patch)
tree534b6eeed8e60bd9290b21e2f748f8a732a653e6 /UnoControls/inc/multiplexer.hxx
parent149e3d4212704b36c101c2cab11cb43ad633ddd5 (diff)
Kill superfluous vertical whitespace
Change-Id: Ieb7956acdc24d6b18939e916e33eb12dc268e778
Diffstat (limited to 'UnoControls/inc/multiplexer.hxx')
-rw-r--r--UnoControls/inc/multiplexer.hxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/UnoControls/inc/multiplexer.hxx b/UnoControls/inc/multiplexer.hxx
index b726bcd762fc..f6e85c853a20 100644
--- a/UnoControls/inc/multiplexer.hxx
+++ b/UnoControls/inc/multiplexer.hxx
@@ -46,16 +46,12 @@
#include <cppuhelper/weak.hxx>
#include <cppuhelper/interfacecontainer.hxx>
-
// "namespaces"
-
namespace unocontrols{
-
// class
-
class OMRCListenerMultiplexerHelper : public ::com::sun::star::awt::XFocusListener
, public ::com::sun::star::awt::XWindowListener
, public ::com::sun::star::awt::XKeyListener
@@ -66,16 +62,12 @@ class OMRCListenerMultiplexerHelper : public ::com::sun::star::awt::XFocusListen
, public ::cppu::OWeakObject
{
-
// public methods
-
public:
-
// construct/destruct
-
/**_______________________________________________________________________________________________________
@short constructor
@descr Create a Multiplexer of XWindowEvents.
@@ -123,10 +115,8 @@ public:
virtual ~OMRCListenerMultiplexerHelper();
-
// XInterface
-
/**_______________________________________________________________________________________________________
@short give answer, if interface is supported
@descr The interfaces are searched by type.
@@ -175,10 +165,8 @@ public:
virtual void SAL_CALL release() throw() SAL_OVERRIDE;
-
// operator
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -209,10 +197,8 @@ public:
OMRCListenerMultiplexerHelper& operator= ( const OMRCListenerMultiplexerHelper& aCopyInstance );
-
// container methods
-
/**_______________________________________________________________________________________________________
@short Remove all listeners from the previous set peer and add the needed listeners to rPeer.
@descr -
@@ -275,10 +261,8 @@ public:
void unadvise( const ::com::sun::star::uno::Type& aType ,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xListener );
-
// XEventListener
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -296,10 +280,8 @@ public:
virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& aSource)
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
-
// XFocusListener
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -334,10 +316,8 @@ public:
virtual void SAL_CALL focusLost(const ::com::sun::star::awt::FocusEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
-
// XWindowListener
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -406,10 +386,8 @@ public:
virtual void SAL_CALL windowHidden(const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
-
// XKeyListener
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -444,10 +422,8 @@ public:
virtual void SAL_CALL keyReleased( const ::com::sun::star::awt::KeyEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
-
// XMouseListener
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -516,10 +492,8 @@ public:
virtual void SAL_CALL mouseExited(const ::com::sun::star::awt::MouseEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
-
// XMouseMotionListener
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -554,10 +528,8 @@ public:
virtual void SAL_CALL mouseMoved(const ::com::sun::star::awt::MouseEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
-
// XPaintListener
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -575,10 +547,8 @@ public:
virtual void SAL_CALL windowPaint(const ::com::sun::star::awt::PaintEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
-
// XTopWindowListener
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -698,10 +668,8 @@ public:
virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE ;
-
// protected methods
-
protected:
/**_______________________________________________________________________________________________________
@@ -738,10 +706,8 @@ protected:
void impl_unadviseFromPeer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& xPeer ,
const ::com::sun::star::uno::Type& aType );
-
// private variables
-
private:
::osl::Mutex m_aMutex ;