Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
22e96521
Kaydet (Commit)
22e96521
authored
Şub 21, 2012
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: silence some documentation errors
üst
ef026f33
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
22 additions
and
22 deletions
+22
-22
propshlp.hxx
cppuhelper/inc/cppuhelper/propshlp.hxx
+3
-3
unourl.hxx
cppuhelper/inc/cppuhelper/unourl.hxx
+2
-2
pipe_decl.hxx
sal/inc/osl/pipe_decl.hxx
+1
-1
security_decl.hxx
sal/inc/osl/security_decl.hxx
+1
-1
semaphor.hxx
sal/inc/osl/semaphor.hxx
+1
-1
socket_decl.hxx
sal/inc/osl/socket_decl.hxx
+3
-3
strbuf.hxx
sal/inc/rtl/strbuf.hxx
+9
-9
string.hxx
sal/inc/rtl/string.hxx
+1
-1
ustring.hxx
sal/inc/rtl/ustring.hxx
+1
-1
No files found.
cppuhelper/inc/cppuhelper/propshlp.hxx
Dosyayı görüntüle @
22e96521
...
...
@@ -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
r
Attributes is an out parameter filled with attributes of the property with the
@param
p
Attributes 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
r
Attributes is an out parameter filled with attributes of the property with the
@param
p
Attributes 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 r
xIFace
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.
*/
...
...
cppuhelper/inc/cppuhelper/unourl.hxx
Dosyayı görüntüle @
22e96521
...
...
@@ -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
...
...
sal/inc/osl/pipe_decl.hxx
Dosyayı görüntüle @
22e96521
...
...
@@ -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
);
...
...
sal/inc/osl/security_decl.hxx
Dosyayı görüntüle @
22e96521
...
...
@@ -74,7 +74,7 @@ public:
const
rtl
::
OUString
&
strFileServer
);
/** get the ident of the logged in user.
@param[out] str
Name
is the OUString which returns the name
@param[out] str
Ident
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
;
...
...
sal/inc/osl/semaphor.hxx
Dosyayı görüntüle @
22e96521
...
...
@@ -46,7 +46,7 @@ namespace osl
public
:
/** Creates a semaphore.<BR>
@param
I
nitialCount denotes the starting value the semaphore. If you set it to
@param
i
nitialCount 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.
...
...
sal/inc/osl/socket_decl.hxx
Dosyayı görüntüle @
22e96521
...
...
@@ -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 Buffer
Size
contains the length of the Buffer.
@param Buffer
Len
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 pTime
O
ut The timeout for blocking. If 0, a default system dependent timeout
@param pTime
o
ut 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,
...
...
sal/inc/rtl/strbuf.hxx
Dosyayı görüntüle @
22e96521
...
...
@@ -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 c
h
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 c
h
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
)
...
...
sal/inc/rtl/string.hxx
Dosyayı görüntüle @
22e96521
...
...
@@ -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
...
...
sal/inc/rtl/ustring.hxx
Dosyayı görüntüle @
22e96521
...
...
@@ -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 r
Str
@param r
Unicode
an OUString to convert.
@param encoding
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment