summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/progressbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source/inc/progressbar.hxx')
-rw-r--r--UnoControls/source/inc/progressbar.hxx48
1 files changed, 24 insertions, 24 deletions
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: