diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 20:02:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 20:02:08 +0300 |
commit | e32e7946aa61e6b2dddbb2eff60f82d2f85bb41a (patch) | |
tree | dc084f64896f5f932dd71c1f2dcb94267e3afbea /framework/inc | |
parent | 1e0fae45a6b13e7571ec890d27dc1f6f69c9f3fb (diff) |
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I9582afceb5daf5993bfca1445370d8a60030c3c5
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/classes/checkediterator.hxx | 8 | ||||
-rw-r--r-- | framework/inc/classes/filtercache.hxx | 4 | ||||
-rw-r--r-- | framework/inc/classes/wildcard.hxx | 6 | ||||
-rw-r--r-- | framework/inc/dispatch/menudispatcher.hxx | 13 | ||||
-rw-r--r-- | framework/inc/helper/ocomponentaccess.hxx | 2 | ||||
-rw-r--r-- | framework/inc/helper/ocomponentenumeration.hxx | 4 | ||||
-rw-r--r-- | framework/inc/helper/oframes.hxx | 6 | ||||
-rw-r--r-- | framework/inc/services/mediatypedetectionhelper.hxx | 8 | ||||
-rw-r--r-- | framework/inc/threadhelp/gate.hxx | 7 | ||||
-rw-r--r-- | framework/inc/threadhelp/transactionbase.hxx | 2 | ||||
-rw-r--r-- | framework/inc/threadhelp/transactionguard.hxx | 6 |
11 files changed, 0 insertions, 66 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(); |