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
b1073d9f
Kaydet (Commit)
b1073d9f
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
41e8fe17
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
25 additions
and
26 deletions
+25
-26
Any.h
cppu/inc/com/sun/star/uno/Any.h
+2
-2
Reference.h
cppu/inc/com/sun/star/uno/Reference.h
+2
-2
Sequence.h
cppu/inc/com/sun/star/uno/Sequence.h
+1
-1
Shield.hxx
cppu/inc/cppu/Shield.hxx
+2
-2
typedescription.h
cppu/inc/typelib/typedescription.h
+6
-6
any2.h
cppu/inc/uno/any2.h
+1
-1
environment.h
cppu/inc/uno/environment.h
+1
-1
environment.hxx
cppu/inc/uno/environment.hxx
+1
-1
mapping.hxx
cppu/inc/uno/mapping.hxx
+2
-2
access_control.hxx
cppuhelper/inc/cppuhelper/access_control.hxx
+1
-1
reflread.hxx
registry/inc/registry/reflread.hxx
+2
-3
reflwrit.hxx
registry/inc/registry/reflwrit.hxx
+1
-1
registry.h
registry/inc/registry/registry.h
+1
-1
registry.hxx
registry/inc/registry/registry.hxx
+1
-1
store.h
store/inc/store/store.h
+1
-1
No files found.
cppu/inc/com/sun/star/uno/Any.h
Dosyayı görüntüle @
b1073d9f
...
...
@@ -126,7 +126,7 @@ public:
{
return
*
reinterpret_cast
<
const
Type
*
>
(
&
pType
);
}
/** Gets the type of the set value.
@return the
UN
acquired type description reference of the set value
@return the
un
acquired type description reference of the set value
*/
inline
typelib_TypeDescriptionReference
*
SAL_CALL
getValueTypeRef
()
const
SAL_THROW
(())
{
return
pType
;
}
...
...
@@ -134,7 +134,7 @@ public:
/** Gets the type description of the set value. Provides ownership of the type description!
Call an explicit typelib_typedescription_release() to release afterwards.
@param a pointer to type description pointer
@param
ppTypeDescr
a pointer to type description pointer
*/
inline
void
SAL_CALL
getValueTypeDescription
(
typelib_TypeDescription
**
ppTypeDescr
)
const
SAL_THROW
(())
{
::
typelib_typedescriptionreference_getDescription
(
ppTypeDescr
,
pType
);
}
...
...
cppu/inc/com/sun/star/uno/Reference.h
Dosyayı görüntüle @
b1073d9f
...
...
@@ -105,14 +105,14 @@ public:
/** Equality operator: compares two interfaces
Checks if both references are null or refer to the same object.
@param
rRef
another interface
@param
pInterface
another interface
@return true if both references are null or refer to the same object, false otherwise
*/
inline
sal_Bool
SAL_CALL
operator
==
(
XInterface
*
pInterface
)
const
SAL_THROW
(());
/** Unequality operator: compares two interfaces
Checks if both references are null or refer to the same object.
@param
rRef
another interface
@param
pInterface
another interface
@return false if both references are null or refer to the same object, true otherwise
*/
inline
sal_Bool
SAL_CALL
operator
!=
(
XInterface
*
pInterface
)
const
SAL_THROW
(());
...
...
cppu/inc/com/sun/star/uno/Sequence.h
Dosyayı görüntüle @
b1073d9f
...
...
@@ -115,7 +115,7 @@ public:
/** Constructor: Creates a copy of given elements.
@param pElement an array of elements
@param pElement
s
an array of elements
@param len length of array
*/
inline
Sequence
(
const
E
*
pElements
,
sal_Int32
len
);
...
...
cppu/inc/cppu/Shield.hxx
Dosyayı görüntüle @
b1073d9f
...
...
@@ -67,7 +67,7 @@ namespace cppu
/** Maps an any from the current to the thread-safe Environment, fills the passed any.
@param any the any to be mapped
@param
the target any
@param
res
the target any
@since UDK 3.2.7
*/
inline
void
shieldAny
(
cssu
::
Any
const
&
any
,
cssu
::
Any
*
res
)
...
...
@@ -79,7 +79,7 @@ namespace cppu
/** Maps an any from the thread-safe Environment to the current one, fills the passed any.
@param any the any to be mapped
@param
the target any
@param
res
the target any
@since UDK 3.2.7
*/
inline
void
unshieldAny
(
cssu
::
Any
const
&
any
,
cssu
::
Any
*
res
)
...
...
cppu/inc/typelib/typedescription.h
Dosyayı görüntüle @
b1073d9f
...
...
@@ -587,7 +587,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_newUnion(
@param ppRet inout enum type description
@param pTypeName name of enum
@param nDefault
Enum
Value default enum value
@param nDefaultValue default enum value
@param nEnumValues number of enum values
@param ppEnumNames names of enum values
@param pEnumValues enum values
...
...
@@ -628,7 +628,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_newArray(
@param pType sequence, array: element type;
struct, Exception: base type;
@param nMembers number of members if struct, exception
@param pMember array of members if struct, exception
@param pMember
s
array of members if struct, exception
*/
CPPU_DLLPUBLIC
void
SAL_CALL
typelib_typedescription_new
(
typelib_TypeDescription
**
ppRet
,
...
...
@@ -645,7 +645,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_new(
@param pTypeName name of type
@param pType base type;
@param nMembers number of members
@param pMember array of members
@param pMember
s
array of members
@since UDK 3.2.0
*/
...
...
@@ -692,7 +692,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_newInterface(
@param nUik4 uik part
@param nUik5 uik part
@param nBaseInterfaces number of base interface types
@param ppBaseInterface base interface types
@param ppBaseInterface
s
base interface types
@param nMembers number of members
@param ppMembers members; attributes or methods
...
...
@@ -713,7 +713,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_newMIInterface(
@param ppRet inout method type description
@param nAbsolutePosition position of member including all members of base interfaces
@param bOneWay determines whether method is declared oneway
@param p
Type
Name fully qualified name of method including interface name
@param p
Method
Name fully qualified name of method including interface name
@param eReturnTypeClass type class of return type
@param pReturnTypeName type name of the return type
@param nParams number of parameters
...
...
@@ -1132,7 +1132,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_static_mi_interface_type_init(
@param ppRef pointer to type reference pointer
@param pTypeName name of enum
@param nDefault
Enum
Value default enum value
@param nDefaultValue default enum value
*/
CPPU_DLLPUBLIC
void
SAL_CALL
typelib_static_enum_type_init
(
typelib_TypeDescriptionReference
**
ppRef
,
...
...
cppu/inc/uno/any2.h
Dosyayı görüntüle @
b1073d9f
...
...
@@ -86,7 +86,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_any_assign(
@param pDest pointer memory of destination any
@param pSource pointer to source value; defaults (0) to default constructed value
@param pType
Descr
type description of value; defaults (0) to void
@param pType
type description of value; defaults (0) to void
@param acquire function called each time an interface needs to be acquired;
defaults (0) to uno
@param release function called each time an interface needs to be released;
...
...
cppu/inc/uno/environment.h
Dosyayı görüntüle @
b1073d9f
...
...
@@ -368,7 +368,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_Environment_enter(uno_Environment * pEnv)
that objects of that environment might be called.
@param pEnv the environment
@param
rtl_uString ** pReason
the reason, if it is not valid
@param
pReason
the reason, if it is not valid
@return 1 == valid, 0 == invalid
@since UDK 3.2.7
*/
...
...
cppu/inc/uno/environment.hxx
Dosyayı görüntüle @
b1073d9f
...
...
@@ -60,7 +60,7 @@ class Environment
public
:
/** Returns the current Environment.
@param
env_typ
e the optional type of the Environment, falls back to "uno" in case being empty,
@param
typeNam
e the optional type of the Environment, falls back to "uno" in case being empty,
respectively to current C++ Environment.
@since UDK 3.2.7
*/
...
...
cppu/inc/uno/mapping.hxx
Dosyayı görüntüle @
b1073d9f
...
...
@@ -97,8 +97,8 @@ public:
/** Holds a mapping from the specified source to the specified destination
environment.
@param
f
rom source environment
@param
t
o destination environment
@param
rF
rom source environment
@param
rT
o destination environment
@param rAddPurpose additional purpose
*/
inline
Mapping
(
const
Environment
&
rFrom
,
const
Environment
&
rTo
,
...
...
cppuhelper/inc/cppuhelper/access_control.hxx
Dosyayı görüntüle @
b1073d9f
...
...
@@ -61,7 +61,7 @@ public:
SAL_THROW
(
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
);
/** Copy ctor.
@param another object
@param a
c a
nother object
*/
AccessControl
(
::
cppu
::
AccessControl
const
&
ac
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
);
...
...
registry/inc/registry/reflread.hxx
Dosyayı görüntüle @
b1073d9f
...
...
@@ -113,7 +113,7 @@ public:
/** Constructor.
@param buffer points to the binary data block.
@param buffer
l
en specifies the size of the binary data block.
@param buffer
L
en specifies the size of the binary data block.
@param copyData specifies if the data block should be copied.
The block can be copied to ensure that the data
is valid for the lifetime of this instance.
...
...
@@ -261,7 +261,7 @@ public:
/** returns the full qualified exception type of the specified exception.
@param index indicates the method
@param
param
Index indeciates the exception which typename will be returned.
@param
exc
Index indeciates the exception which typename will be returned.
*/
inline
::
rtl
::
OUString
getMethodExcType
(
sal_uInt16
index
,
sal_uInt16
excIndex
)
const
;
...
...
@@ -272,7 +272,6 @@ public:
/** returns the full qualified exception type of the specified exception.
@param index indicates the method
@param paramIndex indeciates the exception which typename will be returned.
*/
inline
RTMethodMode
getMethodMode
(
sal_uInt16
index
)
const
;
...
...
registry/inc/registry/reflwrit.hxx
Dosyayı görüntüle @
b1073d9f
...
...
@@ -163,7 +163,7 @@ public:
@param index indicates the index of the method.
@param name specifies the name.
@param
t
ypeName specifies the full qualified return typename.
@param
returnT
ypeName specifies the full qualified return typename.
@param mode specifies the method mode.
@param paramCount specifies the number of parameters.
@param excCount specifies the number of exceptions.
...
...
registry/inc/registry/registry.h
Dosyayı görüntüle @
b1073d9f
...
...
@@ -376,7 +376,7 @@ RegError REGISTRY_CALLTYPE reg_createRegistry(rtl_uString* registryName,
/** This function opens the root key of a registry.
@param hReg identifies a currently open registry whose rootKey will be returned.
@param hReg
istry
identifies a currently open registry whose rootKey will be returned.
@param phRootKey points to a handle of the open root key if the function succeeds otherwise NULL.
@return REG_NO_ERROR if succeeds else an error code.
*/
...
...
registry/inc/registry/registry.hxx
Dosyayı görüntüle @
b1073d9f
...
...
@@ -493,7 +493,7 @@ public:
If keyName is an empty string, the value will be set for the key
specified by hKey.
@param valueType specifies the type of the value.
@param p
Data
points to a memory block containing the data for the value.
@param p
Value
points to a memory block containing the data for the value.
@param valueSize specifies the size of pData in bytes
@return REG_NO_ERROR if succeeds else an error code.
*/
...
...
store/inc/store/store.h
Dosyayı görüntüle @
b1073d9f
...
...
@@ -222,7 +222,7 @@ typedef void* storeStreamHandle;
@param hFile [in] the File Handle.
@param pPath [in] the stream path.
@param pName [in] the stream name.
@param e
Access
Mode [in] the access mode.
@param eMode [in] the access mode.
@param phStrm [out] the Stream Handle.
@return store_E_None upon success
*/
...
...
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