From cdbbbdce9956e290b4a849af332df55da1be8d36 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 29 Apr 2013 19:07:59 +0200 Subject: include: convert here too sed -i "s,\([^<]\+\),\1," Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847 --- include/comphelper/accimplaccess.hxx | 4 ++-- include/comphelper/componentmodule.hxx | 2 +- include/comphelper/containermultiplexer.hxx | 2 +- include/comphelper/listenernotification.hxx | 2 +- include/connectivity/sqlerror.hxx | 4 ++-- include/connectivity/virtualdbtools.hxx | 4 ++-- include/editeng/AccessibleComponentBase.hxx | 12 ++++++------ include/editeng/AccessibleContextBase.hxx | 6 +++--- include/editeng/AccessibleSelectionBase.hxx | 2 +- include/sfx2/Metadatable.hxx | 8 ++++---- include/sfx2/sfxbasemodel.hxx | 6 +++--- include/svl/zforlist.hxx | 22 +++++++++++----------- include/svtools/ivctrl.hxx | 2 +- include/svtools/roadmapwizard.hxx | 4 ++-- include/svx/AccessibleGraphicShape.hxx | 4 ++-- include/svx/AccessibleOLEShape.hxx | 4 ++-- include/svx/AccessibleShape.hxx | 14 +++++++------- include/svx/AccessibleShapeInfo.hxx | 4 ++-- include/svx/ChildrenManager.hxx | 6 +++--- include/svx/IAccessibleParent.hxx | 2 +- include/svx/IAccessibleViewForwarder.hxx | 2 +- include/svx/ShapeTypeHandler.hxx | 6 +++--- include/svx/dbaexchange.hxx | 2 +- include/toolkit/helper/vclunohelper.hxx | 4 ++-- include/ucbhelper/registerucb.hxx | 2 +- include/unotools/accessiblerelationsethelper.hxx | 4 ++-- include/unotools/accessiblestatesethelper.hxx | 4 ++-- include/unotools/componentresmodule.hxx | 2 +- include/unotools/confignode.hxx | 2 +- include/unotools/syslocale.hxx | 2 +- include/xmloff/formlayerimport.hxx | 2 +- include/xmloff/xmlmetae.hxx | 2 +- 32 files changed, 74 insertions(+), 74 deletions(-) diff --git a/include/comphelper/accimplaccess.hxx b/include/comphelper/accimplaccess.hxx index 3407c5a7b8b4..d3a1ed4c2274 100644 --- a/include/comphelper/accimplaccess.hxx +++ b/include/comphelper/accimplaccess.hxx @@ -46,7 +46,7 @@ namespace comphelper of an AccessibleContext.

For instance, when you want to implement a context which can be re-parented, you: -

- See OListenerContainerBase for an implementation which even saves + See OListenerContainerBase for an implementation which even saves you some more work, by doing the casts for you. @see http://www.openoffice.org/servlets/ReadMsg?list=interface-announce&msgId=494345 diff --git a/include/connectivity/sqlerror.hxx b/include/connectivity/sqlerror.hxx index 7119897c24aa..0d6ff02d9108 100644 --- a/include/connectivity/sqlerror.hxx +++ b/include/connectivity/sqlerror.hxx @@ -190,8 +190,8 @@ namespace connectivity The thrown SQLException will contain the OOo-specific error code which derives from the given error condition, and the error message associated with that condition. - Note: You should prefer the version of raiseException which takes - an additional Context parameter, since this allows clients of your + Note: You should prefer the version of raiseException which takes + an additional Context parameter, since this allows clients of your exception to examine where the error occurred. @param _eCondition diff --git a/include/connectivity/virtualdbtools.hxx b/include/connectivity/virtualdbtools.hxx index 10d32b3f00a7..fc14662c4dcf 100644 --- a/include/connectivity/virtualdbtools.hxx +++ b/include/connectivity/virtualdbtools.hxx @@ -224,7 +224,7 @@ namespace connectivity //================================================================ //= IDataAccessCharSet //================================================================ - /** simple wrapper for the OCharsetMap + /** simple wrapper for the OCharsetMap */ class OOO_DLLPUBLIC_DBTOOLS IDataAccessCharSet : public ::rtl::IReference @@ -336,7 +336,7 @@ namespace connectivity const IParseContext* _pContext ) const = 0; - /// creates a helper for charset related functionality (OCharsetMap) + /// creates a helper for charset related functionality (OCharsetMap) virtual ::rtl::Reference< IDataAccessCharSet > createCharsetHelper( ) const = 0; /// creates a simple version of the DBTypeConversion helper diff --git a/include/editeng/AccessibleComponentBase.hxx b/include/editeng/AccessibleComponentBase.hxx index ea292e0e439c..6c8d27762104 100644 --- a/include/editeng/AccessibleComponentBase.hxx +++ b/include/editeng/AccessibleComponentBase.hxx @@ -31,12 +31,12 @@ namespace accessibility { /** @descr This base class provides (will provice) a base implementation of the - XAccessibleComponent and the - XAccessibleExtendedComponent for all shapes. For + XAccessibleComponent and the + XAccessibleExtendedComponent for all shapes. For more detailed documentation about the methods refer to the interface - descriptions of XAccessible, - XAccessibleContext, XInterface, - XServiceInfo, and XTypeProvider. + descriptions of XAccessible, + XAccessibleContext, XInterface, + XServiceInfo, and XTypeProvider. */ class EDITENG_DLLPUBLIC AccessibleComponentBase : public ::com::sun::star::accessibility::XAccessibleExtendedComponent @@ -77,7 +77,7 @@ public: throw (::com::sun::star::uno::RuntimeException); /** The default implementation returns an empty position, i.e. the - * result of the default constructor of com::sun::star::awt::Point. + * result of the default constructor of com::sun::star::awt::Point. */ virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen (void) throw (::com::sun::star::uno::RuntimeException); diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx index 574582a68ae1..9f77718f37fe 100644 --- a/include/editeng/AccessibleContextBase.hxx +++ b/include/editeng/AccessibleContextBase.hxx @@ -46,9 +46,9 @@ struct MutexOwner {mutable ::osl::Mutex maMutex;}; /** @descr This base class provides an implementation of the - AccessibleContext service. Appart from the - XXAccessible and XAccessibleContextContext - interfaces it supports the XServiceInfo interface. + AccessibleContext service. Appart from the + XXAccessible and XAccessibleContextContext + interfaces it supports the XServiceInfo interface. */ class EDITENG_DLLPUBLIC AccessibleContextBase : public MutexOwner, diff --git a/include/editeng/AccessibleSelectionBase.hxx b/include/editeng/AccessibleSelectionBase.hxx index 7935d5dd1ae2..3bb4ea7e3a88 100644 --- a/include/editeng/AccessibleSelectionBase.hxx +++ b/include/editeng/AccessibleSelectionBase.hxx @@ -27,7 +27,7 @@ namespace accessibility { /** @descr This base class provides a base implementation of the - XAccessibleSelection interface. + XAccessibleSelection interface. The following methods have to be implemented if this class is used: diff --git a/include/sfx2/Metadatable.hxx b/include/sfx2/Metadatable.hxx index 70737da920ce..9b0f9585838a 100644 --- a/include/sfx2/Metadatable.hxx +++ b/include/sfx2/Metadatable.hxx @@ -55,7 +55,7 @@ createXmlIdRegistry(const bool i_DocIsClipboard); /** base class for core objects that may have xml:id.

The interface of this class consists of 3 parts: -

  • implementations that are used by the MetadatableMixin +
    • implementations that are used by the MetadatableMixin below
    • hooks to be called by the sw core whenever actions that are relevant to the uniqueness of xml:ids are taken (copying, @@ -130,10 +130,10 @@ private: }; -/** base class for UNO objects that implement XMetadatable. +/** base class for UNO objects that implement XMetadatable.

      An instance of this base class is associated with an instance of - Metadatable.

      + Metadatable.

      */ class SFX2_DLLPUBLIC MetadatableMixin : public ::cppu::WeakImplHelper1< @@ -168,7 +168,7 @@ public: protected: /// get the core object corresponding to this UNO object. virtual Metadatable * GetCoreObject() = 0; - /// get the XModel for the document + /// get the XModel for the document virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > GetModel() = 0; diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx index 524c86b0b99d..bcfc1d715b0a 100644 --- a/include/sfx2/sfxbasemodel.hxx +++ b/include/sfx2/sfxbasemodel.hxx @@ -1070,7 +1070,7 @@ public: @param - - @return - an Events object. + @return - an Events object. @onerror - */ @@ -1098,7 +1098,7 @@ public: /**___________________________________________________________________________________________________ @short - - @descr - registers the given XEventListener. + @descr - registers the given XEventListener. @seealso - @@ -1113,7 +1113,7 @@ public: /**___________________________________________________________________________________________________ @short - - @descr - unregisters the given XEventListener. + @descr - unregisters the given XEventListener. @seealso - diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index e4810e6492c6..a18f8f25dac0 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -660,35 +660,35 @@ public: /// Return the decimal separator matching the locale of the given format OUString GetFormatDecimalSep( sal_uInt32 nFormat ) const; - /// Return a NfCurrencyTable with pointers to NfCurrencyEntry entries + /// Return a NfCurrencyTable with pointers to NfCurrencyEntry entries static const NfCurrencyTable& GetTheCurrencyTable(); /** Searches, according to the default locale currency, an entry of the CurrencyTable which is not the first (LANGUAGE_SYSTEM) entry. @return if not found - else pointer to NfCurrencyEntry + else pointer to NfCurrencyEntry */ static const NfCurrencyEntry* MatchSystemCurrency(); - /** Return a NfCurrencyEntry matching a language/country. + /** Return a NfCurrencyEntry matching a language/country. If language/country is LANGUAGE_SYSTEM a MatchSystemCurrency call is tried to get an entry. If that fails or the corresponding language/country is not present the entry for LANGUAGE_SYSTEM is returned. */ static const NfCurrencyEntry& GetCurrencyEntry( LanguageType ); - /** Return a NfCurrencyEntry pointer matching a language/country + /** Return a NfCurrencyEntry pointer matching a language/country and currency abbreviation (AKA banking symbol). This method is meant for the configuration of the default currency. @return if not found - else pointer to NfCurrencyEntry + else pointer to NfCurrencyEntry */ static const NfCurrencyEntry* GetCurrencyEntry( const OUString& rAbbrev, LanguageType eLang ); - /** Return a NfCurrencyEntry pointer matching the symbol + /** Return a NfCurrencyEntry pointer matching the symbol combination of a LegacyOnly currency. Note that this means only that the currency matching both symbols was once used in the Office, but is not offered in dialogs anymore. It doesn't even mean that the currency @@ -707,7 +707,7 @@ public: static void SetDefaultSystemCurrency( const OUString& rAbbrev, LanguageType eLang ); /** Get all standard formats for a specific currency, formats are - appended to the NfWSStringsDtor list. + appended to the NfWSStringsDtor list. @param bBank : generate only format strings with currency abbreviation : mixed format strings @@ -726,7 +726,7 @@ public: const NfCurrencyEntry** ppEntry = NULL, bool* pBank = NULL ) const; - /** Look up the corresponding NfCurrencyEntry matching + /** Look up the corresponding NfCurrencyEntry matching rSymbol (may be CurrencySymbol or CurrencyAbbreviation) and possibly a rExtension (being yyy of [$xxx-yyy]) or a given language/country value. Tries to match a rSymbol with rExtension first, then with @@ -774,10 +774,10 @@ public: /// Fill rList with the language/country codes that have been allocated void GetUsedLanguages( std::vector& rList ); - /// Fill a NfKeywordIndex table with keywords of a language/country + /// Fill a NfKeywordIndex table with keywords of a language/country void FillKeywordTable( NfKeywordTable& rKeywords, LanguageType eLang ); - /** Return a keyword for a language/country and NfKeywordIndex + /** Return a keyword for a language/country and NfKeywordIndex for XML import, to generate number format strings. */ OUString GetKeyword( LanguageType eLnge, sal_uInt16 nIndex ); @@ -867,7 +867,7 @@ private: // Build positive currency format, old compatibility style SVL_DLLPRIVATE void ImpGetPosCurrFormat(OUStringBuffer& sPosStr, const OUString& rCurrSymbol); - // Create theCurrencyTable with all NfCurrencyEntry + // Create theCurrencyTable with all NfCurrencyEntry SVL_DLLPRIVATE static void ImpInitCurrencyTable(); // Return the format index of the currency format of the system locale. diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx index 3c5aafc57848..0a25a5d5ab94 100644 --- a/include/svtools/ivctrl.hxx +++ b/include/svtools/ivctrl.hxx @@ -296,7 +296,7 @@ public: /** creates automatic mnemonics for all icon texts in the control @param _rUsedMnemonics - a MnemonicGenerator at which some other mnemonics are already registered. + a MnemonicGenerator at which some other mnemonics are already registered. This can be used if the control needs to share the "mnemonic space" with other elements, such as a menu bar. */ diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx index aae7ebfc5d7b..35067f11148f 100644 --- a/include/svtools/roadmapwizard.hxx +++ b/include/svtools/roadmapwizard.hxx @@ -98,7 +98,7 @@ protected: The very first path which is declared is automatically activated. Note that all paths which are declared must have the very first state in - common. Also note that due to a restriction of the very base class (WizardDialog), + common. Also note that due to a restriction of the very base class (WizardDialog), this common first state must be 0. You cannot declare new paths once the wizard started, so it's recommended that @@ -160,7 +160,7 @@ protected: /** determine the next state to travel from the given one - This method (which is declared in OWizardMachine and overwritten here) + This method (which is declared in OWizardMachine and overwritten here) ensures that traveling happens along the active path. @see activatePath diff --git a/include/svx/AccessibleGraphicShape.hxx b/include/svx/AccessibleGraphicShape.hxx index cfe87332fe38..4af3b913fecb 100644 --- a/include/svx/AccessibleGraphicShape.hxx +++ b/include/svx/AccessibleGraphicShape.hxx @@ -28,8 +28,8 @@ namespace accessibility { /** @descr This class makes graphic shapes accessible. With respect to its - base class AccessibleShape it supports the additional - XAccessibleImage interface. + base class AccessibleShape it supports the additional + XAccessibleImage interface. */ class SVX_DLLPUBLIC AccessibleGraphicShape : public AccessibleShape, diff --git a/include/svx/AccessibleOLEShape.hxx b/include/svx/AccessibleOLEShape.hxx index 1c3fe797ed59..378924bd1fc1 100644 --- a/include/svx/AccessibleOLEShape.hxx +++ b/include/svx/AccessibleOLEShape.hxx @@ -29,8 +29,8 @@ namespace accessibility { /** @descr This class makes OLE objects accessible. With respect to its - base class AccessibleShape it supports the additional - XAccessibleAction interface. + base class AccessibleShape it supports the additional + XAccessibleAction interface. */ class SVX_DLLPUBLIC AccessibleOLEShape : public AccessibleShape, diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx index 450b090f7562..1e1bc6081253 100644 --- a/include/svx/AccessibleShape.hxx +++ b/include/svx/AccessibleShape.hxx @@ -46,9 +46,9 @@ class IAccessibleParent; /** This base class provides a base implementation for all shapes. For more detailed documentation about the methods refer to the descriptions of the implemented interfaces. These are, among others, - XAccessible, XAccessibleContext, - XAccessibleComponent and - XAccessibleExtendedComponent. + XAccessible, XAccessibleContext, + XAccessibleComponent and + XAccessibleExtendedComponent.

      The children of a shape can stem from two sources which, in case of SVX and SD shapes, are mutually exclusive. This implementation, @@ -56,9 +56,9 @@ class IAccessibleParent; shapes from other projects.

      • If this shape is a group shape, i.e. a - SvxShapeGroup or a Svx3DSceneObject, it + SvxShapeGroup or a Svx3DSceneObject, it can have nested shapes.
      • -
      • If this shape is a descendant from SvxShapeText +
      • If this shape is a descendant from SvxShapeText then the text paragraphs are its children.

      @@ -116,7 +116,7 @@ public: /** Set the specified state. If the state is FOCUSED then, additionally to the inherited functionality, the focus - listeners registered with the XAccessibleComponent + listeners registered with the XAccessibleComponent interface are called (if that state really changes). @param aState @@ -130,7 +130,7 @@ public: /** Reset the specified state. If the state is FOCUSED then, additionally to the inherited functionality, the focus - listeners registered with the XAccessibleComponent + listeners registered with the XAccessibleComponent interface are called (if that state really changes). @param aState diff --git a/include/svx/AccessibleShapeInfo.hxx b/include/svx/AccessibleShapeInfo.hxx index c7ef007c9d65..dea25656efa9 100644 --- a/include/svx/AccessibleShapeInfo.hxx +++ b/include/svx/AccessibleShapeInfo.hxx @@ -32,10 +32,10 @@ namespace accessibility { shape that is passed to the constructor of that shape. It allows to separate the class definitions of the shapes from the information needed on construction. Only the shapes' implementation has to be - adapted to a modified AccessibleShapeInfo definition. + adapted to a modified AccessibleShapeInfo definition.

      Note that this class complements the - AccessibleShapeTreeInfo interface which contains + AccessibleShapeTreeInfo interface which contains information that is passed to all shapes in a subtree not just to a single shape.

      */ diff --git a/include/svx/ChildrenManager.hxx b/include/svx/ChildrenManager.hxx index 3232bd22c0b1..216a40f6b7f0 100644 --- a/include/svx/ChildrenManager.hxx +++ b/include/svx/ChildrenManager.hxx @@ -33,7 +33,7 @@ class AccessibleContextBase; class AccessibleShape; class ChildrenManagerImpl; -/** The AccessibleChildrenManager class acts as a cache of the +/** The AccessibleChildrenManager class acts as a cache of the accessible objects of the currently visible shapes of a draw page and as a factory to create the corresponding accessible object for a given shape. @@ -42,7 +42,7 @@ class ChildrenManagerImpl; It is passes to the constructor and can be re-set with a call to SetShapeList. Accessibility objects which represent these shapes are constructed usually on demand. The second source is a - set of single AccessibleShape objects added by calls to + set of single AccessibleShape objects added by calls to AddAccessibleShape. These are not modified by this class. They are only copied into the list of visible shapes depending on their visibility. The later list can be cleared by calling @@ -55,7 +55,7 @@ class ChildrenManagerImpl;

      A children manager registers itself at the broadcaster passed to its constructor and transforms/forwards the received events to the listeners of the also given context base. The transformation process includes - interpreting a document::XEventListener, the change from + interpreting a document::XEventListener, the change from XShape references to the associated XAccessible reference, and the creation of an XAccessibleEventObject. The event object is then passed to the fireEvent method of the context and from there diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx index 05854b66e3b8..0e7acdddb784 100644 --- a/include/svx/IAccessibleParent.hxx +++ b/include/svx/IAccessibleParent.hxx @@ -30,7 +30,7 @@ class AccessibleShape; class AccessibleShapeTreeInfo; /** This interface contains methods missing from the - XAccessibleContext interface that allow the modification of + XAccessibleContext interface that allow the modification of parent/child relationship. */ class IAccessibleParent diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx index 8ea001fe0e19..1509d08aa20b 100644 --- a/include/svx/IAccessibleViewForwarder.hxx +++ b/include/svx/IAccessibleViewForwarder.hxx @@ -35,7 +35,7 @@ namespace accessibility { GetVisibleArea returns the visible rectangle that corresponds to this window.

      -

      This interface is similar to the SvxViewForwarder but +

      This interface is similar to the SvxViewForwarder but differs in two important points: Firstly the GetVisArea method returns a rectangle in internal coordinates and secondly the transformation methods do not require explicit mapmodes. These have to diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx index 4dea0232bc90..fac44c596eba 100644 --- a/include/svx/ShapeTypeHandler.hxx +++ b/include/svx/ShapeTypeHandler.hxx @@ -84,7 +84,7 @@ public: /** This function returns a reference to the only instance of this class. Use this instance to retrieve a shape's type and service name. @return - Returns a reference to a ShapeTypeHandler object. + Returns a reference to a ShapeTypeHandler object. */ static ShapeTypeHandler& Instance (void); @@ -104,7 +104,7 @@ public: Returns the type id of the specified shape or -1 when the given reference is either not set or the referenced object does not support the - XShapeDescriptor interface. + XShapeDescriptor interface. */ ShapeTypeId GetTypeId (const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape>& rxShape) const; @@ -140,7 +140,7 @@ public: /** Add new shape types to the internal tables. Each new shape type is described by one shape type descriptor. See - ShapeTypeDescriptor for more details. + ShapeTypeDescriptor for more details. @param nDescriptorCount Number of new shape types. diff --git a/include/svx/dbaexchange.hxx b/include/svx/dbaexchange.hxx index f4f40673d87b..278352572c46 100644 --- a/include/svx/dbaexchange.hxx +++ b/include/svx/dbaexchange.hxx @@ -137,7 +137,7 @@ namespace svx

      This method helps you treating this class as simple container class:
      At the moment, it is a data container and a transferable. Using addDataToContainer, you can treat the class as dumb data container, - doing the Drag'n'Drop with a TransferDataContainer instance (which may contain + doing the Drag'n'Drop with a TransferDataContainer instance (which may contain additional formats)

      @TODO split this class into a two separate classes: one for the data container aspect, one for diff --git a/include/toolkit/helper/vclunohelper.hxx b/include/toolkit/helper/vclunohelper.hxx index cb1da9ffe4d2..e6155ef66f7e 100644 --- a/include/toolkit/helper/vclunohelper.hxx +++ b/include/toolkit/helper/vclunohelper.hxx @@ -119,8 +119,8 @@ public: //======================================================================== //= MeasurementUnitConversion //======================================================================== - /** small helper to convert between MeasurementUnit and - FieldUnit + /** small helper to convert between MeasurementUnit and + FieldUnit */ static sal_Int16 ConvertToMeasurementUnit( FieldUnit _nFieldUnit, sal_Int16 _rFieldToUNOValueFactor ); static FieldUnit ConvertToFieldUnit( sal_Int16 _nMeasurementUnit, sal_Int16& _rFieldToUNOValueFactor ); diff --git a/include/ucbhelper/registerucb.hxx b/include/ucbhelper/registerucb.hxx index ab241a2f9cb4..1c58fc1b682b 100644 --- a/include/ucbhelper/registerucb.hxx +++ b/include/ucbhelper/registerucb.hxx @@ -88,7 +88,7 @@ typedef std::vector< ContentProviderData > ContentProviderDataList; @param rManager A content provider manager (normally, this would be a UCB). May be null, which is only useful if the content provider is an - XParamterizedContentProviders. + XParamterizedContentProviders. @param rServiceFactory A factory through which to obtain the required services. diff --git a/include/unotools/accessiblerelationsethelper.hxx b/include/unotools/accessiblerelationsethelper.hxx index 18e9a80a639a..7135008f9d6e 100644 --- a/include/unotools/accessiblerelationsethelper.hxx +++ b/include/unotools/accessiblerelationsethelper.hxx @@ -94,7 +94,7 @@ public: @param aRelationType The type of relation to look for in this set of relations. This has to be one of the constants of - AccessibleRelationType. + AccessibleRelationType. @return Returns if there is a (at least one) relation of the @@ -107,7 +107,7 @@ public: @param aRelationType The type of the relation to return. This has to be one of the - constants of AccessibleRelationType. + constants of AccessibleRelationType. @return If a relation with the given type could be found than (a copy diff --git a/include/unotools/accessiblestatesethelper.hxx b/include/unotools/accessiblestatesethelper.hxx index 7652a03cc47c..60470e8eb6a9 100644 --- a/include/unotools/accessiblestatesethelper.hxx +++ b/include/unotools/accessiblestatesethelper.hxx @@ -87,7 +87,7 @@ public: @param aState The state for which to check membership. This has to be one of - the constants of AccessibleStateType. + the constants of AccessibleStateType. @return Returns if the given state is a member of this object's @@ -103,7 +103,7 @@ public: This sequence of states is interpreted as set and every of its members, duplicates are ignored, is checked for membership in this object's state set. Each state has to be one of the - constants of AccessibleStateType. + constants of AccessibleStateType. @return Returns if all states of the given state set are members diff --git a/include/unotools/componentresmodule.hxx b/include/unotools/componentresmodule.hxx index d27b5c7604e6..92116cb71db2 100644 --- a/include/unotools/componentresmodule.hxx +++ b/include/unotools/componentresmodule.hxx @@ -65,7 +65,7 @@ namespace utl //========================================================================= //= ModuleRes //========================================================================= - /** specialized ResId, using the resource manager provided by a given OModule + /** specialized ResId, using the resource manager provided by a given OModule */ class UNOTOOLS_DLLPUBLIC ModuleRes : public ::ResId { diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx index 4e663dd25bbb..60f749664952 100644 --- a/include/unotools/confignode.hxx +++ b/include/unotools/confignode.hxx @@ -306,7 +306,7 @@ namespace utl const OUString& _rPath, sal_Int32 _nDepth = -1, CREATION_MODE _eMode = CM_UPDATABLE, sal_Bool _bLazyWrite = sal_True ); /** commit all changes made on the subtree the object is the root for

      - All changes made on any OConfigurationNode object retrieved (maybe indirect) from this root + All changes made on any OConfigurationNode object retrieved (maybe indirect) from this root object are committed when calling this method. @return sal_True if and only if the commit was successful */ diff --git a/include/unotools/syslocale.hxx b/include/unotools/syslocale.hxx index d32a22139129..5f4f5ab70c4b 100644 --- a/include/unotools/syslocale.hxx +++ b/include/unotools/syslocale.hxx @@ -34,7 +34,7 @@ namespace osl { class Mutex; } /** SvtSysLocale provides a refcounted single instance of an application wide - LocaleDataWrapper and CharClass which always + LocaleDataWrapper and CharClass which always follow the locale as it is currently configured by the user. You may use it anywhere to access the locale data elements like decimal separator and simple date formatting and so on. Contructing and destructing a diff --git a/include/xmloff/formlayerimport.hxx b/include/xmloff/formlayerimport.hxx index 9a05b73c9ec0..04d40bd3d353 100644 --- a/include/xmloff/formlayerimport.hxx +++ b/include/xmloff/formlayerimport.hxx @@ -70,7 +70,7 @@ namespace xmloff sal_uInt16 _nPrefix, const OUString& _rLocalName); - /** create an SvXMLImportContext instance which is able to import the <form:form> + /** create an SvXMLImportContext instance which is able to import the <form:form> element.

      You must have called startPage before you can create such an import context.

      diff --git a/include/xmloff/xmlmetae.hxx b/include/xmloff/xmlmetae.hxx index 3b99cbfabfdf..a0a03560791f 100644 --- a/include/xmloff/xmlmetae.hxx +++ b/include/xmloff/xmlmetae.hxx @@ -37,7 +37,7 @@ class SvXMLExport; -/** export meta data from an XDocumentProperties instance. +/** export meta data from an XDocumentProperties instance.

      This class will start the export at the office:meta element, -- cgit