summaryrefslogtreecommitdiff
path: root/framework/inc/helper/statusindicatorfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/statusindicatorfactory.hxx')
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 0d172c28688b..1e5d6d5eccaf 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -24,7 +24,6 @@
// with solaris headers ...
#include <vector>
-
// include files of own module
#include <helper/wakeupthread.hxx>
#include <macros/xinterface.hxx>
@@ -33,7 +32,6 @@
#include <macros/generic.hxx>
#include <general.h>
-
// include uno interfaces
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -54,11 +52,8 @@
#include <cppuhelper/implbase4.hxx>
#include <osl/thread.hxx>
-
namespace framework{
-
-
/**
@descr This struct hold some information about all currently running progress proccesses.
Because the can be used on a stack, we must cache her states but must paint only
@@ -83,11 +78,9 @@ struct IndicatorInfo
/** @short the last set value for this indicator */
sal_Int32 m_nValue;
-
// interface
public:
-
/** @short initialize new instance of this class
@param xIndicator
@@ -109,7 +102,6 @@ struct IndicatorInfo
m_nValue = 0 ;
}
-
/** @short Don't forget to free used references!
*/
~IndicatorInfo()
@@ -117,7 +109,6 @@ struct IndicatorInfo
m_xIndicator.clear();
}
-
/** @short Used to locate an info struct inside a stl structure ...
@descr The indicator object itself is used as key. Its values
@@ -130,11 +121,9 @@ struct IndicatorInfo
}
};
-
/** @descr Define a lits of child indicator objects and her data. */
typedef ::std::vector< IndicatorInfo > IndicatorStack;
-
/** @short implement a factory service to create new status indicator objects
@descr Internally it uses:
@@ -201,7 +190,6 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper4<
/** prevent recursive calling of Application::Reschedule(). */
static sal_Int32 m_nInReschedule;
-
// interface
public:
@@ -227,23 +215,19 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper4<
return aSeq;
}
-
// XInitialization
virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& lArguments)
throw(css::uno::Exception ,
css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-
// XStatusIndicatorFactory
virtual css::uno::Reference< css::task::XStatusIndicator > SAL_CALL createStatusIndicator()
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-
// XUpdatable
virtual void SAL_CALL update()
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-
// similar (XStatusIndicator)
virtual void start(const css::uno::Reference< css::task::XStatusIndicator >& xChild,
const OUString& sText ,
@@ -259,21 +243,18 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper4<
virtual void SAL_CALL setValue(const css::uno::Reference< css::task::XStatusIndicator >& xChild,
sal_Int32 nValue);
-
// specials
protected:
virtual ~StatusIndicatorFactory();
-
// helper
private:
/** @short show the parent window of this progress ...
if it's allowed to do so.
-
@descr By default we show the parent window automaticly
if this progress is used.
If that isn't a valid operation, the user of this