Home
last modified time | relevance | path

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

123456

/AOO41X/main/cppu/inc/typelib/
H A Dtypedescription.h71 } typelib_TypeDescriptionReference; typedef
117 typelib_TypeDescriptionReference * pWeakRef;
143 typelib_TypeDescriptionReference ** ppTypeRefs;
184 typelib_TypeDescriptionReference * pDiscriminantTypeRef;
191 typelib_TypeDescriptionReference * pDefaultTypeRef;
200 typelib_TypeDescriptionReference ** ppTypeRefs;
219 typelib_TypeDescriptionReference * pType;
272 typelib_TypeDescriptionReference * pTypeRef;
312 typelib_TypeDescriptionReference * pReturnTypeRef;
324 typelib_TypeDescriptionReference ** ppExceptions;
[all …]
/AOO41X/main/cppu/source/typelib/
H A Dstatic_types.cxx60 typelib_TypeDescriptionReference ** ppRet,
118 static inline typelib_TypeDescriptionReference * igetTypeByName( rtl_uString * pTypeName ) in igetTypeByName()
121 typelib_TypeDescriptionReference * pRef = 0; in igetTypeByName()
136 typelib_TypeDescriptionReference ** SAL_CALL typelib_static_type_getByTypeClass( in typelib_static_type_getByTypeClass()
140 static typelib_TypeDescriptionReference * s_aTypes[] = { in typelib_static_type_getByTypeClass()
195 typelib_TypeDescriptionReference * pMembers[3] = { 0,0,0 }; in typelib_static_type_getByTypeClass()
302 typelib_TypeDescriptionReference ** ppRef, in typelib_static_type_init()
322 typelib_TypeDescriptionReference ** ppRef, in typelib_static_sequence_type_init()
323 typelib_TypeDescriptionReference * pElementType ) in typelib_static_sequence_type_init()
346 *ppRef = (typelib_TypeDescriptionReference *)pReg; in typelib_static_sequence_type_init()
[all …]
H A Dtypelib.cxx162 typelib_TypeDescriptionReference ** ppRet, rtl_uString * pName )
182 typedef hash_map< const sal_Unicode *, typelib_TypeDescriptionReference *,
281 typelib_TypeDescriptionReference ** ppTDR = new typelib_TypeDescriptionReference *[ nSize ]; in ~TypeDescriptor_Init_Impl()
293 typelib_TypeDescriptionReference * pTDR = ppTDR[i]; in ~TypeDescriptor_Init_Impl()
311 typelib_TypeDescriptionReference * pTDR = (*aIt).second; in ~TypeDescriptor_Init_Impl()
772 rtl_uString * pTypeName, typelib_TypeDescriptionReference * pType, in newTypeDescription()
816 pTmp->ppTypeRefs = new typelib_TypeDescriptionReference *[ nMembers ]; in newTypeDescription()
881 (*ppRet)->pWeakRef = (typelib_TypeDescriptionReference *)*ppRet; in newTypeDescription()
896 typelib_TypeDescriptionReference * pType, in typelib_typedescription_new()
908 typelib_TypeDescriptionReference * pType, in typelib_typedescription_newStruct()
[all …]
/AOO41X/main/cppu/source/uno/
H A Ddata.cxx53 typelib_TypeDescriptionReference * g_pVoidType = 0;
56 void * binuno_queryInterface( void * pUnoI, typelib_TypeDescriptionReference * pDestType ) in binuno_queryInterface()
65 typelib_TypeDescriptionReference * type_XInterface = in binuno_queryInterface()
86 typelib_TypeDescriptionReference * ret_type = aRet.pType; in binuno_queryInterface()
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()
[all …]
H A Dsequence.cxx75 typelib_TypeDescriptionReference * pElementType, in idefaultConstructElements()
193 pSeq, sizeof(typelib_TypeDescriptionReference *), nAlloc ); in idefaultConstructElements()
197 typelib_TypeDescriptionReference ** pElements = in idefaultConstructElements()
198 (typelib_TypeDescriptionReference **) pSeq->elements; in idefaultConstructElements()
369 typelib_TypeDescriptionReference * pElementType, in icopyConstructFromElements()
500 pSeq, sizeof(typelib_TypeDescriptionReference *), nAlloc ); in icopyConstructFromElements()
504 typelib_TypeDescriptionReference ** pDestElements = in icopyConstructFromElements()
505 (typelib_TypeDescriptionReference **) pSeq->elements; in icopyConstructFromElements()
509 ((typelib_TypeDescriptionReference **) in icopyConstructFromElements()
512 ((typelib_TypeDescriptionReference **) in icopyConstructFromElements()
[all …]
H A Dcopy.hxx77 typelib_TypeDescriptionReference ** ppTypeRefs = pTypeDescr->ppTypeRefs; in _copyConstructStruct()
108typelib_TypeDescriptionReference * pElementTypeRef = ((typelib_IndirectTypeDescription *)pTypeDesc… in _copyConstructArray()
143 typelib_TypeDescriptionReference * pSetType = _unionGetSetType( pSource, pTypeDescr ); in _copyConstructUnion()
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()
350 typelib_TypeDescriptionReference * pType, typelib_TypeDescription * pTypeDescr, in _copyConstructAny()
455 *(typelib_TypeDescriptionReference **)&pDestAny->pReserved = _getVoidType(); in _copyConstructAny()
535 typelib_TypeDescriptionReference * pElementType, in icopyConstructSequence()
[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()
190 ((typelib_TypeDescriptionReference **)pSourceElements)[nPos] )) in _equalSequence()
244 typelib_TypeDescriptionReference * pSetType = _unionGetSetType( in _equalSequence()
264 typelib_TypeDescriptionReference * pSeqElementType = in _equalSequence()
299 typelib_TypeDescriptionReference * pDestType, typelib_TypeDescription * pDestTypeDescr, in _equalData()
301 typelib_TypeDescriptionReference * pSourceType, typelib_TypeDescription * pSourceTypeDescr, 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()
111typelib_TypeDescriptionReference** ppElement = (typelib_TypeDescriptionReference **)pMem + i; in _defaultConstructArray()
157 typelib_TypeDescriptionReference * pType, in _defaultConstructData()
195 *(typelib_TypeDescriptionReference **)pMem = _getVoidType(); in _defaultConstructData()
/AOO41X/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()
442typelib_TypeDescriptionReference ** ppMemberRefs = (typelib_TypeDescriptionReference **)alloca( in createCTD()
443 sizeof(typelib_TypeDescriptionReference *) * nMembers ); in createCTD()
/AOO41X/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;
/AOO41X/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()
/AOO41X/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()
114 *static_cast< typelib_TypeDescriptionReference ** >(uno_data)); in createDefaultUnoValue()
116 *static_cast< typelib_TypeDescriptionReference ** >(uno_data) in createDefaultUnoValue()
119 *static_cast< typelib_TypeDescriptionReference ** >(uno_data) != 0); 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()
458 *(typelib_TypeDescriptionReference **)uno_data = td.get()->pWeakRef; in map_to_uno()
778 typelib_TypeDescriptionReference * member_type = in map_to_uno()
1022 typelib_TypeDescriptionReference * element_type = in map_to_uno()
[all …]
H A Djni_bridge.h77 typelib_TypeDescriptionReference * type,
84 typelib_TypeDescriptionReference * type,
96 typelib_TypeDescriptionReference * return_type,
110 typelib_TypeDescriptionReference * return_tdref,
/AOO41X/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()
849 typelib_TypeDescriptionReference* td= mapCliType(__try_cast<System::Type*>( in map_to_uno()
854 *(typelib_TypeDescriptionReference **)uno_data ); in map_to_uno()
856 *(typelib_TypeDescriptionReference **)uno_data = td; in map_to_uno()
1080 typelib_TypeDescriptionReference * member_type= NULL; in map_to_uno()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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*…

123456