[Libreoffice-commits] core.git: 8 commits - framework/inc framework/source include/framework include/unotools UnoControls/inc UnoControls/source
Tor Lillqvist
tml at collabora.com
Sun Apr 6 10:06:04 PDT 2014
UnoControls/inc/basecontainercontrol.hxx | 183 --
UnoControls/inc/basecontrol.hxx | 677 ----------
UnoControls/inc/multiplexer.hxx | 449 ------
UnoControls/source/base/basecontainercontrol.cxx | 178 +-
UnoControls/source/base/basecontrol.cxx | 230 ---
UnoControls/source/base/multiplexer.cxx | 90 -
UnoControls/source/controls/OConnectionPointContainerHelper.cxx | 34
UnoControls/source/controls/OConnectionPointHelper.cxx | 38
UnoControls/source/controls/framecontrol.cxx | 212 +--
UnoControls/source/controls/progressbar.cxx | 184 +-
UnoControls/source/controls/progressmonitor.cxx | 514 +++----
UnoControls/source/controls/statusindicator.cxx | 168 --
UnoControls/source/inc/OConnectionPointContainerHelper.hxx | 32
UnoControls/source/inc/OConnectionPointHelper.hxx | 40
UnoControls/source/inc/framecontrol.hxx | 62
UnoControls/source/inc/progressbar.hxx | 54
UnoControls/source/inc/progressmonitor.hxx | 355 -----
UnoControls/source/inc/statusindicator.hxx | 253 ---
framework/inc/classes/checkediterator.hxx | 8
framework/inc/classes/filtercache.hxx | 4
framework/inc/classes/wildcard.hxx | 6
framework/inc/dispatch/menudispatcher.hxx | 13
framework/inc/helper/ocomponentaccess.hxx | 2
framework/inc/helper/ocomponentenumeration.hxx | 4
framework/inc/helper/oframes.hxx | 6
framework/inc/services/mediatypedetectionhelper.hxx | 8
framework/inc/threadhelp/gate.hxx | 7
framework/inc/threadhelp/transactionbase.hxx | 2
framework/inc/threadhelp/transactionguard.hxx | 6
framework/source/dispatch/oxt_handler.cxx | 3
framework/source/fwe/classes/addonsoptions.cxx | 4
framework/source/fwi/threadhelp/transactionmanager.cxx | 7
framework/source/services/desktop.cxx | 9
framework/source/services/frame.cxx | 16
include/framework/addonsoptions.hxx | 58
include/unotools/accessiblerelationsethelper.hxx | 4
include/unotools/accessiblestatesethelper.hxx | 4
include/unotools/atom.hxx | 1
include/unotools/calendarwrapper.hxx | 6
include/unotools/charclass.hxx | 4
include/unotools/closeveto.hxx | 5
include/unotools/cmdoptions.hxx | 30
include/unotools/compatibility.hxx | 47
include/unotools/componentresmodule.hxx | 8
include/unotools/configitem.hxx | 2
include/unotools/confignode.hxx | 7
include/unotools/configpaths.hxx | 8
include/unotools/configvaluecontainer.hxx | 5
include/unotools/datetime.hxx | 4
include/unotools/desktopterminationobserver.hxx | 6
include/unotools/docinfohelper.hxx | 1
include/unotools/dynamicmenuoptions.hxx | 22
include/unotools/eventlisteneradapter.hxx | 4
include/unotools/extendedsecurityoptions.hxx | 22
include/unotools/fltrcfg.hxx | 2
include/unotools/fontcfg.hxx | 1
include/unotools/fontcvt.hxx | 4
include/unotools/fontdefs.hxx | 5
include/unotools/fontoptions.hxx | 34
include/unotools/historyoptions.hxx | 43
include/unotools/intlwrapper.hxx | 2
include/unotools/itemholderbase.hxx | 1
include/unotools/lingucfg.hxx | 1
include/unotools/linguprops.hxx | 1
include/unotools/localedatawrapper.hxx | 6
include/unotools/localisationoptions.hxx | 27
include/unotools/mediadescriptor.hxx | 12
include/unotools/misccfg.hxx | 1
include/unotools/moduleoptions.hxx | 16
include/unotools/nativenumberwrapper.hxx | 1
include/unotools/numberformatcodewrapper.hxx | 3
include/unotools/printwarningoptions.hxx | 20
include/unotools/readwritemutexguard.hxx | 1
include/unotools/searchopt.hxx | 5
include/unotools/securityoptions.hxx | 54
include/unotools/sharedunocomponent.hxx | 20
include/unotools/streamhelper.hxx | 1
include/unotools/streamsection.hxx | 1
include/unotools/streamwrap.hxx | 4
include/unotools/textsearch.hxx | 5
include/unotools/transliterationwrapper.hxx | 1
include/unotools/viewoptions.hxx | 67
include/unotools/xmlaccelcfg.hxx | 1
83 files changed, 742 insertions(+), 3704 deletions(-)
New commits:
commit e32e7946aa61e6b2dddbb2eff60f82d2f85bb41a
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Apr 6 20:02:08 2014 +0300
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I9582afceb5daf5993bfca1445370d8a60030c3c5
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx
index f17581e..2805bcf 100644
--- a/framework/inc/classes/checkediterator.hxx
+++ b/framework/inc/classes/checkediterator.hxx
@@ -36,8 +36,6 @@ namespace framework{
@Attention If your wish to debug this inline code ...
under windows and msdev you can use "set ENVCFLAGS=/Ob0" to do that!
- @base -
-
@devstatus ready to use
@threadsafe no
*//*-*************************************************************************************************************/
@@ -57,8 +55,6 @@ class CheckedIterator
@descr Set default values on members.
We set it internal to E_UNKNOWN to detect uninitialized instances of this class.
If we found one - we know: "We must call initialize first!"
- @param -
- @onerror -
*//*-*****************************************************************************************************/
inline CheckedIterator()
@@ -99,7 +95,6 @@ class CheckedIterator
We need it to return one default value if no other ones exist ...
@seealso using in class FilterCache!
- @return -
*//*-*****************************************************************************************************/
inline void setEnd()
@@ -114,7 +109,6 @@ class CheckedIterator
We need it if we don't have a container but must prevent us against further searching!
@seealso using in class FilterCache!
- @return -
*//*-*****************************************************************************************************/
inline void setAfterEnd()
@@ -128,7 +122,6 @@ class CheckedIterator
@descr It must be called on an already initialized iterator.
Means the member m_pContainer must be valid. Otherwise the reaction
isn't defined.
- @return -
*//*-*****************************************************************************************************/
inline void reset()
@@ -221,7 +214,6 @@ class CheckedIterator
/*-****************************************************************************************************
@short support readonly access to container entry
@descr Use it to get the value of current container item.
- @param -
@return A reference to value of container entry.
*//*-*****************************************************************************************************/
diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx
index cfb4fa2..55a20d1 100644
--- a/framework/inc/classes/filtercache.hxx
+++ b/framework/inc/classes/filtercache.hxx
@@ -75,8 +75,6 @@ class FilterCache : private TransactionBase
/*-****************************************************************************************************
@short standard destructor to delete instance
@descr This will clear the cache if last owner release it.
- @param -
- @onerror -
*//*-*****************************************************************************************************/
virtual ~FilterCache();
@@ -86,8 +84,6 @@ class FilterCache : private TransactionBase
/*-****************************************************************************************************
@short get the current state of the cache
@descr Call this methods to get information about the state of the current cache.
- @param -
- @return -
*//*-*****************************************************************************************************/
sal_Bool isValidOrRepairable() const;
diff --git a/framework/inc/classes/wildcard.hxx b/framework/inc/classes/wildcard.hxx
index 626ee57..e1499ed 100644
--- a/framework/inc/classes/wildcard.hxx
+++ b/framework/inc/classes/wildcard.hxx
@@ -28,8 +28,6 @@ namespace framework{
@short implement wildcard-mechanism for unicode
@descr This class can be used to get information about the matching of a pattern to a given text.
It's suitable for 8-Bit- AND 16-Bit-strings!
- @base -
-
@ATTENTION This class is'nt threadsafe!
@devstatus deprecated
@@ -47,8 +45,6 @@ class Wildcard
/*-****************************************************************************************************
@short standard ctor
@descr We do nothing here.
- @param -
- @onerror -
*//*-*****************************************************************************************************/
Wildcard();
@@ -56,8 +52,6 @@ class Wildcard
/*-****************************************************************************************************
@short standard dtor
@descr We do nothing here.
- @param -
- @onerror -
*//*-*****************************************************************************************************/
virtual ~Wildcard();
diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx
index 30faccb..7bc0671 100644
--- a/framework/inc/dispatch/menudispatcher.hxx
+++ b/framework/inc/dispatch/menudispatcher.hxx
@@ -88,7 +88,6 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2<
@param "rxContext" , css::uno::Reference to servicemanager for creation of new services
@param "xOwner" , css::uno::Reference to our owner, the Desktop!!!
- @onerror -
*//*-*****************************************************************************************************/
MenuDispatcher( const css::uno::Reference< css::uno::XComponentContext >& rxContext ,
@@ -101,7 +100,6 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2<
@descr Every dispatch create a new task. If load of URL failed task will deleted automaticly!
@param "aURL" , URL to dispatch.
@param "seqArguments" , list of optional arguments.
- @onerror -
*//*-*****************************************************************************************************/
virtual void SAL_CALL dispatch( const css::util::URL& aURL ,
@@ -116,7 +114,6 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2<
@param "xControl" , css::uno::Reference to a valid listener for state events.
@param "aURL" , URL about listener will be informed, if something occurred.
- @onerror -
*//*-*****************************************************************************************************/
virtual void SAL_CALL addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& xControl,
@@ -131,7 +128,6 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2<
@param "xControl" , css::uno::Reference to a valid listener.
@param "aURL" , URL on which listener has registered.
- @onerror -
*//*-*****************************************************************************************************/
virtual void SAL_CALL removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >& xControl,
@@ -147,7 +143,6 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2<
@short dispose current instance
@descr If service helper isn't required any longer call this method to release all used resources.
@param "aEvent", information about source of this event.
- @onerror -
*//*-*****************************************************************************************************/
void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -161,8 +156,6 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2<
@descr This method destruct an instance of this class and clear some member.
This method is protected, because its not allowed to use an instance of this class as a member!
You MUST use a pointer.
- @param -
- @onerror -
*//*-*****************************************************************************************************/
virtual ~MenuDispatcher();
@@ -172,17 +165,11 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2<
private:
/*-****************************************************************************************************
- @descr -
- @param -
- @onerror -
*//*-*****************************************************************************************************/
sal_Bool impl_setMenuBar( MenuBar* pMenuBar, sal_Bool bMenuFromResource = sal_False );
/*-****************************************************************************************************
- @descr -
- @param -
- @onerror -
*//*-*****************************************************************************************************/
void impl_setAccelerators( Menu* pMenu, const Accelerator& aAccel );
diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx
index 836f031..de46a82 100644
--- a/framework/inc/helper/ocomponentaccess.hxx
+++ b/framework/inc/helper/ocomponentaccess.hxx
@@ -125,7 +125,6 @@ class OComponentAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::co
Thats the reason for a protected dtor.
@seealso class Desktop
- @return -
*//*-*****************************************************************************************************/
virtual ~OComponentAccess();
@@ -143,7 +142,6 @@ class OComponentAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::co
@param "xNode" , root of subtree and start point of search
@param "seqComponents", result list of search. We cant use a return value, we search recursive
and must collect all information.
- @onerror -
*//*-*****************************************************************************************************/
void impl_collectAllChildComponents( const css::uno::Reference< css::frame::XFramesSupplier >& xNode ,
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index c98bb21..d9a3396 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -79,7 +79,6 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
@seealso interface XEventListener
@param "aEvent" describe the source of this event.
- @onerror -
*//*-*****************************************************************************************************/
virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -124,8 +123,6 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
@descr This method destruct an instance of this class and clear some member.
We make it protected, because its not supported to use this class as normal instance!
You must create it dynamical in memory and use a pointer.
- @param -
- @onerror -
*//*-*****************************************************************************************************/
virtual ~OComponentEnumeration();
@@ -140,7 +137,6 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
@seealso method dispose()
@seealso destructor ~TaskEnumeration()
- @return -
*//*-*****************************************************************************************************/
virtual void impl_resetObject();
diff --git a/framework/inc/helper/oframes.hxx b/framework/inc/helper/oframes.hxx
index d111a1c..f9e52d7 100644
--- a/framework/inc/helper/oframes.hxx
+++ b/framework/inc/helper/oframes.hxx
@@ -64,7 +64,6 @@ class OFrames : public ::cppu::WeakImplHelper1< ::com::sun::star::frame::XFr
We share framecontainer with owner implementation! It's a threadsafe container.
@param xOwner , reference to ouer owner. We hold a wekreference to prevent us against cross-references!
@param pFrameContainer , pointer to shared framecontainer of owner. It's valid only, if weakreference is valid!
- @onerror -
*//*-*****************************************************************************************************/
OFrames( const css::uno::Reference< css::frame::XFrame >& xOwner ,
FrameContainer* pFrameContainer );
@@ -144,7 +143,6 @@ class OFrames : public ::cppu::WeakImplHelper1< ::com::sun::star::frame::XFr
@short get uno-type of all container items
@descr In current implementation type is fixed to XFrame!
(container-lock is ignored)
- @param -
@return A uno-type descriptor.
*//*-*****************************************************************************************************/
virtual css::uno::Type SAL_CALL getElementType() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -153,7 +151,6 @@ class OFrames : public ::cppu::WeakImplHelper1< ::com::sun::star::frame::XFr
@short get fill state of current container
@descr Call these to get information about, if items exist in container or not.
(container-lock is ignored)
- @param -
@return sal_True, if container contains some items.
@return sal_False, otherwise.
@@ -168,8 +165,6 @@ class OFrames : public ::cppu::WeakImplHelper1< ::com::sun::star::frame::XFr
@descr This method destruct an instance of this class and clear some member.
This method is protected, because its not allowed to use this class as a member!
You MUST use a dynamical instance (pointer). That's the reason for a protected dtor.
- @param -
- @onerror -
*//*-*****************************************************************************************************/
virtual ~OFrames();
@@ -182,7 +177,6 @@ class OFrames : public ::cppu::WeakImplHelper1< ::com::sun::star::frame::XFr
@seealso method dispose() (if it exist!)
@seealso destructor ~TaskEnumeration()
- @return -
*//*-*****************************************************************************************************/
virtual void impl_resetObject();
diff --git a/framework/inc/services/mediatypedetectionhelper.hxx b/framework/inc/services/mediatypedetectionhelper.hxx
index 401152a..a6690bc 100644
--- a/framework/inc/services/mediatypedetectionhelper.hxx
+++ b/framework/inc/services/mediatypedetectionhelper.hxx
@@ -35,8 +35,6 @@
namespace framework{
/*-************************************************************************************************************
- @descr -
-
@implements XInterface
XTypeProvider
XServiceInfo
@@ -59,7 +57,6 @@ class MediaTypeDetectionHelper : public ::cppu::WeakImplHelper2< ::com::sun::
@short standard ctor
@descr These initialize a new instance of this class with all needed information for work.
@param "xFactory", reference to factory which has created ouer owner(!). We can use these to create new uno-services.
- @onerror -
*//*-*****************************************************************************************************/
MediaTypeDetectionHelper( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
@@ -67,8 +64,6 @@ class MediaTypeDetectionHelper : public ::cppu::WeakImplHelper2< ::com::sun::
/*-****************************************************************************************************
@short standard destructor
@descr This method destruct an instance of this class and clear some member.
- @param -
- @onerror -
*//*-*****************************************************************************************************/
virtual ~MediaTypeDetectionHelper();
@@ -80,9 +75,6 @@ class MediaTypeDetectionHelper : public ::cppu::WeakImplHelper2< ::com::sun::
// XStringMapping
/*-****************************************************************************************************
- @descr -
- @param -
- @onerror -
*//*-*****************************************************************************************************/
virtual sal_Bool SAL_CALL mapStrings(css::uno::Sequence< OUString >& seqParameter)
diff --git a/framework/inc/threadhelp/gate.hxx b/framework/inc/threadhelp/gate.hxx
index 1bc2b78..08ac203 100644
--- a/framework/inc/threadhelp/gate.hxx
+++ b/framework/inc/threadhelp/gate.hxx
@@ -53,8 +53,6 @@ class Gate : public IGate
/*-****************************************************************************************************
@short ctor
@descr These initialize the object right as an open gate.
- @param -
- @onerror -
*//*-*****************************************************************************************************/
inline Gate()
: m_bClosed ( sal_False )
@@ -68,8 +66,6 @@ class Gate : public IGate
@descr Is user forget it - we open the gate ...
blocked threads can running ... but I don't know
if it's right - we are destroyed yet!?
- @param -
- @onerror -
*//*-*****************************************************************************************************/
inline virtual ~Gate()
{
@@ -82,7 +78,6 @@ class Gate : public IGate
@descr A wait() call will not block then.
@seealso method close()
- @return -
*//*-*****************************************************************************************************/
virtual void open() SAL_OVERRIDE
{
@@ -101,7 +96,6 @@ class Gate : public IGate
@descr A wait() call will block then.
@seealso method open()
- @return -
*//*-*****************************************************************************************************/
virtual void close() SAL_OVERRIDE
{
@@ -123,7 +117,6 @@ class Gate : public IGate
@seealso method wait()
@seealso method open()
- @return -
*//*-*****************************************************************************************************/
virtual void openGap() SAL_OVERRIDE
{
diff --git a/framework/inc/threadhelp/transactionbase.hxx b/framework/inc/threadhelp/transactionbase.hxx
index 7c16e1e..ada6202 100644
--- a/framework/inc/threadhelp/transactionbase.hxx
+++ b/framework/inc/threadhelp/transactionbase.hxx
@@ -30,8 +30,6 @@ namespace framework{
you should have a look on this implementation. You must use it as the first base class
of your implementation - because base classes are initialized by his order and before your
member! Thats why ist a good place to declare this member.
- @base -
-
@devstatus ready to use
*//*-*************************************************************************************************************/
struct TransactionBase
diff --git a/framework/inc/threadhelp/transactionguard.hxx b/framework/inc/threadhelp/transactionguard.hxx
index 596ae03..2160271 100644
--- a/framework/inc/threadhelp/transactionguard.hxx
+++ b/framework/inc/threadhelp/transactionguard.hxx
@@ -55,7 +55,6 @@ class TransactionGuard : private boost::noncopyable
@param "rManager" reference to transaction manager for using to register a request
@param "eMode" enable/disable throwing of exceptions for rejected calls
@param "eReason" returns reason for rejected calls if "eMode=E_NOEXCEPTIONS"!
- @onerror -
*//*-*****************************************************************************************************/
inline TransactionGuard( ITransactionManager& rManager, EExceptionMode eMode, ERejectReason* eReason = NULL )
: m_pManager( &rManager )
@@ -77,8 +76,6 @@ class TransactionGuard : private boost::noncopyable
/*-************************************************************************************************************
@short dtor
@descr We must release the transaction manager and can forget his pointer.
- @param -
- @onerror -
*//*-*************************************************************************************************************/
inline ~TransactionGuard()
{
@@ -92,8 +89,6 @@ class TransactionGuard : private boost::noncopyable
@attention We don't support any start() method here - because it is not easy to
detect if a transaction already started or not!
(combination of EExceptionMode and ERejectReason)
- @param -
- @onerror -
*//*-*************************************************************************************************************/
inline void stop()
{
@@ -114,7 +109,6 @@ class TransactionGuard : private boost::noncopyable
Thats why we disable it by make it private.
@seealso other ctor
- @return -
*//*-*****************************************************************************************************/
TransactionGuard();
diff --git a/framework/source/dispatch/oxt_handler.cxx b/framework/source/dispatch/oxt_handler.cxx
index ee1806f..ebacbf5 100644
--- a/framework/source/dispatch/oxt_handler.cxx
+++ b/framework/source/dispatch/oxt_handler.cxx
@@ -61,9 +61,6 @@ Oxt_Handler::Oxt_Handler( const css::uno::Reference< css::lang::XMultiServiceFac
/*-************************************************************************************************************
@short standard dtor
- @seealso -
- @return -
- @threadsafe -
*//*-*************************************************************************************************************/
Oxt_Handler::~Oxt_Handler()
{
diff --git a/framework/source/fwe/classes/addonsoptions.cxx b/framework/source/fwe/classes/addonsoptions.cxx
index 7c5f49f..3b5bb96 100644
--- a/framework/source/fwe/classes/addonsoptions.cxx
+++ b/framework/source/fwe/classes/addonsoptions.cxx
@@ -221,7 +221,6 @@ class AddonsOptions_Impl : public ConfigItem
@seealso baseclass ConfigItem
@param "lPropertyNames" is the list of properties which should be updated.
- @onerror -
*//*-*****************************************************************************************************/
virtual void Notify( const Sequence< OUString >& lPropertyNames ) SAL_OVERRIDE;
@@ -232,7 +231,6 @@ class AddonsOptions_Impl : public ConfigItem
and should always called in our destructor to guarantee consistency of config data.
@seealso baseclass ConfigItem
- @return -
*//*-*****************************************************************************************************/
virtual void Commit() SAL_OVERRIDE;
@@ -243,8 +241,6 @@ class AddonsOptions_Impl : public ConfigItem
@short base implementation of public interface for "SvtDynamicMenuOptions"!
@descr These class is used as static member of "SvtDynamicMenuOptions" ...
=> The code exist only for one time and isn't duplicated for every instance!
- @param -
- @onerror -
*//*-*****************************************************************************************************/
bool HasAddonsMenu () const;
diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx b/framework/source/fwi/threadhelp/transactionmanager.cxx
index 7c1ef34..98aabbe 100644
--- a/framework/source/fwi/threadhelp/transactionmanager.cxx
+++ b/framework/source/fwi/threadhelp/transactionmanager.cxx
@@ -28,8 +28,6 @@ namespace framework{
/*-************************************************************************************************************
@short standard ctor
@descr Initialize instance with right start values for correct working.
- @param -
- @onerror -
*//*-*************************************************************************************************************/
TransactionManager::TransactionManager()
: m_eWorkingMode ( E_INIT )
@@ -40,8 +38,6 @@ TransactionManager::TransactionManager()
/*-************************************************************************************************************
@short standard dtor
- @seealso -
- @return -
*//*-*************************************************************************************************************/
TransactionManager::~TransactionManager()
{
@@ -158,7 +154,6 @@ EWorkingMode TransactionManager::getWorkingMode() const
@param "eMode" ,used to enable/disable throwing exceptions automatically for rejected calls
@param "eReason" ,reason for rejected calls if eMode=E_NOEXCEPTIONS
- @onerror -
*//*-*****************************************************************************************************/
void TransactionManager::registerTransaction( EExceptionMode eMode, ERejectReason& eReason ) throw( css::uno::RuntimeException, css::lang::DisposedException )
{
@@ -192,7 +187,6 @@ void TransactionManager::registerTransaction( EExceptionMode eMode, ERejectReas
@descr A guard should call this method to release current transaction.
@seealso method registerTransaction()
- @return -
*//*-*****************************************************************************************************/
void TransactionManager::unregisterTransaction() throw( css::uno::RuntimeException, css::lang::DisposedException )
{
@@ -253,7 +247,6 @@ sal_Bool TransactionManager::isCallRejected( ERejectReason& eReason ) const
@param "eReason" , reason for rejected call
@param "eMode" , exception mode - set by user
- @onerror -
*//*-*****************************************************************************************************/
void TransactionManager::impl_throwExceptions( EExceptionMode eMode, ERejectReason eReason ) const throw( css::uno::RuntimeException, css::lang::DisposedException )
{
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index c60fe59..a7d0504 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -181,7 +181,6 @@ Desktop::Desktop( const css::uno::Reference< css::uno::XComponentContext >& xCon
@descr This one do NOTHING! Use dispose() instaed of this.
@seealso method dispose()
- @return -
*//*-*************************************************************************************************************/
Desktop::~Desktop()
{
@@ -778,8 +777,6 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::getActiveFrame() thr
@short non implemented methods!
@descr Some method make no sense for our desktop! He has no window or parent or ...
So we should implement it empty and warn programmer, if he use it!
- @param -
- @onerror -
*/
void SAL_CALL Desktop::initialize( const css::uno::Reference< css::awt::XWindow >& ) throw( css::uno::RuntimeException, std::exception )
{
@@ -1093,7 +1090,6 @@ void SAL_CALL Desktop::disposing()
@attention Our container is threadsafe himeslf. So we don't need any lock here.
@param "xListener", reference to valid listener. We don't accept invalid values!
- @onerror -
@threadsafe yes
*/
void SAL_CALL Desktop::addEventListener( const css::uno::Reference< css::lang::XEventListener >& xListener ) throw( css::uno::RuntimeException, std::exception )
@@ -1131,7 +1127,6 @@ void SAL_CALL Desktop::removeEventListener( const css::uno::Reference< css::lang
@seealso method loadComponentFromURL()
@param "aEvent", state event which (hopefully) valid information
- @onerror -
@threadsafe yes
*//*-*************************************************************************************************************/
void SAL_CALL Desktop::dispatchFinished( const css::frame::DispatchResultEvent& aEvent ) throw( css::uno::RuntimeException, std::exception )
@@ -1161,8 +1156,6 @@ void SAL_CALL Desktop::dispatchFinished( const css::frame::DispatchResultEvent&
We are a temp. listener only and our lifetime isn't smaller then of our temp. used dispatcher.
@seealso method loadComponentFromURL()
- @return -
- @threadsafe -
*//*-*************************************************************************************************************/
void SAL_CALL Desktop::disposing( const css::lang::EventObject& ) throw( css::uno::RuntimeException, std::exception )
{
@@ -1187,7 +1180,6 @@ void SAL_CALL Desktop::disposing( const css::lang::EventObject& ) throw( css::un
@seealso member m_eLoadState
@param "xRequest", request for interaction - normal a wrapped target exception from bottom services
- @onerror -
@threadsafe yes
*//*-*************************************************************************************************************/
void SAL_CALL Desktop::handle( const css::uno::Reference< css::task::XInteractionRequest >& xRequest ) throw( css::uno::RuntimeException, std::exception )
@@ -1407,7 +1399,6 @@ void SAL_CALL Desktop::setFastPropertyValue_NoBroadcast( sal_Int32
@param "nHandle" handle of property to change
@param "aValue" current value of property
- @onerror -
@threadsafe yes
*//*-*************************************************************************************************************/
void SAL_CALL Desktop::getFastPropertyValue( css::uno::Any& aValue ,
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index ce3f9bf..74225e9 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -603,7 +603,6 @@ void Frame::initListeners()
@descr This one do NOTHING! Use dispose() instaed of this.
@seealso method dispose()
- @return -
*//*-*****************************************************************************************************/
Frame::~Frame()
{
@@ -1309,7 +1308,6 @@ sal_Bool SAL_CALL Frame::isTop() throw( css::uno::RuntimeException, std::excepti
@seealso method isActivate()
@seealso enum EActiveState
@seealso listener mechanism
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::activate() throw( css::uno::RuntimeException, std::exception )
{
@@ -1395,7 +1393,6 @@ void SAL_CALL Frame::activate() throw( css::uno::RuntimeException, std::exceptio
@seealso method isActivate()
@seealso enum EActiveState
@seealso listener mechanism
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::deactivate() throw( css::uno::RuntimeException, std::exception )
{
@@ -1488,8 +1485,6 @@ sal_Bool SAL_CALL Frame::isActive() throw( css::uno::RuntimeException, std::exce
/*-****************************************************************************************************
@short ???
- @seealso -
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException, std::exception )
{
@@ -2022,7 +2017,6 @@ void Frame::implts_forgetSubFrames()
@seealso method initialize()
@seealso baseclass FairRWLockBase!
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException, std::exception )
{
@@ -2352,7 +2346,6 @@ css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL Frame::getConfigu
@seealso member m_xComponentWindow
@param "aEvent" describe source of detected event
- @onerror -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::windowResized( const css::awt::WindowEvent& aEvent ) throw( css::uno::RuntimeException, std::exception )
{
@@ -2403,7 +2396,6 @@ void SAL_CALL Frame::focusGained( const css::awt::FocusEvent& aEvent ) throw( cs
@seealso member m_xComponentWindow
@param "aEvent" describe source of detected event
- @onerror -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::windowActivated( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception )
{
@@ -2597,7 +2589,6 @@ void SAL_CALL Frame::windowHidden( const css::lang::EventObject& ) throw(css::un
@seealso XWindowListener
@seealso XTopWindowListener
@seealso XFocusListener
- @return -
*//*-*****************************************************************************************************/
void SAL_CALL Frame::disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception )
{
@@ -2861,7 +2852,6 @@ void Frame::impl_disposeContainerWindow( css::uno::Reference< css::awt::XWindow
@short send frame action event to our listener
@descr This method is threadsafe AND can be called by our dispose method too!
@param "aAction", describe the event for sending
- @onerror -
*//*-*****************************************************************************************************/
void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction )
{
@@ -2918,8 +2908,6 @@ void Frame::implts_sendFrameActionEvent( const css::frame::FrameAction& aAction
@descr A frame contains 2 windows - a container ~ and a component window.
This method resize inner component window to full size of outer container window.
This method is threadsafe AND can be called by our dispose method too!
- @param -
- @onerror -
*//*-*****************************************************************************************************/
void Frame::implts_resizeComponentWindow()
{
@@ -2951,8 +2939,6 @@ void Frame::implts_resizeComponentWindow()
too ... we should ask his optional property set first ...
@seealso method Window::SetIcon()
- @return -
-
@onerror We do nothing.
*//*-*****************************************************************************************************/
void Frame::implts_setIconOnWindow()
@@ -3042,8 +3028,6 @@ void Frame::implts_setIconOnWindow()
@seealso method initialize()
@seealso method dispose()
- @return -
-
@onerror We do nothing!
@threadsafe yes
*//*-*************************************************************************************************************/
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index 6f795ca..3a79fce 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -128,11 +128,6 @@ class AddonsOptions_Impl;
/*-************************************************************************************************************
@short collect information about menu features
- @descr -
-
- @implements -
- @base -
-
@devstatus ready to use
*//*-*************************************************************************************************************/
@@ -156,11 +151,6 @@ class FWE_DLLPUBLIC AddonsOptions
@seealso member m_nRefCount
@seealso member m_pDataContainer
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
AddonsOptions();
@@ -174,13 +164,7 @@ class FWE_DLLPUBLIC AddonsOptions
@short clears completely the addons menu
@descr Call this methods to clear the addons menu
To fill it again use AppendItem().
-
- @seealso -
-
@param "eMenu" select right menu to clear.
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
void Clear();
@@ -208,9 +192,6 @@ class FWE_DLLPUBLIC AddonsOptions
@short returns the complete addons menu
@descr Call it to get all entries of the addon menu.
We return a list of all nodes with his names and properties.
-
- @seealso -
-
@return A list of menu items is returned.
@onerror We return an empty list.
@@ -220,10 +201,6 @@ class FWE_DLLPUBLIC AddonsOptions
/*-****************************************************************************************************
@short Gets the menu bar part of all addon components registered
- @descr -
-
- @seealso -
-
@return A complete
@onerror We return sal_False
@@ -233,10 +210,6 @@ class FWE_DLLPUBLIC AddonsOptions
/*-****************************************************************************************************
@short Gets a toolbar part of an single addon
- @descr -
-
- @seealso -
-
@return A complete
@onerror We return sal_False
@@ -246,10 +219,6 @@ class FWE_DLLPUBLIC AddonsOptions
/*-****************************************************************************************************
@short Gets a unique toolbar resource name of an single addon
- @descr -
-
- @seealso -
-
@return A complete
@onerror We return sal_False
@@ -259,10 +228,6 @@ class FWE_DLLPUBLIC AddonsOptions
/*-****************************************************************************************************
@short Retrieves all available merge instructions for the Office menu bar
- @descr -
-
- @seealso -
-
@return The filled MergeMenuDefinitionContaier
@onerror We return sal_False
@@ -272,10 +237,6 @@ class FWE_DLLPUBLIC AddonsOptions
/*-****************************************************************************************************
@short Retrieves all available merge instructions for a single toolbar
- @descr -
-
- @seealso -
-
@return The filled
@onerror We return sal_False
@@ -284,10 +245,6 @@ class FWE_DLLPUBLIC AddonsOptions
/*-****************************************************************************************************
@short Gets the Add-On help menu part of all addon components registered
- @descr -
-
- @seealso -
-
@return A complete
@onerror We return sal_False
@@ -299,9 +256,6 @@ class FWE_DLLPUBLIC AddonsOptions
/*-****************************************************************************************************
@short Retrieve an image for a command URL which is defined inside the addon menu configuration
@descr Call it to retrieve an image for a command URL which is defined inside the addon menu configuration
-
- @seealso -
-
@return An image which was defined in the configuration for the menu item. The image can be empty
no bitmap was defined for the request image properties.
@@ -320,13 +274,7 @@ class FWE_DLLPUBLIC AddonsOptions
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
We create a static mutex only for one ime and use at different times.
-
- @seealso -
-
- @param -
@return A reference to a static mutex member.
-
- @onerror -
*//*-*****************************************************************************************************/
static ::osl::Mutex& GetOwnStaticMutex();
@@ -336,13 +284,7 @@ class FWE_DLLPUBLIC AddonsOptions
@descr These class is partially threadsafe (for de-/initialization only).
All access methods are'nt safe!
We create a static mutex only for one ime and use at different times.
-
- @seealso -
-
- @param -
@return A reference to a static mutex member.
-
- @onerror -
*//*-*****************************************************************************************************/
DECL_STATIC_LINK( AddonsOptions, Notify, void* );
commit 1e0fae45a6b13e7571ec890d27dc1f6f69c9f3fb
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Apr 6 19:56:18 2014 +0300
Bin empty @seealso, @param, @return and @onerror metacomments
Change-Id: I6517028670a953954b31599fa3e23f4c8ee8cfc9
diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx
index 0408cb9..4938a69 100644
--- a/UnoControls/inc/basecontainercontrol.hxx
+++ b/UnoControls/inc/basecontainercontrol.hxx
@@ -58,31 +58,11 @@ public:
// construct/destruct
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
BaseContainerControl( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ~BaseContainerControl();
@@ -110,12 +90,7 @@ public:
/**_______________________________________________________________________________________________________
@short get information about supported interfaces
- @descr -
-
@seealso XTypeProvider
-
- @param -
-
@return Sequence of types of all supported interfaces
@onerror A RuntimeException is thrown.
@@ -127,16 +102,6 @@ public:
// XAggregation
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(
@@ -146,16 +111,6 @@ public:
// XControl
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL createPeer(
@@ -164,16 +119,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual sal_Bool SAL_CALL setModel(
@@ -181,16 +126,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > SAL_CALL getModel()
@@ -199,16 +134,6 @@ public:
// XComponent
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -216,16 +141,6 @@ public:
// XEventListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& rEvent ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -233,16 +148,6 @@ public:
// XControlContainer
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL addControl(
@@ -251,16 +156,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL removeControl(
@@ -268,16 +163,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setStatusText(
@@ -285,16 +170,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > SAL_CALL getControl(
@@ -302,16 +177,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > > SAL_CALL getControls()
@@ -320,16 +185,6 @@ public:
// XWindow
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setVisible( sal_Bool bVisible ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx
index 45ca1b2..c46f30f9 100644
--- a/UnoControls/inc/basecontrol.hxx
+++ b/UnoControls/inc/basecontrol.hxx
@@ -126,31 +126,11 @@ public:
// construct/destruct
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
BaseControl( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext );
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ~BaseControl();
@@ -176,15 +156,8 @@ public:
/**_______________________________________________________________________________________________________
@short increment refcount
- @descr -
-
@seealso XInterface
@seealso release()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -192,15 +165,8 @@ public:
/**_______________________________________________________________________________________________________
@short decrement refcount
- @descr -
-
@seealso XInterface
@seealso acquire()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -210,12 +176,7 @@ public:
/**_______________________________________________________________________________________________________
@short get information about supported interfaces
- @descr -
-
@seealso XTypeProvider
-
- @param -
-
@return Sequence of types of all supported interfaces
@onerror A RuntimeException is thrown.
@@ -230,9 +191,6 @@ public:
Another way, cache is enabled.
@seealso XTypeProvider
-
- @param -
-
@return ID as Sequence of byte
@onerror A RuntimeException is thrown.
@@ -244,16 +202,6 @@ public:
// XAggregation
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setDelegator(
@@ -261,16 +209,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(
@@ -280,16 +218,6 @@ public:
// XServiceInfo
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual sal_Bool SAL_CALL supportsService(
@@ -297,32 +225,12 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual OUString SAL_CALL getImplementationName()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
@@ -331,31 +239,11 @@ public:
// XComponent
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL addEventListener(
@@ -363,16 +251,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL removeEventListener(
@@ -382,16 +260,6 @@ public:
// XControl
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL createPeer(
@@ -400,16 +268,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setContext(
@@ -417,16 +275,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual sal_Bool SAL_CALL setModel(
@@ -434,110 +282,40 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE = 0;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setDesignMode( sal_Bool bOn ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getContext()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > SAL_CALL getModel()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE = 0;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > SAL_CALL getPeer()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XView > SAL_CALL getView()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual sal_Bool SAL_CALL isDesignMode() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual sal_Bool SAL_CALL isTransparent() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -545,16 +323,6 @@ public:
// XWindow
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setPosSize( sal_Int32 nX ,
@@ -564,76 +332,26 @@ public:
sal_Int16 nFlags ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setVisible( sal_Bool bVisible ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setEnable( sal_Bool bEnable ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setFocus() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::awt::Rectangle SAL_CALL getPosSize() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL addWindowListener(
@@ -641,16 +359,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL addFocusListener(
@@ -658,16 +366,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL addKeyListener(
@@ -675,16 +373,6 @@ public:
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL addMouseListener(
@@ -692,16 +380,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL addMouseMotionListener(
@@ -709,16 +387,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL addPaintListener(
@@ -726,16 +394,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL removeWindowListener(
@@ -743,16 +401,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL removeFocusListener(
@@ -760,16 +408,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL removeKeyListener(
@@ -777,16 +415,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL removeMouseListener(
@@ -794,16 +422,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL removeMouseMotionListener(
@@ -811,16 +429,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL removePaintListener(
@@ -830,32 +438,12 @@ public:
// XView
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL draw( sal_Int32 nX ,
sal_Int32 nY ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual sal_Bool SAL_CALL setGraphics(
@@ -863,48 +451,18 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL setZoom( float fZoomX ,
float fZoomY ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics > SAL_CALL getGraphics()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::awt::Size SAL_CALL getSize() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -912,16 +470,6 @@ public:
// ::com::sun::star::lang::XEventListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL disposing(
@@ -931,16 +479,6 @@ public:
// XPaintListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowPaint(
@@ -950,16 +488,6 @@ public:
// XWindowListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowResized( const ::com::sun::star::awt::WindowEvent& aEvent ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -970,31 +498,11 @@ public:
// impl but public method to register service
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
static const ::com::sun::star::uno::Sequence< OUString > impl_getStaticSupportedServiceNames();
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
static const OUString impl_getStaticImplementationName();
@@ -1005,91 +513,31 @@ protected:
using OComponentHelper::disposing;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > impl_getComponentContext();
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > impl_getPeerWindow();
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics > impl_getGraphicsPeer();
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
const sal_Int32& impl_getWidth();
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
const sal_Int32& impl_getHeight();
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::awt::WindowDescriptor* impl_getWindowDescriptor(
@@ -1097,16 +545,6 @@ protected:
);
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void impl_paint( sal_Int32 nX ,
@@ -1114,31 +552,11 @@ protected:
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics >& xGraphics );
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void impl_recalcLayout( const ::com::sun::star::awt::WindowEvent& aEvent );
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > impl_getDelegator();
@@ -1148,31 +566,11 @@ protected:
private:
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
void impl_releasePeer();
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
OMRCListenerMultiplexerHelper* impl_getMultiplexer();
diff --git a/UnoControls/inc/multiplexer.hxx b/UnoControls/inc/multiplexer.hxx
index 21c76de..4ec3c66 100644
--- a/UnoControls/inc/multiplexer.hxx
+++ b/UnoControls/inc/multiplexer.hxx
@@ -71,15 +71,8 @@ public:
/**_______________________________________________________________________________________________________
@short constructor
@descr Create a Multiplexer of XWindowEvents.
-
- @seealso -
-
@param rControl The control. All listeners think that this is the original broadcaster.
@param rPeer The peer from which the original events are dispatched. Null is allowed.
-
- @return -
-
- @onerror -
*/
OMRCListenerMultiplexerHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& xControl ,
@@ -88,29 +81,13 @@ public:
/**_______________________________________________________________________________________________________
@short copy-constructor
@descr
-
- @seealso -
-
@param rCopyInstance C++-Reference to instance to make copy from.
-
- @return -
-
- @onerror -
*/
OMRCListenerMultiplexerHelper( const OMRCListenerMultiplexerHelper& aCopyInstance );
/**_______________________________________________________________________________________________________
@short destructor
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ~OMRCListenerMultiplexerHelper();
@@ -135,15 +112,8 @@ public:
/**_______________________________________________________________________________________________________
@short increment refcount
- @descr -
-
@seealso XInterface
@seealso release()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -151,15 +121,8 @@ public:
/**_______________________________________________________________________________________________________
@short decrement refcount
- @descr -
-
@seealso XInterface
@seealso acquire()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -168,31 +131,11 @@ public:
// operator
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
operator ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >() const;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
OMRCListenerMultiplexerHelper& operator= ( const OMRCListenerMultiplexerHelper& aCopyInstance );
@@ -201,45 +144,19 @@ public:
/**_______________________________________________________________________________________________________
@short Remove all listeners from the previous set peer and add the needed listeners to rPeer.
- @descr -
-
- @seealso -
-
@param rPeer The peer from which the original events are dispatched. Null is allowed.
-
- @return -
-
- @onerror -
*/
void setPeer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& xPeer );
/**_______________________________________________________________________________________________________
@short Remove all listeners and send a disposing message.
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
void disposeAndClear();
/**_______________________________________________________________________________________________________
@short Add the specified listener to the source.
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
void advise( const ::com::sun::star::uno::Type& aType ,
@@ -247,15 +164,6 @@ public:
/**_______________________________________________________________________________________________________
@short Remove the specified listener from the source.
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
void unadvise( const ::com::sun::star::uno::Type& aType ,
@@ -264,17 +172,6 @@ public:
// XEventListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& aSource)
@@ -283,34 +180,12 @@ public:
// XFocusListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL focusGained(const ::com::sun::star::awt::FocusEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL focusLost(const ::com::sun::star::awt::FocusEvent& aEvent )
@@ -319,68 +194,24 @@ public:
// XWindowListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowResized(const ::com::sun::star::awt::WindowEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowMoved(const ::com::sun::star::awt::WindowEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowShown(const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowHidden(const ::com::sun::star::lang::EventObject& aEvent )
@@ -389,34 +220,12 @@ public:
// XKeyListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL keyPressed( const ::com::sun::star::awt::KeyEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL keyReleased( const ::com::sun::star::awt::KeyEvent& aEvent )
@@ -425,68 +234,24 @@ public:
// XMouseListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL mousePressed(const ::com::sun::star::awt::MouseEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL mouseReleased(const ::com::sun::star::awt::MouseEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL mouseEntered(const ::com::sun::star::awt::MouseEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL mouseExited(const ::com::sun::star::awt::MouseEvent& aEvent )
@@ -495,34 +260,12 @@ public:
// XMouseMotionListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL mouseDragged(const ::com::sun::star::awt::MouseEvent& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL mouseMoved(const ::com::sun::star::awt::MouseEvent& aEvent )
@@ -531,17 +274,6 @@ public:
// XPaintListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowPaint(const ::com::sun::star::awt::PaintEvent& aEvent )
@@ -550,119 +282,42 @@ public:
// XTopWindowListener
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowOpened( const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowClosing( const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowClosed( const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowMinimized( const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowNormalized( const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowActivated( const ::com::sun::star::lang::EventObject& aEvent )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual void SAL_CALL windowDeactivated( const ::com::sun::star::lang::EventObject& aEvent )
@@ -674,16 +329,8 @@ protected:
/**_______________________________________________________________________________________________________
@short Remove the listener from the peer.
- @descr -
-
- @seealso -
-
@param xPeer The peer from which the listener is removed.
@param rType The listener type, which specify the type of the listener.
-
- @return -
-
- @onerror -
*/
void impl_adviseToPeer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& xPeer ,
@@ -691,16 +338,8 @@ protected:
/**_______________________________________________________________________________________________________
@short Add the listener to the peer.
- @descr -
-
- @seealso -
-
@param xPeer The peer to which the listener is added.
@param rType The listener type, which specify the type of the listener.
-
- @return -
-
- @onerror -
*/
void impl_unadviseFromPeer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& xPeer ,
diff --git a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
index 9e555f7..891da3f 100644
--- a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
@@ -91,15 +91,8 @@ public:
/**_______________________________________________________________________________________________________
@short increment refcount
- @descr -
-
@seealso XInterface
@seealso release()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -107,15 +100,8 @@ public:
/**_______________________________________________________________________________________________________
@short decrement refcount
- @descr -
-
@seealso XInterface
@seealso acquire()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx
index aedcd8f..2a424b7 100644
--- a/UnoControls/source/inc/OConnectionPointHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointHelper.hxx
@@ -95,15 +95,8 @@ public:
/**_______________________________________________________________________________________________________
@short increment refcount
- @descr -
-
@seealso XInterface
@seealso release()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -111,15 +104,8 @@ public:
/**_______________________________________________________________________________________________________
@short decrement refcount
- @descr -
-
@seealso XInterface
@seealso acquire()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx
index 6c75ede..f5dc4cf 100644
--- a/UnoControls/source/inc/framecontrol.hxx
+++ b/UnoControls/source/inc/framecontrol.hxx
@@ -75,15 +75,8 @@ public:
/**_______________________________________________________________________________________________________
@short increment refcount
- @descr -
-
@seealso XInterface
@seealso release()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -91,15 +84,8 @@ public:
/**_______________________________________________________________________________________________________
@short decrement refcount
- @descr -
-
@seealso XInterface
@seealso acquire()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
diff --git a/UnoControls/source/inc/progressbar.hxx b/UnoControls/source/inc/progressbar.hxx
index 34a5ddb..5be2e58 100644
--- a/UnoControls/source/inc/progressbar.hxx
+++ b/UnoControls/source/inc/progressbar.hxx
@@ -102,15 +102,8 @@ public:
/**_______________________________________________________________________________________________________
@short increment refcount
- @descr -
-
@seealso XInterface
@seealso release()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -118,15 +111,8 @@ public:
/**_______________________________________________________________________________________________________
@short decrement refcount
- @descr -
-
@seealso XInterface
@seealso acquire()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx
index 7719539..2da6f8c 100644
--- a/UnoControls/source/inc/progressmonitor.hxx
+++ b/UnoControls/source/inc/progressmonitor.hxx
@@ -157,15 +157,8 @@ public:
/**_______________________________________________________________________________________________________
@short increment refcount
- @descr -
-
@seealso XInterface
@seealso release()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -173,15 +166,8 @@ public:
/**_______________________________________________________________________________________________________
@short decrement refcount
- @descr -
-
@seealso XInterface
@seealso acquire()
-
- @param -
-
- @return -
-
@onerror A RuntimeException is thrown.
*/
@@ -191,12 +177,7 @@ public:
/**_______________________________________________________________________________________________________
@short get information about supported interfaces
- @descr -
-
@seealso XTypeProvider
-
- @param -
-
@return Sequence of types of all supported interfaces
@onerror A RuntimeException is thrown.
@@ -207,16 +188,6 @@ public:
// XAggregation
/**_______________________________________________________________________________________________________
- @short -
- @descr -
-
- @seealso -
-
- @param -
-
- @return -
-
- @onerror -
*/
virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& aType )
@@ -237,9 +208,6 @@ public:
[sText != "" && sText != NULL]
@param bbeforeProgress Position of topic<BR>
[True => before progressbar / False => below progressbar]
-
- @return -
-
@onerror DEBUG = Assertion<BR>
RELEASE = nothing
*/
@@ -251,16 +219,6 @@ public:
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
... etc. - the rest is truncated
More information about the Libreoffice-commits
mailing list