summaryrefslogtreecommitdiff
path: root/UnoControls/inc/multiplexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/inc/multiplexer.hxx')
-rw-r--r--UnoControls/inc/multiplexer.hxx68
1 files changed, 34 insertions, 34 deletions
diff --git a/UnoControls/inc/multiplexer.hxx b/UnoControls/inc/multiplexer.hxx
index 9d1fdba51e63..d712bef8e0cb 100644
--- a/UnoControls/inc/multiplexer.hxx
+++ b/UnoControls/inc/multiplexer.hxx
@@ -46,15 +46,15 @@
#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
@@ -66,15 +66,15 @@ class OMRCListenerMultiplexerHelper : public ::com::sun::star::awt::XFocusListen
, public ::cppu::OWeakObject
{
-//____________________________________________________________________________________________________________
+
// public methods
-//____________________________________________________________________________________________________________
+
public:
- //________________________________________________________________________________________________________
+
// construct/destruct
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short constructor
@@ -123,9 +123,9 @@ public:
~OMRCListenerMultiplexerHelper();
- //________________________________________________________________________________________________________
+
// XInterface
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short give answer, if interface is supported
@@ -175,9 +175,9 @@ public:
virtual void SAL_CALL release() throw();
- //________________________________________________________________________________________________________
+
// operator
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short -
@@ -209,9 +209,9 @@ public:
OMRCListenerMultiplexerHelper& operator= ( const OMRCListenerMultiplexerHelper& aCopyInstance );
- //________________________________________________________________________________________________________
+
// container methods
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short Remove all listeners from the previous set peer and add the needed listeners to rPeer.
@@ -275,9 +275,9 @@ public:
void unadvise( const ::com::sun::star::uno::Type& aType ,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xListener );
- //________________________________________________________________________________________________________
+
// XEventListener
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short -
@@ -296,9 +296,9 @@ public:
virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& aSource)
throw( ::com::sun::star::uno::RuntimeException ) ;
- //________________________________________________________________________________________________________
+
// XFocusListener
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short -
@@ -334,9 +334,9 @@ public:
virtual void SAL_CALL focusLost(const ::com::sun::star::awt::FocusEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException ) ;
- //________________________________________________________________________________________________________
+
// XWindowListener
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short -
@@ -406,9 +406,9 @@ public:
virtual void SAL_CALL windowHidden(const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException ) ;
- //________________________________________________________________________________________________________
+
// XKeyListener
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short -
@@ -444,9 +444,9 @@ public:
virtual void SAL_CALL keyReleased( const ::com::sun::star::awt::KeyEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException ) ;
- //________________________________________________________________________________________________________
+
// XMouseListener
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short -
@@ -516,9 +516,9 @@ public:
virtual void SAL_CALL mouseExited(const ::com::sun::star::awt::MouseEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException ) ;
- //________________________________________________________________________________________________________
+
// XMouseMotionListener
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short -
@@ -554,9 +554,9 @@ public:
virtual void SAL_CALL mouseMoved(const ::com::sun::star::awt::MouseEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException ) ;
- //________________________________________________________________________________________________________
+
// XPaintListener
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short -
@@ -575,9 +575,9 @@ public:
virtual void SAL_CALL windowPaint(const ::com::sun::star::awt::PaintEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException ) ;
- //________________________________________________________________________________________________________
+
// XTopWindowListener
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short -
@@ -698,9 +698,9 @@ public:
virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException ) ;
-//____________________________________________________________________________________________________________
+
// protected methods
-//____________________________________________________________________________________________________________
+
protected:
@@ -738,9 +738,9 @@ 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: