Home
last modified time | relevance | path

Searched refs:pElementTypeDescr (Results 1 – 8 of 8) sorted by relevance

/trunk/main/cppu/source/uno/
H A Dsequence.cxx226 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 Dcopy.hxx109 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 Ddestr.hxx250 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 Deq.hxx217 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 Dassign.hxx113 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 DLogBridge.cxx246 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 Dpyuno.cxx187 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 Dcomponent_context.cxx146 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()