summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 20:02:08 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 20:02:08 +0300
commite32e7946aa61e6b2dddbb2eff60f82d2f85bb41a (patch)
treedc084f64896f5f932dd71c1f2dcb94267e3afbea /framework
parentBin empty @seealso, @param, @return and @onerror metacomments (diff)
downloadcore-e32e7946aa61e6b2dddbb2eff60f82d2f85bb41a.tar.gz
core-e32e7946aa61e6b2dddbb2eff60f82d2f85bb41a.zip
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I9582afceb5daf5993bfca1445370d8a60030c3c5
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/checkediterator.hxx8
-rw-r--r--framework/inc/classes/filtercache.hxx4
-rw-r--r--framework/inc/classes/wildcard.hxx6
-rw-r--r--framework/inc/dispatch/menudispatcher.hxx13
-rw-r--r--framework/inc/helper/ocomponentaccess.hxx2
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx4
-rw-r--r--framework/inc/helper/oframes.hxx6
-rw-r--r--framework/inc/services/mediatypedetectionhelper.hxx8
-rw-r--r--framework/inc/threadhelp/gate.hxx7
-rw-r--r--framework/inc/threadhelp/transactionbase.hxx2
-rw-r--r--framework/inc/threadhelp/transactionguard.hxx6
-rw-r--r--framework/source/dispatch/oxt_handler.cxx3
-rw-r--r--framework/source/fwe/classes/addonsoptions.cxx4
-rw-r--r--framework/source/fwi/threadhelp/transactionmanager.cxx7
-rw-r--r--framework/source/services/desktop.cxx9
-rw-r--r--framework/source/services/frame.cxx16
16 files changed, 0 insertions, 105 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx
index f17581e98578..2805bcf7fb10 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 cfb4fa2ee752..55a20d14bf5e 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 626ee572ec42..e1499ed5fc33 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 30faccb32308..7bc067103448 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 836f0315c5ba..de46a8238ca8 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 c98bb2154695..d9a3396b7e59 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 d111a1c956cb..f9e52d786d0f 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 401152aab157..a6690bcbb5d7 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 1bc2b782f8f5..08ac20332411 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 7c16e1e954d6..ada6202fa584 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 596ae0333cd8..216027116735 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 ee1806f81c79..ebacbf512246 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 7c5f49f88223..3b5bb9634472 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 7c1ef34eafa3..98aabbe7cbaf 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 c60fe59c482f..a7d0504bc064 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 ce3f9bf11131..74225e919925 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
*//*-*************************************************************************************************************/