Home
last modified time | relevance | path

Searched refs:typelib_TypeDescriptionReference (Results 1 – 25 of 136) sorted by relevance

123456

/aoo4110/main/cppu/inc/typelib/
H A Dtypedescription.h71 } typelib_TypeDescriptionReference; typedef
117 typelib_TypeDescriptionReference * pWeakRef;
219 typelib_TypeDescriptionReference * pType;
272 typelib_TypeDescriptionReference * pTypeRef;
635 typelib_TypeDescriptionReference * pType,
653 typelib_TypeDescriptionReference * pType,
879 typelib_TypeDescriptionReference ** ppTDR,
892 typelib_TypeDescriptionReference ** ppTDR,
902 typelib_TypeDescriptionReference * pRef )
911 typelib_TypeDescriptionReference * pRef )
[all …]
/aoo4110/main/cppu/source/typelib/
H A Dstatic_types.cxx60 typelib_TypeDescriptionReference ** ppRet,
121 typelib_TypeDescriptionReference * pRef = 0; in igetTypeByName()
302 typelib_TypeDescriptionReference ** ppRef, in typelib_static_type_init()
322 typelib_TypeDescriptionReference ** ppRef, in typelib_static_sequence_type_init()
359 typelib_TypeDescriptionReference ** ppRef, in init()
361 typelib_TypeDescriptionReference * pBaseType, in init()
442 typelib_TypeDescriptionReference ** ppRef, in typelib_static_compound_type_init()
465 typelib_TypeDescriptionReference ** ppRef, in typelib_static_interface_type_init()
476 typelib_TypeDescriptionReference ** ppRef, in typelib_static_mi_interface_type_init()
540 typelib_TypeDescriptionReference ** ppRef, in typelib_static_enum_type_init()
[all …]
H A Dtypelib.cxx281 typelib_TypeDescriptionReference ** ppTDR = new typelib_TypeDescriptionReference *[ nSize ]; in ~TypeDescriptor_Init_Impl()
896 typelib_TypeDescriptionReference * pType, in typelib_typedescription_new()
908 typelib_TypeDescriptionReference * pType, in typelib_typedescription_newStruct()
1243 typelib_TypeDescriptionReference ** p in copyExceptions()
1780 typelib_TypeDescriptionReference * p1, typelib_TypeDescriptionReference * p2 ) in type_equals()
1793 (typelib_TypeDescriptionReference *)p1, (typelib_TypeDescriptionReference *)p2 ); in typelib_typedescription_equals()
1961 typelib_TypeDescriptionReference ** p in copyExceptions()
2258 typelib_TypeDescriptionReference ** ppTDR, in typelib_typedescriptionreference_newByAsciiName()
2335 typelib_TypeDescriptionReference * pTDR = new typelib_TypeDescriptionReference(); in typelib_typedescriptionreference_new()
2365 typelib_TypeDescriptionReference * pRef ) in typelib_typedescriptionreference_acquire()
[all …]
/aoo4110/main/cppu/source/uno/
H A Ddata.cxx53 typelib_TypeDescriptionReference * g_pVoidType = 0;
171 typelib_TypeDescriptionReference * pElementType, in copyConstructSequence()
180 typelib_TypeDescriptionReference * pType, in destructSequence()
190 typelib_TypeDescriptionReference * pElementType, in equalSequence()
201 void * pMem, typelib_TypeDescriptionReference * pType ) in uno_type_constructData()
215 void * pValue, typelib_TypeDescriptionReference * pType, in uno_type_destructData()
233 typelib_TypeDescriptionReference * pType, in uno_type_copyData()
251 typelib_TypeDescriptionReference * pType, in uno_type_copyAndConvertData()
268 void * pVal1, typelib_TypeDescriptionReference * pVal1Type, in uno_type_equalData()
269 void * pVal2, typelib_TypeDescriptionReference * pVal2Type, in uno_type_equalData()
[all …]
H A Dsequence.cxx75 typelib_TypeDescriptionReference * pElementType, in idefaultConstructElements()
197 typelib_TypeDescriptionReference ** pElements = in idefaultConstructElements()
369 typelib_TypeDescriptionReference * pElementType, in icopyConstructFromElements()
504 typelib_TypeDescriptionReference ** pDestElements = in icopyConstructFromElements()
509 ((typelib_TypeDescriptionReference **) in icopyConstructFromElements()
512 ((typelib_TypeDescriptionReference **) in icopyConstructFromElements()
683 typelib_TypeDescriptionReference * pElementType, in ireallocSequence()
778 typelib_TypeDescriptionReference * pElementType = in uno_type_sequence_construct()
819 typelib_TypeDescriptionReference * pElementType = in uno_sequence_construct()
892 typelib_TypeDescriptionReference * pType, in uno_type_sequence_reference2One()
[all …]
H A Dcopy.hxx77 typelib_TypeDescriptionReference ** ppTypeRefs = pTypeDescr->ppTypeRefs; in _copyConstructStruct()
165 typelib_TypeDescriptionReference * pElementType,
171 typelib_TypeDescriptionReference * pType, typelib_TypeDescription * pTypeDescr, in _copyConstructAnyFromData()
245 TYPE_ACQUIRE( *(typelib_TypeDescriptionReference **)pSource ); in _copyConstructAnyFromData()
247 …*(typelib_TypeDescriptionReference **)&pDestAny->pReserved = *(typelib_TypeDescriptionReference **… in _copyConstructAnyFromData()
535 typelib_TypeDescriptionReference * pElementType, in icopyConstructSequence()
563 typelib_TypeDescriptionReference * pType = in icopyConstructSequence()
647 typelib_TypeDescriptionReference * pSetType = in icopyConstructSequence()
666 typelib_TypeDescriptionReference * pSeqElementType = in icopyConstructSequence()
782 TYPE_ACQUIRE( *(typelib_TypeDescriptionReference **)pSource ); in _copyConstructData()
[all …]
H A Ddestr.hxx43 typelib_TypeDescriptionReference * pType = _unionGetSetType( pValue, pTypeDescr ); in _destructUnion()
67 typelib_TypeDescriptionReference ** ppTypeRefs = pTypeDescr->ppTypeRefs; in _destructStruct()
104 typelib_TypeDescriptionReference * pType,
114 typelib_TypeDescriptionReference * pType = pAny->pType; in _destructAny()
142 (typelib_TypeDescriptionReference *)pAny->pReserved ); in _destructAny()
191 void * pElements, typelib_TypeDescriptionReference * pElementType, in idestructElements()
229 typelib_TypeDescriptionReference ** pDest = (typelib_TypeDescriptionReference **)pElements; in idestructElements()
234 return (sal_Int32)(sizeof(typelib_TypeDescriptionReference *)); in idestructElements()
330 typelib_TypeDescriptionReference * pType, in idestructSequence()
362 typelib_TypeDescriptionReference * pType, in _destructData()
[all …]
H A Deq.hxx52 typelib_TypeDescriptionReference * type_XInterface = in _equalObject()
89 typelib_TypeDescriptionReference ** ppTypeRefs = pTypeDescr->ppTypeRefs; in _equalStruct()
110 typelib_TypeDescriptionReference * pElementType,
116 typelib_TypeDescriptionReference * pElementType, in _equalSequence()
189 if (! _type_equals( ((typelib_TypeDescriptionReference **)pDestElements)[nPos], in _equalSequence()
244 typelib_TypeDescriptionReference * pSetType = _unionGetSetType( in _equalSequence()
264 typelib_TypeDescriptionReference * pSeqElementType = in _equalSequence()
569 *(typelib_TypeDescriptionReference **)pDest, in _equalData()
570 *(typelib_TypeDescriptionReference **)pSource ); in _equalData()
602 typelib_TypeDescriptionReference * pSetType = _unionGetSetType( in _equalData()
[all …]
H A Dprim.hxx55 extern typelib_TypeDescriptionReference * g_pVoidType;
60 typelib_TypeDescriptionReference * pType, typelib_TypeDescription * pTypeDescr, in _map()
133 inline typelib_TypeDescriptionReference * _getVoidType() in _getVoidType()
161 void * pUnoI, typelib_TypeDescriptionReference * pDestType );
164 inline typelib_TypeDescriptionReference * _unionGetSetType( in _unionGetSetType()
168 typelib_TypeDescriptionReference * pRet = 0; in _unionGetSetType()
191 typelib_TypeDescriptionReference * pType1, typelib_TypeDescriptionReference * pType2 ) in _type_equals()
H A Dassign.hxx54 typelib_TypeDescriptionReference * pDestType, in _queryInterface()
89 typelib_TypeDescriptionReference ** ppTypeRefs = pTypeDescr->ppTypeRefs; in _assignStruct()
111 typelib_TypeDescriptionReference * pElementTypeRef = in _assignArray()
152 typelib_TypeDescriptionReference ** pp = (typelib_TypeDescriptionReference **)pDest + i; in _assignArray()
154 *pp = *((typelib_TypeDescriptionReference **)pSource + i); in _assignArray()
231 typelib_TypeDescriptionReference * pDestType, typelib_TypeDescription * pDestTypeDescr, in _assignData()
233 typelib_TypeDescriptionReference * pSourceType, typelib_TypeDescription * pSourceTypeDescr, in _assignData()
459 typelib_TypeDescriptionReference ** pp = (typelib_TypeDescriptionReference **)pDest; in _assignData()
461 *pp = *(typelib_TypeDescriptionReference **)pSource; in _assignData()
H A Dconstr.hxx63 typelib_TypeDescriptionReference ** ppTypeRefs = (pTypeDescr)->ppTypeRefs; in _defaultConstructStruct()
111 typelib_TypeDescriptionReference** ppElement = (typelib_TypeDescriptionReference **)pMem + i; in _defaultConstructArray()
157 typelib_TypeDescriptionReference * pType, in _defaultConstructData()
195 *(typelib_TypeDescriptionReference **)pMem = _getVoidType(); in _defaultConstructData()
/aoo4110/main/cppuhelper/source/
H A Dimplbase_ex.cxx81 typelib_TypeDescriptionReference const * pTDR1, in __td_equals()
82 typelib_TypeDescriptionReference const * pTDR2 ) in __td_equals()
140 typelib_TypeDescriptionReference const * demandedType, in recursivelyFindType()
158 typelib_TypeDescriptionReference const * >(base), in recursivelyFindType()
180 typelib_TypeDescriptionReference * pDemandedTDR, class_data * cd, void * that ) in __queryDeepNoXInterface()
242 typelib_TypeDescriptionReference * pTDR = rType.getTypeLibType(); in ImplHelper_query()
267 typelib_TypeDescriptionReference * pTDR = rType.getTypeLibType(); in ImplHelper_queryNoXInterface()
336 typelib_TypeDescriptionReference * pTDR = rType.getTypeLibType(); in WeakImplHelper_query()
369 typelib_TypeDescriptionReference * pTDR = rType.getTypeLibType(); in WeakAggImplHelper_queryAgg()
403 typelib_TypeDescriptionReference * pTDR = rType.getTypeLibType(); in WeakComponentImplHelper_query()
[all …]
H A Dtdmgr.cxx115 typelib_TypeDescriptionReference * pDiscrTypeRef = 0; in createCTD()
122 typelib_TypeDescriptionReference * pDefMemberTypeRef = 0; in createCTD()
434 typelib_TypeDescriptionReference ** pBaseTypeRefs in createCTD()
435 = reinterpret_cast< typelib_TypeDescriptionReference ** >( in createCTD()
442 typelib_TypeDescriptionReference ** ppMemberRefs = (typelib_TypeDescriptionReference **)alloca( in createCTD()
443 sizeof(typelib_TypeDescriptionReference *) * nMembers ); in createCTD()
/aoo4110/main/cppu/inc/com/sun/star/uno/
H A DType.h66 typelib_TypeDescriptionReference * _pType;
105 inline Type( typelib_TypeDescriptionReference * pType ) SAL_THROW( () );
113 inline Type( typelib_TypeDescriptionReference * pType, UnoType_NoAcquire ) SAL_THROW( () );
120 inline Type( typelib_TypeDescriptionReference * pType, __sal_NoAcquire ) SAL_THROW( () );
164 inline typelib_TypeDescriptionReference * SAL_CALL getTypeLibType() const SAL_THROW( () ) in getTypeLibType()
207 static typelib_TypeDescriptionReference * s_pType;
/aoo4110/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx83 typelib_TypeDescriptionReference ** pTypes = pComp->ppTypeRefs; in relatesToInterface()
136 typelib_TypeDescriptionReference * pReturnTypeRef = 0; in s_Proxy_dispatch()
271 typelib_TypeDescriptionReference * type_XInterface = in getAcquireMethod()
286 typelib_TypeDescriptionReference * type_XInterface = in getReleaseMethod()
381typelib_TypeDescriptionReference * pReturnTypeRef = va_arg(*pParam, typelib_TypeDescriptionReferen… in s_type_destructData_v()
398 void Proxy::dispatch(typelib_TypeDescriptionReference * pReturnTypeRef, in dispatch()
/aoo4110/main/bridges/source/jni_uno/
H A Djni_info.h48 typelib_TypeDescriptionReference * type1, in type_equals()
49 typelib_TypeDescriptionReference * type2 ) in type_equals()
61 inline bool is_XInterface( typelib_TypeDescriptionReference * type ) in is_XInterface()
216 typelib_TypeDescriptionReference * type ) const;
222 ::rtl::OStringBuffer * buf, typelib_TypeDescriptionReference * type,
250 ::rtl::OStringBuffer * buf, typelib_TypeDescriptionReference * type, in append_sig()
H A Djni_data.cxx56 typelib_TypeDescriptionReference * type, in createDefaultUnoValue()
116 *static_cast< typelib_TypeDescriptionReference ** >(uno_data) in createDefaultUnoValue()
121 *static_cast< typelib_TypeDescriptionReference ** >(uno_data)); in createDefaultUnoValue()
220 typelib_TypeDescriptionReference * type, in map_to_uno()
456 *(typelib_TypeDescriptionReference **)uno_data ); in map_to_uno()
778 typelib_TypeDescriptionReference * member_type = in map_to_uno()
1022 typelib_TypeDescriptionReference * element_type = in map_to_uno()
1222 typelib_TypeDescriptionReference * type, in map_to_java()
1945 typelib_TypeDescriptionReference ** ppMemberTypeRefs = in map_to_java()
2186 typelib_TypeDescriptionReference * element_type = in map_to_java()
[all …]
H A Djni_bridge.h77 typelib_TypeDescriptionReference * type,
84 typelib_TypeDescriptionReference * type,
96 typelib_TypeDescriptionReference * return_type,
110 typelib_TypeDescriptionReference * return_tdref,
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.h80 typelib_TypeDescriptionReference * type,
89 typelib_TypeDescriptionReference * type, System::Type* info /* maybe 0 */,
96 typelib_TypeDescriptionReference * return_type,
104 typelib_TypeDescriptionReference * return_type,
H A Dcli_data.cxx205 System::Type* mapUnoType(typelib_TypeDescriptionReference const * pTD) in mapUnoType()
257 const_cast<typelib_TypeDescriptionReference*>(pTD)); in mapUnoType()
258 typelib_TypeDescriptionReference* pElementTDRef= in mapUnoType()
326 typelib_TypeDescriptionReference* mapCliType(System::Type* cliType) in mapCliType()
328 typelib_TypeDescriptionReference* retVal= NULL; in mapCliType()
754 typelib_TypeDescriptionReference * type, in map_to_uno()
854 *(typelib_TypeDescriptionReference **)uno_data ); in map_to_uno()
856 *(typelib_TypeDescriptionReference **)uno_data = td; in map_to_uno()
1263 typelib_TypeDescriptionReference * element_type = in map_to_uno()
1519 typelib_TypeDescriptionReference * type, System::Type* info, in map_to_cli()
[all …]
/aoo4110/main/comphelper/source/misc/
H A Danytostring.cxx39 rtl::OUStringBuffer & buf, typelib_TypeDescriptionReference * typeRef ) in appendTypeError()
64 void const * val, typelib_TypeDescriptionReference * typeRef, in appendValue()
122 typelib_TypeDescriptionReference ** ppTypeRefs = in appendValue()
159 typelib_TypeDescriptionReference * elementTypeRef = in appendValue()
208 typelib_TypeDescriptionReference * const * >(val) in appendValue()
/aoo4110/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx185 void * pDest, typelib_TypeDescriptionReference * pType,
188 void * pDest, typelib_TypeDescriptionReference * pType,
262 typelib_TypeDescriptionReference * pType1, in type_equals()
263 typelib_TypeDescriptionReference * pType2 ) in type_equals()
274 void * pDest, typelib_TypeDescriptionReference * pType, uno_Any * pSource, in coerce_assign()
348 void * pDest, typelib_TypeDescriptionReference * pType, uno_Any * pSource, in coerce_construct()
622 typelib_TypeDescriptionReference * pDemanded = in adapter_dispatch()
623 *(typelib_TypeDescriptionReference **)pArgs[0]; in adapter_dispatch()
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx129 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param()
148 void MapReturn(sal_uInt32 r0, sal_uInt32 r1, typelib_TypeDescriptionReference * pReturnType, sal_uI… in MapReturn()
205 typelib_TypeDescriptionReference * pReturnType,
215 typelib_TypeDescriptionReference * pReturnType, in callVirtualMethod()
322 typelib_TypeDescriptionReference * pReturnTypeRef, in cpp_call()
573 typelib_TypeDescriptionReference * pReturnTypeRef = 0; in unoInterfaceProxyDispatch()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx129 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param()
148 void MapReturn(sal_uInt32 r0, sal_uInt32 r1, typelib_TypeDescriptionReference * pReturnType, sal_uI… in MapReturn()
205 typelib_TypeDescriptionReference * pReturnType,
215 typelib_TypeDescriptionReference * pReturnType, in callVirtualMethod()
322 typelib_TypeDescriptionReference * pReturnTypeRef, in cpp_call()
573 typelib_TypeDescriptionReference * pReturnTypeRef = 0; in unoInterfaceProxyDispatch()
/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.hxx49 bool examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUsedGPR, i…
57 bool return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef );
59 void fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64* pGPR, const double*…

Completed in 166 milliseconds

123456