Kaydet (Commit) 53a0914c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin empty @seealso, @param, @return etc metacomments

Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde
üst 2a7fdf2a
......@@ -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)
......
......@@ -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;
......
This diff is collapsed.
......@@ -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();
......
......@@ -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();
......
......@@ -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();
......
......@@ -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
......
......@@ -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();
......
......@@ -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();
......
......@@ -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 >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment