summaryrefslogtreecommitdiffstats
path: root/UnoControls/inc/basecontainercontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/inc/basecontainercontrol.hxx')
-rw-r--r--UnoControls/inc/basecontainercontrol.hxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx
index fcd7d97c8b69..47a20af2a928 100644
--- a/UnoControls/inc/basecontainercontrol.hxx
+++ b/UnoControls/inc/basecontainercontrol.hxx
@@ -34,16 +34,12 @@
#include "basecontrol.hxx"
-
// "namespaces"
-
namespace unocontrols{
-
// structs, types, forwards
-
struct IMPL_ControlInfo
{
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > xControl ;
@@ -55,16 +51,12 @@ class BaseContainerControl : public ::com::sun::star::awt::XControlModel
, public BaseControl
{
-
// public methods
-
public:
-
// construct/destruct
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -95,10 +87,8 @@ public:
virtual ~BaseContainerControl();
-
// XInterface
-
/**_______________________________________________________________________________________________________
@short give answer, if interface is supported
@descr The interfaces are searched by type.
@@ -116,10 +106,8 @@ public:
const ::com::sun::star::uno::Type& aType
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// XTypeProvider
-
/**_______________________________________________________________________________________________________
@short get information about supported interfaces
@descr -
@@ -136,10 +124,8 @@ public:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// XAggregation
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -157,10 +143,8 @@ public:
const ::com::sun::star::uno::Type& aType
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// XControl
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -212,10 +196,8 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > SAL_CALL getModel()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// XComponent
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -231,10 +213,8 @@ public:
virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// XEventListener
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -250,10 +230,8 @@ public:
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& rEvent ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// XControlContainer
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -339,10 +317,8 @@ public:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > > SAL_CALL getControls()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// XWindow
-
/**_______________________________________________________________________________________________________
@short -
@descr -
@@ -358,10 +334,8 @@ public:
virtual void SAL_CALL setVisible( sal_Bool bVisible ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// protected methods
-
protected:
using OComponentHelper::disposing;
/**_______________________________________________________________________________________________________
@@ -400,10 +374,8 @@ protected:
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics >& xGraphics
) SAL_OVERRIDE;
-
// private methods
-
private:
/**_______________________________________________________________________________________________________
@@ -436,10 +408,8 @@ private:
void impl_cleanMemory();
-
// private variables
-
private:
// list of pointer of "struct IMPL_ControlInfo" to hold child-controls
::std::vector< IMPL_ControlInfo* > maControlInfoList;