Searched refs:pElementTypeDescr (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/cppu/source/uno/ |
| H A D | sequence.cxx | 226 typelib_TypeDescription * pElementTypeDescr = 0; in idefaultConstructElements() local 227 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in idefaultConstructElements() 230 pElementTypeDescr)->nDefaultEnumValue; in idefaultConstructElements() 231 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in idefaultConstructElements() 244 typelib_TypeDescription * pElementTypeDescr = 0; in idefaultConstructElements() local 245 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in idefaultConstructElements() 246 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idefaultConstructElements() 257 (typelib_CompoundTypeDescription *)pElementTypeDescr ); in idefaultConstructElements() 261 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in idefaultConstructElements() 266 typelib_TypeDescription * pElementTypeDescr = 0; in idefaultConstructElements() local [all …]
|
| H A D | copy.hxx | 109 typelib_TypeDescription * pElementTypeDescr = NULL; in _copyConstructArray() local 110 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementTypeRef ); in _copyConstructArray() 111 sal_Int32 nElementSize = ((typelib_TypeDescription*)pElementTypeDescr)->nSize; in _copyConstructArray() 112 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in _copyConstructArray() 584 typelib_TypeDescription * pElementTypeDescr = 0; in icopyConstructSequence() local 585 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in icopyConstructSequence() 586 sal_Int32 nElementSize = pElementTypeDescr->nSize; in icopyConstructSequence() 598 pElementTypeDescr, in icopyConstructSequence() 602 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in icopyConstructSequence() 607 typelib_TypeDescription * pElementTypeDescr = 0; in icopyConstructSequence() local [all …]
|
| H A D | destr.hxx | 250 typelib_TypeDescription * pElementTypeDescr = 0; in idestructElements() local 251 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in idestructElements() 252 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idestructElements() 257 (typelib_CompoundTypeDescription *)pElementTypeDescr, in idestructElements() 260 sal_Int32 nSize = pElementTypeDescr->nSize; in idestructElements() 261 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in idestructElements() 266 typelib_TypeDescription * pElementTypeDescr = 0; in idestructElements() local 267 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in idestructElements() 268 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idestructElements() 273 pElementTypeDescr, in idestructElements() [all …]
|
| H A D | eq.hxx | 217 typelib_TypeDescription * pElementTypeDescr = 0; in _equalSequence() local 218 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in _equalSequence() 219 sal_Int32 nElementSize = pElementTypeDescr->nSize; in _equalSequence() 224 (typelib_CompoundTypeDescription *)pElementTypeDescr, in _equalSequence() 227 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in _equalSequence() 231 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in _equalSequence() 236 typelib_TypeDescription * pElementTypeDescr = 0; in _equalSequence() local 237 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementType ); in _equalSequence() 238 sal_Int32 nElementSize = pElementTypeDescr->nSize; in _equalSequence() 239 sal_Int32 nValueOffset = ((typelib_UnionTypeDescription *)pElementTypeDescr)->nValueOffset; in _equalSequence() [all …]
|
| H A D | assign.hxx | 113 typelib_TypeDescription * pElementTypeDescr = NULL; in _assignArray() local 114 TYPELIB_DANGER_GET( &pElementTypeDescr, pElementTypeRef ); in _assignArray() 116 sal_Int32 nElementSize = pElementTypeDescr->nSize; in _assignArray() 164 pElementTypeRef, pElementTypeDescr, acquire, 0 ); in _assignArray() 181 (typelib_CompoundTypeDescription *)pElementTypeDescr, in _assignArray() 191 _destructUnion( (sal_Char*)pDest + i * nElementSize, pElementTypeDescr, release ); in _assignArray() 194 pElementTypeDescr, acquire, 0 ); in _assignArray() 205 pElementTypeRef, pElementTypeDescr, release ); in _assignArray() 225 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in _assignArray()
|
| /trunk/main/cppu/source/LogBridge/ |
| H A D | LogBridge.cxx | 246 typelib_TypeDescription * pElementTypeDescr = 0; in LogProbe() local 247 TYPELIB_DANGER_GET( &pElementTypeDescr, (*ppException)->pType ); in LogProbe() 248 …const ::rtl::OString sValue( ::rtl::OUStringToOString(pElementTypeDescr->pTypeName,osl_getThreadTe… in LogProbe() 250 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in LogProbe()
|
| /trunk/main/pyuno/source/module/ |
| H A D | pyuno.cxx | 187 typelib_TypeDescription * pElementTypeDescr = 0; in val2str() local 188 … TYPELIB_DANGER_GET( &pElementTypeDescr, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType ); in val2str() 190 sal_Int32 nElementSize = pElementTypeDescr->nSize; in val2str() 199 … buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef, mode ) ); in val2str() 209 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in val2str()
|
| /trunk/main/cppuhelper/source/ |
| H A D | component_context.cxx | 146 typelib_TypeDescription * pElementTypeDescr = 0; in val2str() local 147 … TYPELIB_DANGER_GET( &pElementTypeDescr, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType ); in val2str() 149 sal_Int32 nElementSize = pElementTypeDescr->nSize; in val2str() 158 … buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef ) ); in val2str() 168 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in val2str()
|