Kaydet (Commit) 22e96521 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

WaE: silence some documentation errors

üst ef026f33
......@@ -78,7 +78,7 @@ public:
is getCount() -1, than it must be an indexed acces to the property array.
@param pPropName is an out parameter filled with property name of the property with the
handle nHandle. May be NULL.
@param rAttributes is an out parameter filled with attributes of the property with the
@param pAttributes is an out parameter filled with attributes of the property with the
handle nHandle. May be NULL.
@return True, if the handle exist, otherwise false.
*/
......@@ -160,7 +160,7 @@ public:
Otherwise it is a linear search through the array.
@param pPropName is an out parameter filled with property name of the property with the
handle nHandle. May be NULL.
@param rAttributes is an out parameter filled with attributes of the property with the
@param pAttributes is an out parameter filled with attributes of the property with the
handle nHandle. May be NULL.
@return True, if the handle exist, otherwise false.
*/
......@@ -274,7 +274,7 @@ public:
/**
Insert an element in the container specified with the key. The position is not specified.
@param rKey the id of the container.
@param rxIFace the added interface. It is allowed to insert null or
@param r the added interface. It is allowed to insert null or
the same pointer more than once.
@return the new count of elements in the container.
*/
......
......@@ -88,7 +88,7 @@ public:
/** Test whether the parameters contain a key.
@param
A (case insensitive) key.
rKey A (case insensitive) key.
@return
True if the parameters contain a matching key/value pair.
......@@ -98,7 +98,7 @@ public:
/** Return the parameter value for a key.
@param
A (case insensitive) key.
rKey A (case insensitive) key.
@return
The (case sensitive) value associated with the given key, or an empty
......
......@@ -185,7 +185,7 @@ public:
/** Attaches the oslPipe to this object. If the object
already was attached to an oslPipe, the old one will
be closed and destroyed.
@param Pipe.
@param Pipe
*/
inline StreamPipe & SAL_CALL operator=(oslPipe Pipe);
......
......@@ -74,7 +74,7 @@ public:
const rtl::OUString & strFileServer);
/** get the ident of the logged in user.
@param[out] strName is the OUString which returns the name
@param[out] strIdent is the OUString which returns the name
@return True, if any user is successfuly logged in, otherwise False
*/
inline sal_Bool SAL_CALL getUserIdent( rtl::OUString& strIdent) const;
......
......@@ -46,7 +46,7 @@ namespace osl
public:
/** Creates a semaphore.<BR>
@param InitialCount denotes the starting value the semaphore. If you set it to
@param initialCount denotes the starting value the semaphore. If you set it to
zero, the first acquire() blocks. Otherwise InitialCount acquire()s are
immedeatly successfull.
@return 0 if the semaphore could not be created, otherwise a handle to the sem.
......
......@@ -142,7 +142,7 @@ namespace osl
inline oslSocketAddr SAL_CALL getHandle() const;
/** Get the hostname for the local interface.
@param after the call *pResult contains osl_Socket_Ok on success or
@param pResult after the call *pResult contains osl_Socket_Ok on success or
an error on failure.
@return the hostname
*/
......@@ -440,7 +440,7 @@ namespace osl
@param pBuffer Pointer to a Buffer which contains the attribute-value.
@param BufferSize contains the length of the Buffer.
@param BufferLen contains the length of the Buffer.
@param Level selects the level for which an option should be changed.
Valid values are:
......@@ -600,7 +600,7 @@ namespace osl
/** Connects the socket to a (remote) host.
@param TargetHost The address of the target.
@param pTimeOut The timeout for blocking. If 0, a default system dependent timeout
@param pTimeout The timeout for blocking. If 0, a default system dependent timeout
us used.
@return <code> osl_Socket_Ok</code> if connected successfully,
<code>osl_Socket_TimedOut</code> on timeout,
......
......@@ -404,7 +404,7 @@ public:
The argument is appended to the contents of this string buffer.
The length of this string buffer increases by <code>1</code>.
@param ch a <code>char</code>.
@param c a <code>char</code>.
@return this string buffer.
*/
OStringBuffer & append(sal_Char c)
......@@ -514,7 +514,7 @@ public:
string buffer.
@param offset the offset.
@param ch a character array.
@param str a character array.
@return this string buffer.
*/
OStringBuffer & insert( sal_Int32 offset, const sal_Char * str )
......@@ -536,8 +536,8 @@ public:
string buffer.
@param offset the offset.
@param ch a character array.
@param len the number of characters to append.
@param str a character array.
@param len the number of characters to append.
@return this string buffer.
*/
OStringBuffer & insert( sal_Int32 offset, const sal_Char * str, sal_Int32 len)
......@@ -583,7 +583,7 @@ public:
string buffer.
@param offset the offset.
@param ch a <code>char</code>.
@param c a <code>char</code>.
@return this string buffer.
*/
OStringBuffer & insert(sal_Int32 offset, sal_Char c)
......@@ -605,7 +605,7 @@ public:
string buffer.
@param offset the offset.
@param b an <code>sal_Int32</code>.
@param i an <code>sal_Int32</code>.
@return this string buffer.
*/
OStringBuffer & insert(sal_Int32 offset, sal_Int32 i, sal_Int16 radix = 10 )
......@@ -628,7 +628,7 @@ public:
string buffer.
@param offset the offset.
@param b a <code>long</code>.
@param l a <code>long</code>.
@return this string buffer.
*/
OStringBuffer & insert(sal_Int32 offset, sal_Int64 l, sal_Int16 radix = 10 )
......@@ -651,7 +651,7 @@ public:
string buffer.
@param offset the offset.
@param b a <code>float</code>.
@param f a <code>float</code>.
@return this string buffer.
*/
OStringBuffer insert(sal_Int32 offset, float f)
......@@ -674,7 +674,7 @@ public:
string buffer.
@param offset the offset.
@param b a <code>double</code>.
@param d a <code>double</code>.
@return this string buffer.
*/
OStringBuffer & insert(sal_Int32 offset, double d)
......
......@@ -299,7 +299,7 @@ public:
the strings and return a value indicating their relationship.
This function can't be used for language specific sorting.
@param str the object to be compared.
@param rObj the object to be compared.
@param maxLength the maximum count of characters to be compared.
@return 0 - if both strings are equal
< 0 - if this string is less than the string argument
......
......@@ -1786,7 +1786,7 @@ inline OUString OStringToOUString( const OString & rStr,
The lengths of the two strings may differ (e.g., for double-byte
encodings, UTF-7, UTF-8).
@param rStr
@param rUnicode
an OUString to convert.
@param encoding
......
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