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