diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 22:41:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 06:02:19 -0600 |
commit | b06820d74c701e305f007d4cb91f939e5644d11d (patch) | |
tree | 524624ec71e6fdaa8e87c83c9f5ff3f9352399a4 /UnoControls/source/inc | |
parent | faabee67550fb8eaebe5f58e224508de81d2c641 (diff) |
Remove visual noise from UnoControls
Change-Id: I0ffbc08cf769e39e8c3b7519e8d2e13ccbe6e3d8
Reviewed-on: https://gerrit.libreoffice.org/8331
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'UnoControls/source/inc')
-rw-r--r-- | UnoControls/source/inc/OConnectionPointContainerHelper.hxx | 28 | ||||
-rw-r--r-- | UnoControls/source/inc/OConnectionPointHelper.hxx | 32 | ||||
-rw-r--r-- | UnoControls/source/inc/framecontrol.hxx | 72 | ||||
-rw-r--r-- | UnoControls/source/inc/progressbar.hxx | 48 | ||||
-rw-r--r-- | UnoControls/source/inc/progressmonitor.hxx | 76 | ||||
-rw-r--r-- | UnoControls/source/inc/statusindicator.hxx | 74 |
6 files changed, 165 insertions, 165 deletions
diff --git a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx index 09cce7499fc5..de2212a58801 100644 --- a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx +++ b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx @@ -25,29 +25,29 @@ #include <cppuhelper/weak.hxx> #include <cppuhelper/propshlp.hxx> -//______________________________________________________________________________________________________________ + // namespaces -//______________________________________________________________________________________________________________ + namespace unocontrols{ -//______________________________________________________________________________________________________________ + // class declaration OConnectionPointContainerHelper -//______________________________________________________________________________________________________________ + class OConnectionPointContainerHelper : public ::com::sun::star::lang::XConnectionPointContainer , public ::cppu::OWeakObject { -//______________________________________________________________________________________________________________ + // public methods -//______________________________________________________________________________________________________________ + public: - //__________________________________________________________________________________________________________ + // construct/destruct - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -79,9 +79,9 @@ public: virtual ~OConnectionPointContainerHelper(); - //________________________________________________________________________________________________________ + // XInterface - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short give answer, if interface is supported @@ -131,9 +131,9 @@ public: virtual void SAL_CALL release() throw(); - //__________________________________________________________________________________________________________ + // XConnectionPointContainer - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -219,9 +219,9 @@ public: ::cppu::OMultiTypeInterfaceContainerHelper& impl_getMultiTypeContainer(); -//______________________________________________________________________________________________________________ + // private variables -//______________________________________________________________________________________________________________ + private: diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx index 2d10bd8ea291..e1687b48fb2d 100644 --- a/UnoControls/source/inc/OConnectionPointHelper.hxx +++ b/UnoControls/source/inc/OConnectionPointHelper.hxx @@ -27,29 +27,29 @@ #include "OConnectionPointContainerHelper.hxx" -//______________________________________________________________________________________________________________ + // namespaces -//______________________________________________________________________________________________________________ + namespace unocontrols{ -//______________________________________________________________________________________________________________ + // class declaration OConnectionPointHelper -//______________________________________________________________________________________________________________ + class OConnectionPointHelper : public ::com::sun::star::lang::XConnectionPoint , public ::cppu::OWeakObject { -//______________________________________________________________________________________________________________ + // public methods -//______________________________________________________________________________________________________________ + public: - //__________________________________________________________________________________________________________ + // construct/destruct - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -83,9 +83,9 @@ public: virtual ~OConnectionPointHelper(); - //________________________________________________________________________________________________________ + // XInterface - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short give answer, if interface is supported @@ -135,9 +135,9 @@ public: virtual void SAL_CALL release() throw(); - //__________________________________________________________________________________________________________ + // XConnectionPoint - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -224,9 +224,9 @@ public: virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > > SAL_CALL getConnections() throw( ::com::sun::star::uno::RuntimeException ); -//______________________________________________________________________________________________________________ + // private methods -//______________________________________________________________________________________________________________ + private: @@ -260,9 +260,9 @@ private: void impl_UnlockContainer(); -//______________________________________________________________________________________________________________ + // private variables -//______________________________________________________________________________________________________________ + private: diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx index ed97527b3793..b0bf03d2a802 100644 --- a/UnoControls/source/inc/framecontrol.hxx +++ b/UnoControls/source/inc/framecontrol.hxx @@ -33,9 +33,9 @@ #include "basecontrol.hxx" #include "OConnectionPointContainerHelper.hxx" -//______________________________________________________________________________________________________________ + // namespaces -//______________________________________________________________________________________________________________ + namespace unocontrols{ @@ -50,9 +50,9 @@ namespace unocontrols{ #define PROPERTYHANDLE_FRAME 1 #define PROPERTYHANDLE_LOADERARGUMENTS 2 -//______________________________________________________________________________________________________________ + // class -//______________________________________________________________________________________________________________ + class FrameControl : public ::com::sun::star::awt::XControlModel , public ::com::sun::star::lang::XConnectionPointContainer @@ -61,23 +61,23 @@ class FrameControl : public ::com::sun::star::awt::XControlModel , public ::cppu::OPropertySetHelper { -//______________________________________________________________________________________________________________ + // public methods -//______________________________________________________________________________________________________________ + public: - //__________________________________________________________________________________________________________ + // construct/destruct - //__________________________________________________________________________________________________________ + FrameControl( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext ); virtual ~FrameControl(); - //__________________________________________________________________________________________________________ + // XInterface - //__________________________________________________________________________________________________________ + virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType @@ -115,24 +115,24 @@ public: virtual void SAL_CALL release() throw(); - //__________________________________________________________________________________________________________ + // XTypeProvider - //__________________________________________________________________________________________________________ + virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // XAggregation - //__________________________________________________________________________________________________________ + ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& aType ) throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // XControl - //__________________________________________________________________________________________________________ + virtual void SAL_CALL createPeer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit >& xToolkit , @@ -146,15 +146,15 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > SAL_CALL getModel() throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // XComponent - //__________________________________________________________________________________________________________ + virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // XView - //__________________________________________________________________________________________________________ + virtual sal_Bool SAL_CALL setGraphics( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics >& xDevice @@ -163,9 +163,9 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics > SAL_CALL getGraphics() throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // XConnectionPointContainer - //__________________________________________________________________________________________________________ + virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getConnectionPointTypes() throw( ::com::sun::star::uno::RuntimeException ); @@ -184,23 +184,23 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xListener ) throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // impl but public methods to register service! - //__________________________________________________________________________________________________________ + static const ::com::sun::star::uno::Sequence< OUString > impl_getStaticSupportedServiceNames(); static const OUString impl_getStaticImplementationName(); -//______________________________________________________________________________________________________________ + // protected methods -//______________________________________________________________________________________________________________ + protected: using OPropertySetHelper::getFastPropertyValue; - //__________________________________________________________________________________________________________ + // OPropertySetHelper - //__________________________________________________________________________________________________________ + virtual sal_Bool SAL_CALL convertFastPropertyValue( ::com::sun::star::uno::Any& rConvertedValue , @@ -219,24 +219,24 @@ protected: virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper(); - //__________________________________________________________________________________________________________ + // XPropertySet - //__________________________________________________________________________________________________________ + ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // BaseControl - //__________________________________________________________________________________________________________ + virtual ::com::sun::star::awt::WindowDescriptor* impl_getWindowDescriptor( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& xParentPeer ); -//______________________________________________________________________________________________________________ + // private methods -//______________________________________________________________________________________________________________ + private: @@ -249,9 +249,9 @@ private: static const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > impl_getStaticPropertyDescriptor(); -//______________________________________________________________________________________________________________ + // private variables -//______________________________________________________________________________________________________________ + private: diff --git a/UnoControls/source/inc/progressbar.hxx b/UnoControls/source/inc/progressbar.hxx index c901429ec7c1..cbe8a7e32d0a 100644 --- a/UnoControls/source/inc/progressbar.hxx +++ b/UnoControls/source/inc/progressbar.hxx @@ -25,9 +25,9 @@ #include "basecontrol.hxx" -//____________________________________________________________________________________________________________ + // namespaces -//____________________________________________________________________________________________________________ + namespace unocontrols{ @@ -48,15 +48,15 @@ class ProgressBar : public ::com::sun::star::awt::XControlModel , public BaseControl { -//____________________________________________________________________________________________________________ + // public methods -//____________________________________________________________________________________________________________ + public: - //________________________________________________________________________________________________________ + // construct/destruct - //________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -88,9 +88,9 @@ public: virtual ~ProgressBar(); - //__________________________________________________________________________________________________________ + // XInterface - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -140,9 +140,9 @@ public: virtual void SAL_CALL release() throw(); - //__________________________________________________________________________________________________________ + // XTypeProvider - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -160,9 +160,9 @@ public: virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // XAggregation - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -180,9 +180,9 @@ public: ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& aType ) throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // XProgressBar - //________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -264,9 +264,9 @@ public: virtual sal_Int32 SAL_CALL getValue() throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // XWindow - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -289,9 +289,9 @@ public: sal_Int16 nFlags ) throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // XControl - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -326,9 +326,9 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > SAL_CALL getModel() throw( ::com::sun::star::uno::RuntimeException ); - //__________________________________________________________________________________________________________ + // BaseControl - //__________________________________________________________________________________________________________ + /**_________________________________________________________________________________________________________ @short @@ -360,9 +360,9 @@ public: static const OUString impl_getStaticImplementationName(); -//____________________________________________________________________________________________________________ + // protected methods -//____________________________________________________________________________________________________________ + protected: @@ -400,9 +400,9 @@ protected: void impl_recalcRange(); -//____________________________________________________________________________________________________________ + // private variables -//____________________________________________________________________________________________________________ + private: diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx index 85a16fd055ed..6bbcd22c7842 100644 --- a/UnoControls/source/inc/progressmonitor.hxx +++ b/UnoControls/source/inc/progressmonitor.hxx @@ -84,9 +84,9 @@ class ProgressBar; #define PROGRESSMONITOR_DEFAULT_WIDTH 350 #define PROGRESSMONITOR_DEFAULT_HEIGHT 100 -//____________________________________________________________________________________________________________ + // structs, types -//____________________________________________________________________________________________________________ + /// Item of TextList struct IMPL_TextlistItem @@ -95,9 +95,9 @@ struct IMPL_TextlistItem OUString sText ; /// Right site of textline in dialog }; -//____________________________________________________________________________________________________________ + // class declaration -//____________________________________________________________________________________________________________ + class ProgressMonitor : public ::com::sun::star::awt::XLayoutConstrains , public ::com::sun::star::awt::XButton @@ -105,15 +105,15 @@ class ProgressMonitor : public ::com::sun::star::awt::XLayoutConstrains , public BaseContainerControl { -//____________________________________________________________________________________________________________ + // public methods -//____________________________________________________________________________________________________________ + public: - //________________________________________________________________________________________________________ + // construct/destruct - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short @@ -145,9 +145,9 @@ public: virtual ~ProgressMonitor(); - //________________________________________________________________________________________________________ + // XInterface - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short give answer, if interface is supported @@ -197,9 +197,9 @@ public: virtual void SAL_CALL release() throw(); - //________________________________________________________________________________________________________ + // XTypeProvider - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short get information about supported interfaces @@ -216,9 +216,9 @@ public: virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // XAggregation - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short - @@ -236,9 +236,9 @@ public: virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& aType ) throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // XProgressMonitor - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short add topic to dialog @@ -303,9 +303,9 @@ public: sal_Bool bbeforeProgress ) throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // XProgressBar - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short - @@ -383,9 +383,9 @@ public: virtual sal_Int32 SAL_CALL getValue() throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // XButton - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short - @@ -452,9 +452,9 @@ public: virtual void SAL_CALL setActionCommand( const OUString& sCommand ) throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // XLayoutConstrains - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short - @@ -502,9 +502,9 @@ public: virtual ::com::sun::star::awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // XControl - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short - @@ -556,9 +556,9 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > SAL_CALL getModel() throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // XComponent - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short - @@ -575,9 +575,9 @@ public: virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // XWindow - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short - @@ -598,9 +598,9 @@ public: sal_Int32 nHeight , sal_Int16 nFlags ) throw( ::com::sun::star::uno::RuntimeException ); - //________________________________________________________________________________________________________ + // BaseControl - //________________________________________________________________________________________________________ + /**_______________________________________________________________________________________________________ @short - @@ -632,9 +632,9 @@ public: static const OUString impl_getStaticImplementationName(); -//____________________________________________________________________________________________________________ + // protected methods -//____________________________________________________________________________________________________________ + protected: @@ -655,9 +655,9 @@ protected: sal_Int32 nY , const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics >& xGraphics ); -//____________________________________________________________________________________________________________ + // private methods -//____________________________________________________________________________________________________________ + private: using BaseControl::impl_recalcLayout; @@ -721,9 +721,9 @@ private: IMPL_TextlistItem* impl_searchTopic( const OUString& sTopic , bool bbeforeProgress ); -//____________________________________________________________________________________________________________ + // debug methods -//____________________________________________________________________________________________________________ + private: @@ -746,9 +746,9 @@ private: bool impl_debug_checkParameter( const OUString& rTopic, bool bbeforeProgress ); // removeText #endif -//____________________________________________________________________________________________________________ + // private variables -//____________________________________________________________________________________________________________ + private: ::std::vector < IMPL_TextlistItem* > maTextlist_Top; // Elements before progress diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index 5a0f116dbdb3..6dc51da763a4 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -49,28 +49,28 @@ class ProgressBar; #define STATUSINDICATOR_DEFAULT_WIDTH 300 #define STATUSINDICATOR_DEFAULT_HEIGHT 25 -//____________________________________________________________________________________________________________ + // structs, types -//____________________________________________________________________________________________________________ -//____________________________________________________________________________________________________________ + + // class declaration -//____________________________________________________________________________________________________________ + class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains , public ::com::sun::star::task::XStatusIndicator , public BaseContainerControl { - //------------------------------------------------------------------------------------------------------------- + // public methods - //------------------------------------------------------------------------------------------------------------- + public: - //--------------------------------------------------------------------------------------------------------- + // construct/destruct - //--------------------------------------------------------------------------------------------------------- + /**_______________________________________________________________________________________________________ @short @@ -102,9 +102,9 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual ~StatusIndicator(); - //--------------------------------------------------------------------------------------------------------- + // XInterface - //--------------------------------------------------------------------------------------------------------- + /**_______________________________________________________________________________________________________ @short give answer, if interface is supported @@ -154,9 +154,9 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual void SAL_CALL release() throw(); - //--------------------------------------------------------------------------------------------------------- + // XTypeProvider - //--------------------------------------------------------------------------------------------------------- + /**_______________________________________________________________________________________________________ @short get information about supported interfaces @@ -174,9 +174,9 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw( ::com::sun::star::uno::RuntimeException ); - //--------------------------------------------------------------------------------------------------------- + // XAggregation - //--------------------------------------------------------------------------------------------------------- + /**_______________________________________________________________________________________________________ @short - @@ -194,11 +194,11 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& aType ) throw( ::com::sun::star::uno::RuntimeException ); - //--------------------------------------------------------------------------------------------------------- + // XStatusIndicator - //--------------------------------------------------------------------------------------------------------- - /*-****************************************************************************************************//** + + /*-**************************************************************************************************** @short - @descr - @@ -216,7 +216,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains sal_Int32 nRange ) throw( ::com::sun::star::uno::RuntimeException ); - /*-****************************************************************************************************//** + /*-**************************************************************************************************** @short - @descr - @@ -231,7 +231,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual void SAL_CALL end() throw( ::com::sun::star::uno::RuntimeException ); - /*-****************************************************************************************************//** + /*-**************************************************************************************************** @short - @descr - @@ -246,7 +246,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual void SAL_CALL reset() throw( ::com::sun::star::uno::RuntimeException ); - /*-****************************************************************************************************//** + /*-**************************************************************************************************** @short - @descr - @@ -261,7 +261,7 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual void SAL_CALL setText( const OUString& sText ) throw( ::com::sun::star::uno::RuntimeException ); - /*-****************************************************************************************************//** + /*-**************************************************************************************************** @short - @descr - @@ -276,9 +276,9 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual void SAL_CALL setValue( sal_Int32 nValue ) throw( ::com::sun::star::uno::RuntimeException ); - //--------------------------------------------------------------------------------------------------------- + // XLayoutConstrains - //--------------------------------------------------------------------------------------------------------- + /**_______________________________________________________________________________________________________ @short - @@ -326,9 +326,9 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual ::com::sun::star::awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw( ::com::sun::star::uno::RuntimeException ); - //--------------------------------------------------------------------------------------------------------- + // XControl - //--------------------------------------------------------------------------------------------------------- + /**_______________________________________________________________________________________________________ @short - @@ -380,9 +380,9 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > SAL_CALL getModel() throw( ::com::sun::star::uno::RuntimeException ); - //--------------------------------------------------------------------------------------------------------- + // XComponent - //--------------------------------------------------------------------------------------------------------- + /**_______________________________________________________________________________________________________ @short - @@ -399,9 +399,9 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException ); - //--------------------------------------------------------------------------------------------------------- + // XWindow - //--------------------------------------------------------------------------------------------------------- + /**_______________________________________________________________________________________________________ @short - @@ -422,9 +422,9 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains sal_Int32 nHeight , sal_Int16 nFlags ) throw( ::com::sun::star::uno::RuntimeException ); - //--------------------------------------------------------------------------------------------------------- + // BaseControl - //--------------------------------------------------------------------------------------------------------- + /**_______________________________________________________________________________________________________ @short - @@ -456,9 +456,9 @@ class StatusIndicator : public ::com::sun::star::awt::XLayoutConstrains static const OUString impl_getStaticImplementationName(); -//____________________________________________________________________________________________________________ + // protected methods -//____________________________________________________________________________________________________________ + protected: @@ -513,9 +513,9 @@ protected: virtual void impl_recalcLayout( const ::com::sun::star::awt::WindowEvent& aEvent ); -//____________________________________________________________________________________________________________ + // debug methods -//____________________________________________________________________________________________________________ + private: @@ -532,9 +532,9 @@ private: @onerror - */ -//____________________________________________________________________________________________________________ + // private variables -//____________________________________________________________________________________________________________ + private: |