Home
last modified time | relevance | path

Searched refs:typelib_CompoundTypeDescription (Results 1 – 25 of 66) sorted by relevance

123

/aoo42x/main/cppu/source/uno/
H A Dcopy.hxx60 typelib_CompoundTypeDescription * pTypeDescr,
66 typelib_CompoundTypeDescription * pTypeDescr, in _copyConstructStruct()
264 (typelib_CompoundTypeDescription *)pTypeDescr, in _copyConstructAnyFromData()
273 (typelib_CompoundTypeDescription *)pTypeDescr, in _copyConstructAnyFromData()
476 pDestAny->pData, (typelib_CompoundTypeDescription *)pTypeDescr ); in _copyConstructAny()
483 pDestAny->pData, (typelib_CompoundTypeDescription *)pTypeDescr ); in _copyConstructAny()
597 (typelib_CompoundTypeDescription *) in icopyConstructSequence()
800 (typelib_CompoundTypeDescription *)pTypeDescr, in _copyConstructData()
808 (typelib_CompoundTypeDescription *)pTypeDescr, in _copyConstructData()
H A Ddestr.hxx52 typelib_CompoundTypeDescription * pTypeDescr,
58 typelib_CompoundTypeDescription * pTypeDescr, in _destructStruct()
157 _destructStruct( pAny->pData, (typelib_CompoundTypeDescription *)pTypeDescr, release ); in _destructAny()
257 (typelib_CompoundTypeDescription *)pElementTypeDescr, in idestructElements()
385 _destructStruct( pValue, (typelib_CompoundTypeDescription *)pTypeDescr, release ); in _destructData()
390 _destructStruct( pValue, (typelib_CompoundTypeDescription *)pTypeDescr, release ); in _destructData()
H A Dconstr.hxx50 typelib_CompoundTypeDescription * pCompType )
55 typelib_CompoundTypeDescription * pTypeDescr ) in _defaultConstructStruct()
131 …_defaultConstructStruct( (sal_Char*)pMem + i * nElementSize, (typelib_CompoundTypeDescription *)pE… in _defaultConstructArray()
216 _defaultConstructStruct( pMem, (typelib_CompoundTypeDescription *)pTypeDescr ); in _defaultConstructData()
221 _defaultConstructStruct( pMem, (typelib_CompoundTypeDescription *)pTypeDescr ); in _defaultConstructData()
H A Dassign.hxx69 typelib_CompoundTypeDescription * pTypeDescr,
75 typelib_CompoundTypeDescription * pTypeDescr, in _assignStruct()
181 (typelib_CompoundTypeDescription *)pElementTypeDescr, in _assignArray()
487 typelib_CompoundTypeDescription * pTypeDescr = in _assignData()
488 (typelib_CompoundTypeDescription *)pSourceTypeDescr; in _assignData()
504 typelib_CompoundTypeDescription * pTypeDescr = in _assignData()
505 (typelib_CompoundTypeDescription *)pSourceTypeDescr; in _assignData()
H A Ddata.cxx126 typelib_CompoundTypeDescription * pCompType ) in defaultConstructStruct()
134 typelib_CompoundTypeDescription * pTypeDescr, in copyConstructStruct()
143 typelib_CompoundTypeDescription * pTypeDescr, in destructStruct()
152 typelib_CompoundTypeDescription * pTypeDescr, in equalStruct()
161 typelib_CompoundTypeDescription * pTypeDescr, in assignStruct()
/aoo42x/main/stoc/source/corereflection/
H A Dcrcomp.cxx143 typelib_CompoundTypeDescription * pTD = in getDeclaringClass()
144 (typelib_CompoundTypeDescription *)getDeclTypeDescr(); in getDeclaringClass()
195 pTD = (typelib_TypeDescription *)((typelib_CompoundTypeDescription *)pTD)->pBaseTypeDescription; in get()
228 pTD = (typelib_TypeDescription *)((typelib_CompoundTypeDescription *)pTD)->pBaseTypeDescription; in set()
265 pTD = (typelib_TypeDescription *)((typelib_CompoundTypeDescription *)pTD)->pBaseTypeDescription; in set()
333 typelib_CompoundTypeDescription * pCompTypeDescr = getTypeDescr()->pBaseTypeDescription; in getSuperclasses()
364 typelib_CompoundTypeDescription * pCompTypeDescr = getTypeDescr(); in getFields()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dexcept.cxx112 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
126 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
176 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
253 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dexcept.cxx112 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
126 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
176 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
253 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dexcept.cxx112 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
126 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
176 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
253 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dexcept.cxx112 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
126 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
176 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
253 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dexcept.cxx112 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
126 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
176 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
253 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dexcept.cxx112 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
126 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
176 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
253 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dexcept.cxx112 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
126 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
176 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
253 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx112 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
126 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
176 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
253 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/mingw_intel/
H A Dexcept.cxx110 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
122 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
162 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
250 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dexcept.cxx111 type_info * getRTTI(typelib_CompoundTypeDescription *) SAL_THROW( () );
125 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
175 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
264 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dexcept.cxx111 type_info * getRTTI(typelib_CompoundTypeDescription *) SAL_THROW( () );
125 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
175 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
264 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dexcept.cxx108 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
122 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
172 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
261 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dexcept.cxx111 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
125 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
175 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
264 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dexcept.cxx113 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
127 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
177 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
266 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dexcept.cxx114 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
128 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
178 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
267 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dexcept.cxx128 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
142 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
186 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
274 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dexcept.cxx112 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
126 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
176 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
265 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dexcept.cxx110 type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW( () );
124 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
174 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
263 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dexcept.cxx111 type_info * getRTTI(typelib_CompoundTypeDescription *) SAL_THROW( () );
125 type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW( () ) in getRTTI()
175 (typelib_CompoundTypeDescription *)pTypeDescr->pBaseTypeDescription ); in getRTTI()
264 rtti = (type_info *)s_rtti->getRTTI( (typelib_CompoundTypeDescription *) pTypeDescr ); in raiseException()

Completed in 95 milliseconds

123