summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:00:46 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:47 +0300
commitbe616c26f990d651c752be201e29e2b89ba17f2a (patch)
tree86b809105b73eaaa54c66d667776827190a19c64 /unotools
parent79247e9fa74c7b5472c5ee2bd98b27cef73788b1 (diff)
Bin empty @seealso, @param, @return and @onerror metacomments
Change-Id: I9a590b9e65960bf7360b37567aa5bfa7588c69f7
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/cmdoptions.cxx20
-rw-r--r--unotools/source/config/compatibility.cxx26
-rw-r--r--unotools/source/config/dynamicmenuoptions.cxx22
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx20
-rw-r--r--unotools/source/config/fontoptions.cxx21
-rw-r--r--unotools/source/config/localisationoptions.cxx21
-rw-r--r--unotools/source/config/moduleoptions.cxx46
-rw-r--r--unotools/source/config/securityoptions.cxx14
-rw-r--r--unotools/source/config/viewoptions.cxx10
9 files changed, 0 insertions, 200 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx
index 18e99b34efaf..eb28d24a2819 100644
--- a/unotools/source/config/cmdoptions.cxx
+++ b/unotools/source/config/cmdoptions.cxx
@@ -129,9 +129,6 @@ class SvtCommandOptions_Impl : public ConfigItem
@seealso baseclass ConfigItem
@param "lPropertyNames" is the list of properties which should be updated.
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
virtual void Notify( const Sequence< OUString >& lPropertyNames ) SAL_OVERRIDE;
@@ -142,11 +139,6 @@ class SvtCommandOptions_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;
@@ -155,13 +147,6 @@ class SvtCommandOptions_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!
-
- @seealso -
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
bool HasEntries ( SvtCommandOptions::CmdOption eOption ) const;
@@ -174,13 +159,8 @@ class SvtCommandOptions_Impl : public ConfigItem
@short return list of key names of our configuration management which represent oue module tree
@descr These methods return the current list of key names! We need it to get needed values from our
configuration management and support dynamical menu item lists!
-
- @seealso -
-
@param "nDisabledCount" , returns count of menu entries for "new"
@return A list of configuration key names is returned.
-
- @onerror -
*//*-*****************************************************************************************************/
Sequence< OUString > impl_GetPropertyNames();
diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx
index 46bcaf30e1fe..d3fd808a1624 100644
--- a/unotools/source/config/compatibility.cxx
+++ b/unotools/source/config/compatibility.cxx
@@ -231,9 +231,6 @@ class SvtCompatibilityOptions_Impl : public ConfigItem
@seealso baseclass ConfigItem
@param "lPropertyNames" is the list of properties which should be updated.
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
virtual void Notify( const Sequence< OUString >& lPropertyNames ) SAL_OVERRIDE;
@@ -244,11 +241,6 @@ class SvtCompatibilityOptions_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;
@@ -259,13 +251,6 @@ class SvtCompatibilityOptions_Impl : public ConfigItem
@short base implementation of public interface for "SvtCompatibilityOptions"!
@descr These class is used as static member of "SvtCompatibilityOptions" ...
=> The code exist only for one time and isn't duplicated for every instance!
-
- @seealso -
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
void Clear();
@@ -304,29 +289,18 @@ class SvtCompatibilityOptions_Impl : public ConfigItem
@short return list of key names of our configuration management which represent one module tree
@descr These methods return the current list of key names! We need it to get needed values from our
configuration management and support dynamical menu item lists!
-
- @seealso -
-
- @param -
@return A list of configuration key names is returned.
-
- @onerror -
*//*-*****************************************************************************************************/
Sequence< OUString > impl_GetPropertyNames( Sequence< OUString >& rItems );
/*-****************************************************************************************************
@short expand the list for all well known properties to destination
- @descr -
- @attention -
-
@seealso method impl_GetPropertyNames()
@param "lSource" , original list
@param "lDestination" , destination of operation
@return A list of configuration key names is returned.
-
- @onerror -
*//*-*****************************************************************************************************/
void impl_ExpandPropertyNames( const Sequence< OUString >& lSource,
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx
index b3135a082e70..8982adc583fa 100644
--- a/unotools/source/config/dynamicmenuoptions.cxx
+++ b/unotools/source/config/dynamicmenuoptions.cxx
@@ -232,9 +232,6 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem
@seealso baseclass ConfigItem
@param "lPropertyNames" is the list of properties which should be updated.
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
virtual void Notify( const Sequence< OUString >& lPropertyNames ) SAL_OVERRIDE;
@@ -245,11 +242,6 @@ class SvtDynamicMenuOptions_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;
@@ -258,13 +250,6 @@ class SvtDynamicMenuOptions_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!
-
- @seealso -
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
Sequence< Sequence< PropertyValue > > GetMenu ( EDynamicMenuType eMenu ) const;
@@ -275,14 +260,9 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem
@short return list of key names of our configuration management which represent oue module tree
@descr These methods return the current list of key names! We need it to get needed values from our
configuration management and support dynamical menu item lists!
-
- @seealso -
-
@param "nNewCount" , returns count of menu entries for "new"
@param "nWizardCount" , returns count of menu entries for "wizard"
@return A list of configuration key names is returned.
-
- @onerror -
*//*-*****************************************************************************************************/
Sequence< OUString > impl_GetPropertyNames( sal_uInt32& nNewCount, sal_uInt32& nWizardCount, sal_uInt32& nHelpBookmarksCount );
@@ -322,8 +302,6 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem
@param "lDestination" , destination of operation
@param "sSetNode" , name of configuration set to build complete path
@return A list of configuration key names is returned.
-
- @onerror -
*//*-*****************************************************************************************************/
void impl_SortAndExpandPropertyNames( const Sequence< OUString >& lSource ,
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 35d091fedd82..b69da5102364 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -74,9 +74,6 @@ class SvtExtendedSecurityOptions_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;
@@ -87,11 +84,6 @@ class SvtExtendedSecurityOptions_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;
@@ -103,13 +95,7 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
@short return list of key names of ouer 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();
@@ -117,14 +103,8 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short Fills the hash map with all extensions known to be secure
@descr These methods fills the given hash map object with all extensions known to be secure.
-
- @seealso -
-
@param aHashMap
A hash map to be filled with secure extension strings.
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
void FillExtensionHashMap( ExtensionHashMap& aHashMap );
diff --git a/unotools/source/config/fontoptions.cxx b/unotools/source/config/fontoptions.cxx
index e68810d9def7..5073901be21f 100644
--- a/unotools/source/config/fontoptions.cxx
+++ b/unotools/source/config/fontoptions.cxx
@@ -60,9 +60,6 @@ class SvtFontOptions_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;
@@ -73,11 +70,6 @@ class SvtFontOptions_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;
@@ -86,13 +78,6 @@ class SvtFontOptions_Impl : public ConfigItem
@short access method to get internal values
@descr These method give us a chance to regulate acces to ouer internal values.
It's not used in the moment - but it's possible for the feature!
-
- @seealso -
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
bool IsFontHistoryEnabled ( ) const;
@@ -107,13 +92,7 @@ class SvtFontOptions_Impl : public ConfigItem
@short return list of key names of ouer 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 > impl_GetPropertyNames();
diff --git a/unotools/source/config/localisationoptions.cxx b/unotools/source/config/localisationoptions.cxx
index 5bb27301aac9..186ff1319842 100644
--- a/unotools/source/config/localisationoptions.cxx
+++ b/unotools/source/config/localisationoptions.cxx
@@ -59,9 +59,6 @@ class SvtLocalisationOptions_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;
@@ -72,11 +69,6 @@ class SvtLocalisationOptions_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;
@@ -85,13 +77,6 @@ class SvtLocalisationOptions_Impl : public ConfigItem
@short access method to get internal values
@descr These method give us a chance to regulate acces to ouer internal values.
It's not used in the moment - but it's possible for the feature!
-
- @seealso -
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
bool IsAutoMnemonic ( ) const;
@@ -103,13 +88,7 @@ class SvtLocalisationOptions_Impl : public ConfigItem
@short return list of key names of ouer 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/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 119872f545f5..aed35436124f 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -281,8 +281,6 @@ typedef FactoryInfo FactoryInfoList[FACTORYCOUNT];
@descr These class is used as a static data container of class SvtModuleOptions. The hold it by using
a refcount and make it threadsafe by using an osl mutex. So we don't must do anything for that.
We can implement pure functionality to read/write configuration data only.
-
- @implements -
@base ConfigItem
@devstatus ready to use
@@ -347,11 +345,6 @@ class SvtModuleOptions_Impl : public ::utl::ConfigItem
@seealso baseclass ConfigItem
@seealso method impl_Read()
-
- @param -
- @return -
-
- @onerror -
@threadsafe no
*//*-*************************************************************************************************************/
SvtModuleOptions_Impl::SvtModuleOptions_Impl()
@@ -380,11 +373,6 @@ SvtModuleOptions_Impl::SvtModuleOptions_Impl()
of this class modify internal member list m_lFactories! Otherwise Commit() will never be called!!!
@seealso baseclass ConfigItem
-
- @param -
- @return -
-
- @onerror -
@threadsafe no
*//*-*************************************************************************************************************/
SvtModuleOptions_Impl::~SvtModuleOptions_Impl()
@@ -409,9 +397,6 @@ SvtModuleOptions_Impl::~SvtModuleOptions_Impl()
@seealso method impl_Read()
@param "lNames" is the list of set node entries which should be updated.
- @return -
-
- @onerror -
@threadsafe no
*//*-*************************************************************************************************************/
void SvtModuleOptions_Impl::Notify( const css::uno::Sequence< OUString >& )
@@ -429,11 +414,6 @@ void SvtModuleOptions_Impl::Notify( const css::uno::Sequence< OUString >& )
are the only and right ones.
@seealso baseclass ConfigItem
-
- @param -
- @return -
-
- @onerror -
@threadsafe no
*//*-*****************************************************************************************************/
void SvtModuleOptions_Impl::Commit()
@@ -480,9 +460,6 @@ void SvtModuleOptions_Impl::Commit()
@attention Some people use any value as enum ... but we support in header specified values only!
We use it directly as index in our internal list. If enum value isn't right - we crash with an
"index out of range"!!! Please use me right - otherwise there is no guarantee.
-
- @seealso -
-
@param "eModule" , index in list - specify module
@param "eFactory" , index in list - specify factory
@param "sTemplate", set new standard template for these factory
@@ -732,8 +709,6 @@ void SvtModuleOptions_Impl::SetFactoryDefaultFilter( SvtModuleOptions::EFa
These full expanded list should be used to get values of this properties.
@seealso ctor
-
- @param -
@return List of all relative addressed properties of given set entry names.
@onerror List will be empty.
@@ -769,9 +744,6 @@ css::uno::Sequence< OUString > SvtModuleOptions_Impl::impl_ExpandSetNames( const
If it matches with these factory - break operation and return true AND right set parameter.
Otherwise try next one and so on. If no factory was found return false. Out parameter eFactory
is set to last tried value but shouldn't be used! Because our return value is false!
-
- @seealso -
-
@param "sLongName" , long name of factory, which should be classified
@return "eFactory" , right enum value, which match given long name
and true for successfully classification, false otherwise
@@ -853,8 +825,6 @@ bool SvtModuleOptions_Impl::ClassifyFactoryByName( const OUString& sName, SvtMod
@seealso method Notify()
@param "lFactories" is the list of set node entries which should be readed.
- @return -
-
@onerror We do nothing.
@threadsafe no
*//*-*************************************************************************************************************/
@@ -964,11 +934,6 @@ sal_Int32 SvtModuleOptions::m_nRefCount = 0;
container and create a static mutex, which is used for threadsafe code in further time of this object.
@seealso method impl_GetOwnStaticMutex()
-
- @param -
- @return -
-
- @onerror -
@threadsafe yes
*//*-*************************************************************************************************************/
SvtModuleOptions::SvtModuleOptions()
@@ -1000,11 +965,6 @@ SvtModuleOptions::~SvtModuleOptions()
They are threadsafe. All calls are forwarded to impl-data-container. See there for further information!
@seealso method impl_GetOwnStaticMutex()
-
- @param -
- @return -
-
- @onerror -
@threadsafe yes
*//*-*************************************************************************************************************/
bool SvtModuleOptions::IsModuleInstalled( EModule eModule ) const
@@ -1127,13 +1087,7 @@ namespace
@descr These class is threadsafe.
We create a static mutex only for one time and use it to protect our refcount and container
member!
-
- @seealso -
-
- @param -
@return A reference to a static mutex member.
-
- @onerror -
@threadsafe yes
*//*-*****************************************************************************************************/
::osl::Mutex& SvtModuleOptions::impl_GetOwnStaticMutex()
diff --git a/unotools/source/config/securityoptions.cxx b/unotools/source/config/securityoptions.cxx
index 56c4ef53218e..c1644642fb26 100644
--- a/unotools/source/config/securityoptions.cxx
+++ b/unotools/source/config/securityoptions.cxx
@@ -121,9 +121,6 @@ class SvtSecurityOptions_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;
@@ -134,11 +131,6 @@ class SvtSecurityOptions_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;
@@ -165,13 +157,7 @@ class SvtSecurityOptions_Impl : public ConfigItem
@short return list of key names of ouer 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 -
*//*-*****************************************************************************************************/
void SetProperty( sal_Int32 nHandle, const Any& rValue, bool bReadOnly );
diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx
index 0a650b955c17..8f5e116384b8 100644
--- a/unotools/source/config/viewoptions.cxx
+++ b/unotools/source/config/viewoptions.cxx
@@ -294,9 +294,6 @@ class SvtViewOptionsBase_Impl
@seealso baseclass ::utl::ConfigItem
@seealso method Notify()
-
- @param -
- @return -
*//*-*************************************************************************************************************/
SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const OUString& sList )
: m_sListName ( sList ) // we must know, which view type we must support
@@ -336,9 +333,6 @@ SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const OUString& sList )
@seealso method IsModified()
@seealso method SetModified()
@seealso method Commit()
-
- @param -
- @return -
*//*-*************************************************************************************************************/
SvtViewOptionsBase_Impl::~SvtViewOptionsBase_Impl()
{
@@ -422,9 +416,6 @@ bool SvtViewOptionsBase_Impl::Delete( const OUString& sName )
@descr Follow methods support read/write access to all cache view items.
@seealso member m_sList
-
- @param -
- @return -
*//*-*************************************************************************************************************/
OUString SvtViewOptionsBase_Impl::GetWindowState( const OUString& sName )
{
@@ -708,7 +699,6 @@ void SvtViewOptionsBase_Impl::SetVisible( const OUString& sName ,
@seealso method impl_writeDirectProp()
@param "sNode", name of new entry
- @return -
*//*-*************************************************************************************************************/
css::uno::Reference< css::uno::XInterface > SvtViewOptionsBase_Impl::impl_getSetNode( const OUString& sNode ,
bool bCreateIfMissing)