diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-07 19:39:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-07 19:56:50 +0300 |
commit | 53a0914c5cb9357d7ef9088143997f50883b5959 (patch) | |
tree | 63114a85550969ab35b64c2b5ee0aff2012bd87e | |
parent | 2a7fdf2a7bb7345c49c988dfd1fcdb41cebb8a1e (diff) |
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde
-rw-r--r-- | avmedia/source/framework/soundhandler.cxx | 20 | ||||
-rw-r--r-- | include/sfx2/sfxbasecontroller.hxx | 182 | ||||
-rw-r--r-- | include/sfx2/sfxbasemodel.hxx | 585 | ||||
-rw-r--r-- | include/svtools/menuoptions.hxx | 16 | ||||
-rw-r--r-- | include/svtools/miscopt.hxx | 16 | ||||
-rw-r--r-- | include/svtools/optionsdrawinglayer.hxx | 16 | ||||
-rw-r--r-- | sfx2/source/bastyp/fltlst.cxx | 2 | ||||
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 21 | ||||
-rw-r--r-- | svtools/source/config/miscopt.cxx | 14 | ||||
-rw-r--r-- | uui/source/fltdlg.cxx | 16 |
10 files changed, 0 insertions, 888 deletions
diff --git a/avmedia/source/framework/soundhandler.cxx b/avmedia/source/framework/soundhandler.cxx index 5259de535559..541b21dc95b7 100644 --- a/avmedia/source/framework/soundhandler.cxx +++ b/avmedia/source/framework/soundhandler.cxx @@ -177,8 +177,6 @@ void SAL_CALL SoundHandler::impl_initService() @seealso using at owner @param "xFactory", reference to service manager for creation of new services - @return - - @onerror Show an assertion and do nothing else. @threadsafe yes *//*-*************************************************************************************************************/ @@ -195,15 +193,6 @@ SoundHandler::SoundHandler( const css::uno::Reference< css::lang::XMultiServiceF /*-************************************************************************************************************ @short standard dtor - @descr - - - @seealso - - - @param - - @return - - - @onerror - - @threadsafe - *//*-*************************************************************************************************************/ SoundHandler::~SoundHandler() { @@ -233,8 +222,6 @@ SoundHandler::~SoundHandler() @param "aURL" , URL to dispatch. @param "lArguments", list of optional arguments. - @return - - @onerror We do nothing. @threadsafe yes *//*-*************************************************************************************************************/ @@ -310,9 +297,6 @@ void SAL_CALL SoundHandler::dispatch( const css::util::URL& Another reason to do so ... We are a listener on our internal ma_Player object. If you would call "IsSoundFile()" on this instance, he would call us back and we make some unnecessary things ... - - @seealso - - @param "lDescriptor", description of file to detect @return Internal type name which match this file ... or nothing if it is unknown. @@ -353,11 +337,7 @@ OUString SAL_CALL SoundHandler::detect( css::uno::Sequence< css::beans::Property We use this information to callback our might existing listener. @seealso method dispatchWithNotification() - - @param - @return 0 everytime ... it doesn't matter for us. - - @onerror - @threadsafe yes *//*-*************************************************************************************************************/ IMPL_LINK_NOARG(SoundHandler, implts_PlayerNotify) diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx index 13f1e61c01e9..cff341714b74 100644 --- a/include/sfx2/sfxbasecontroller.hxx +++ b/include/sfx2/sfxbasecontroller.hxx @@ -84,34 +84,8 @@ public: // constructor/destructor - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - SfxBaseController( SfxViewShell* pView ) ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual ~SfxBaseController() ; SAL_DLLPRIVATE void ReleaseShell_Impl(); @@ -129,145 +103,28 @@ public: // XController - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL attachFrame( const css::uno::Reference< css::frame::XFrame >& xFrame ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual sal_Bool SAL_CALL attachModel( const css::uno::Reference< css::frame::XModel >& xModel ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual sal_Bool SAL_CALL suspend( sal_Bool bSuspend ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - css::uno::Any SAL_CALL getViewData() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - void SAL_CALL restoreViewData( const css::uno::Any& aValue ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - css::uno::Reference< css::frame::XFrame > SAL_CALL getFrame() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - css::uno::Reference< css::frame::XModel > SAL_CALL getModel() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; // XDispatchProvider - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL queryDispatch( const css::util::URL & aURL , const OUString & sTargetFrameName, FrameSearchFlags eSearchFlags ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL queryDispatches( const css::uno::Sequence< css::frame::DispatchDescriptor >& seqDescriptor ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; @@ -283,49 +140,10 @@ public: // XComponent - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL dispose() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL addEventListener( const css::uno::Reference< css::lang::XEventListener >& aListener ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL removeEventListener( const css::uno::Reference< css::lang::XEventListener >& aListener ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; virtual void SAL_CALL registerContextMenuInterceptor( const css::uno::Reference< css::ui::XContextMenuInterceptor >& xInterceptor ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; virtual void SAL_CALL releaseContextMenuInterceptor( const css::uno::Reference< css::ui::XContextMenuInterceptor >& xInterceptor ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx index 3225e28b694d..fd33b2de799b 100644 --- a/include/sfx2/sfxbasemodel.hxx +++ b/include/sfx2/sfxbasemodel.hxx @@ -109,10 +109,6 @@ namespace sfx { namespace intern { /**_______________________________________________________________________________________________________ - @short - - - @descr - - @implements XChild XComponent document::XDocumentPropertiesSupplier @@ -182,34 +178,8 @@ public: // constructor/destructor - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - SfxBaseModel( SfxObjectShell *pObjectShell = NULL ) ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual ~SfxBaseModel() ; @@ -233,15 +203,8 @@ public: /**___________________________________________________________________________________________________ @short increment refcount - @descr - - @seealso XInterface @seealso release() - - @param - - - @return - - @onerror A RuntimeException is thrown. */ @@ -249,15 +212,8 @@ public: /**___________________________________________________________________________________________________ @short decrement refcount - @descr - - @seealso XInterface @seealso acquire() - - @param - - - @return - - @onerror A RuntimeException is thrown. */ @@ -269,12 +225,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. @@ -288,9 +239,6 @@ public: Another way, cache is enabled. @seealso XTypeProvider - - @param - - @return ID as Sequence of byte @onerror A RuntimeException is thrown. @@ -334,34 +282,8 @@ public: // XChild - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getParent() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL setParent( const css::uno::Reference< css::uno::XInterface >& xParent ) throw(css::lang::NoSupportException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -369,49 +291,10 @@ public: // XComponent - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL dispose() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL addEventListener(const css::uno::Reference< css::lang::XEventListener >& aListener) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL removeEventListener(const css::uno::Reference< css::lang::XEventListener >& aListener ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // XDocumentPropertiesSupplier @@ -423,191 +306,35 @@ public: // XEventListener - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // XModel - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual sal_Bool SAL_CALL attachResource(const OUString& sURL, const css::uno::Sequence< css::beans::PropertyValue >& aArgs) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual OUString SAL_CALL getURL() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL getArgs() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL connectController( const css::uno::Reference< css::frame::XController >& xController ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL disconnectController( const css::uno::Reference< css::frame::XController >& xController ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL lockControllers() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL unlockControllers() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual sal_Bool SAL_CALL hasControllersLocked() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual css::uno::Reference< css::frame::XController > SAL_CALL getCurrentController() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL setCurrentController( const css::uno::Reference< css::frame::XController >& xController ) throw (css::container::NoSuchElementException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getCurrentSelection() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -639,65 +366,13 @@ public: virtual sal_Bool SAL_CALL enableSetModified( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual sal_Bool SAL_CALL isSetModifiedEnabled( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual sal_Bool SAL_CALL isModified() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL setModified( sal_Bool bModified ) throw (css::beans::PropertyVetoException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL addModifyListener( const css::uno::Reference< css::util::XModifyListener >& xListener ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL removeModifyListener(const css::uno::Reference< css::util::XModifyListener > & xListener) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE ; @@ -724,49 +399,10 @@ public: // XPrintable - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL getPrinter() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL setPrinter( const css::uno::Sequence< css::beans::PropertyValue >& seqPrinter ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL print( const css::uno::Sequence< css::beans::PropertyValue >& seqOptions ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -781,96 +417,18 @@ public: // XStorable - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual sal_Bool SAL_CALL hasLocation() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual OUString SAL_CALL getLocation() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual sal_Bool SAL_CALL isReadonly() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL store() throw (css::io::IOException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL storeAsURL( const OUString& sURL, const css::uno::Sequence< css::beans::PropertyValue >& seqArguments ) throw (css::io::IOException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL storeToURL( const OUString& sURL, const css::uno::Sequence< css::beans::PropertyValue >& seqArguments ) throw (css::io::IOException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -881,38 +439,12 @@ public: // XLoadable - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL initNew() throw (css::frame::DoubleInitializationException, css::io::IOException, css::uno::RuntimeException, css::uno::Exception, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual void SAL_CALL load( const css::uno::Sequence< css::beans::PropertyValue >& seqArguments ) throw (css::frame::DoubleInitializationException, css::io::IOException, @@ -1007,54 +539,14 @@ public: // XTransferable - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual css::uno::Any SAL_CALL getTransferData( const css::datatransfer::DataFlavor& aFlavor ) throw (css::datatransfer::UnsupportedFlavorException, css::io::IOException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - - virtual css::uno::Sequence< css::datatransfer::DataFlavor > SAL_CALL getTransferDataFlavors() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - virtual sal_Bool SAL_CALL isDataFlavorSupported( const css::datatransfer::DataFlavor& aFlavor ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; @@ -1064,16 +556,9 @@ public: /**___________________________________________________________________________________________________ - @short - @descr - offers a list of event handlers which are be bound to events of this object. - @seealso - - - @param - - @return - an Events object. - - @onerror - */ virtual css::uno::Reference< css::container::XNameReplace > SAL_CALL getEvents() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; @@ -1098,31 +583,13 @@ public: /**___________________________________________________________________________________________________ - @short - @descr - registers the given XEventListener. - - @seealso - - - @param - - - @return - - - @onerror - */ virtual void SAL_CALL addEventListener( const css::uno::Reference< css::document::XEventListener >& xListener ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; /**___________________________________________________________________________________________________ - @short - @descr - unregisters the given XEventListener. - - @seealso - - - @param - - - @return - - - @onerror - */ virtual void SAL_CALL removeEventListener( const css::uno::Reference< css::document::XEventListener >& xListener ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; @@ -1340,19 +807,6 @@ public: // SfxListener - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - void Notify( SfxBroadcaster& aBC , const SfxHint& aHint ) SAL_OVERRIDE ; @@ -1360,34 +814,8 @@ public: // public IMPL? - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - void changing() ; - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - SfxObjectShell* GetObjectShell() const ; SAL_DLLPRIVATE bool impl_isDisposed() const ; @@ -1425,19 +853,6 @@ protected: private: - /**___________________________________________________________________________________________________ - @short - - @descr - - - @seealso - - - @param - - - @return - - - @onerror - - */ - css::uno::Reference< css::ui::XUIConfigurationManager2 > getUIConfigurationManager2() throw ( css::uno::RuntimeException ); bool impl_getPrintHelper(); SAL_DLLPRIVATE void ListenForStorage_Impl( const css::uno::Reference< css::embed::XStorage >& xStorage ); diff --git a/include/svtools/menuoptions.hxx b/include/svtools/menuoptions.hxx index f7af595da8da..3b7006ca5064 100644 --- a/include/svtools/menuoptions.hxx +++ b/include/svtools/menuoptions.hxx @@ -37,11 +37,6 @@ class SvtMenuOptions_Impl; /*-************************************************************************************************************ @short collect information about menu features - @descr - - - @implements - - @base - - @devstatus ready to use *//*-*************************************************************************************************************/ @@ -58,11 +53,6 @@ class SVT_DLLPUBLIC SAL_WARN_UNUSED SvtMenuOptions: public utl::detail::Options @seealso member m_nRefCount @seealso member m_pDataContainer - - @param - - @return - - - @onerror - *//*-*****************************************************************************************************/ SvtMenuOptions(); @@ -98,13 +88,7 @@ class SVT_DLLPUBLIC SAL_WARN_UNUSED SvtMenuOptions: public utl::detail::Options @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 - *//*-*****************************************************************************************************/ SVT_DLLPRIVATE static ::osl::Mutex& GetOwnStaticMutex(); diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx index 13d92d453a05..95db0025d61f 100644 --- a/include/svtools/miscopt.hxx +++ b/include/svtools/miscopt.hxx @@ -38,11 +38,6 @@ class Link; /*-************************************************************************************************************ @short collect information about misc group - @descr - - - @implements - - @base - - @ATTENTION This class is partially threadsafe. @devstatus ready to use @@ -60,11 +55,6 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options @seealso member m_nRefCount @seealso member m_pDataContainer - - @param - - @return - - - @onerror - *//*-*****************************************************************************************************/ SvtMiscOptions(); @@ -120,13 +110,7 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options @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 - *//*-*****************************************************************************************************/ SVT_DLLPRIVATE static ::osl::Mutex& GetInitMutex(); diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx index d217735fd372..8c1e4e17fa0d 100644 --- a/include/svtools/optionsdrawinglayer.hxx +++ b/include/svtools/optionsdrawinglayer.hxx @@ -41,11 +41,6 @@ class SvtOptionsDrawinglayer_Impl; /*-************************************************************************************************************ @short collect information about startup features - @descr - - - @implements - - @base - - @devstatus ready to use *//*-*************************************************************************************************************/ @@ -70,11 +65,6 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer @seealso member m_nRefCount @seealso member m_pDataContainer - - @param - - @return - - - @onerror - *//*-*****************************************************************************************************/ SvtOptionsDrawinglayer(); @@ -169,13 +159,7 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer @short return a reference to a static mutex @descr These class use his own static mutex to be threadsafe. 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 - *//*-*****************************************************************************************************/ SVT_DLLPRIVATE static ::osl::Mutex& GetOwnStaticMutex(); diff --git a/sfx2/source/bastyp/fltlst.cxx b/sfx2/source/bastyp/fltlst.cxx index 6225afccfae4..d2198bf2aa4c 100644 --- a/sfx2/source/bastyp/fltlst.cxx +++ b/sfx2/source/bastyp/fltlst.cxx @@ -82,8 +82,6 @@ class SfxRefreshListener : public ::cppu::WeakImplHelper1<com::sun::star::util:: @param "sFactory" , short name of module which contains filter container @param "pContainer", pointer to filter container which will be informed - @return - - @onerror We show some assertions in non product version. Otherwise we do nothing! @threadsafe yes diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index 508db5390717..275d4e2e5998 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -104,9 +104,6 @@ class SvtMenuOptions_Impl : public ConfigItem @seealso baseclass ConfigItem @param "seqPropertyNames" is the list of properties which should be updated. - @return - - - @onerror - *//*-*****************************************************************************************************/ virtual void Notify( const Sequence< OUString >& seqPropertyNames ) SAL_OVERRIDE; @@ -117,11 +114,6 @@ class SvtMenuOptions_Impl : public ConfigItem and should always called in our destructor to guarantee consistency of config data. @seealso baseclass ConfigItem - - @param - - @return - - - @onerror - *//*-*****************************************************************************************************/ virtual void Commit() SAL_OVERRIDE; @@ -134,13 +126,6 @@ class SvtMenuOptions_Impl : public ConfigItem @short access method to get internal values @descr These methods give us a chance to regulate access to our internal values. It's not used in the moment - but it's possible for the future! - - @seealso - - - @param - - @return - - - @onerror - *//*-*****************************************************************************************************/ bool IsEntryHidingEnabled() const @@ -189,13 +174,7 @@ class SvtMenuOptions_Impl : public ConfigItem @short return list of fix key names of our configuration management which represent our module tree @descr These methods return a static const list of key names. We need it to get needed values from our configuration management. - - @seealso - - - @param - @return A list of needed configuration keys is returned. - - @onerror - *//*-*****************************************************************************************************/ static Sequence< OUString > impl_GetPropertyNames(); diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx index 6a050d7d2eba..2604eec91d72 100644 --- a/svtools/source/config/miscopt.cxx +++ b/svtools/source/config/miscopt.cxx @@ -105,9 +105,6 @@ class SvtMiscOptions_Impl : public ConfigItem @seealso baseclass ConfigItem @param "seqPropertyNames" is the list of properties which should be updated. - @return - - - @onerror - *//*-*****************************************************************************************************/ virtual void Notify( const Sequence< OUString >& seqPropertyNames ) SAL_OVERRIDE; @@ -124,11 +121,6 @@ class SvtMiscOptions_Impl : public ConfigItem and should always called in our destructor to guarantee consistency of config data. @seealso baseclass ConfigItem - - @param - - @return - - - @onerror - *//*-*****************************************************************************************************/ virtual void Commit() SAL_OVERRIDE; @@ -253,13 +245,7 @@ class SvtMiscOptions_Impl : public ConfigItem @short return list of key names of our configuration management which represent oue module tree @descr These methods return a static const list of key names. We need it to get needed values from our configuration management. - - @seealso - - - @param - @return A list of needed configuration keys is returned. - - @onerror - *//*-*****************************************************************************************************/ static Sequence< OUString > GetPropertyNames(); diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx index 5ae7ff57785b..96dbefb40401 100644 --- a/uui/source/fltdlg.cxx +++ b/uui/source/fltdlg.cxx @@ -46,9 +46,6 @@ namespace uui @param "pParentWindow" , parent window for dialog @param "pResMgr" , resource manager - @return - - - @onerror - @threadsafe no *//*-*************************************************************************************************************/ FilterDialog::FilterDialog( Window* pParentWindow , @@ -67,13 +64,7 @@ FilterDialog::FilterDialog( Window* pParentWindow , /*-************************************************************************************************************ @short set file name on dialog control @descr We convert given URL (it must be an URL!) into valid file name and show it on our dialog. - - @seealso - - @param "sURL", URL for showing - @return - - - @onerror - @threadsafe no *//*-*************************************************************************************************************/ void FilterDialog::SetURL( const OUString& sURL ) @@ -96,8 +87,6 @@ void FilterDialog::SetURL( const OUString& sURL ) @seealso method AskForFilter() @param "pFilterNames", pointer to list of filter names, which should be used for later operations. - @return - - @onerror We clear list box and forget our currently set filter information completely! @threadsafe no *//*-*************************************************************************************************************/ @@ -166,11 +155,6 @@ bool FilterDialog::AskForFilter( FilterNameListPtr& pSelectedItem ) @seealso method OutputDevice::GetTextWidth() @seealso method InetURLObject::getAbbreviated() - - @param - - @return - - - @onerror - @threadsafe no *//*-*************************************************************************************************************/ class StringCalculator : public ::cppu::WeakImplHelper1< ::com::sun::star::util::XStringWidth > |