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.cxx244 typelib_TypeDescription * pElementTypeDescr = 0; in idefaultConstructElements() local
261 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in idefaultConstructElements()
266 typelib_TypeDescription * pElementTypeDescr = 0; in idefaultConstructElements() local
283 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in idefaultConstructElements()
288 typelib_TypeDescription * pElementTypeDescr = 0; in idefaultConstructElements() local
298 pElementTypeDescr)->nValueOffset; in idefaultConstructElements()
540 typelib_TypeDescription * pElementTypeDescr = 0; in icopyConstructFromElements() local
583 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in icopyConstructFromElements()
588 typelib_TypeDescription * pElementTypeDescr = 0; in icopyConstructFromElements() local
609 pSource, pElementTypeDescr ); in icopyConstructFromElements()
[all …]
H A Dcopy.hxx109 typelib_TypeDescription * pElementTypeDescr = NULL; in _copyConstructArray() local
112 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in _copyConstructArray()
584 typelib_TypeDescription * pElementTypeDescr = 0; in icopyConstructSequence() local
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
624 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in icopyConstructSequence()
629 typelib_TypeDescription * pElementTypeDescr = 0; in icopyConstructSequence() local
656 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in icopyConstructSequence()
[all …]
H A Ddestr.hxx250 typelib_TypeDescription * pElementTypeDescr = 0; in idestructElements() local
252 sal_Int32 nElementSize = pElementTypeDescr->nSize; 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
273 pElementTypeDescr, in idestructElements()
276 sal_Int32 nSize = pElementTypeDescr->nSize; in idestructElements()
277 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in idestructElements()
282 typelib_TypeDescription * pElementTypeDescr = 0; in idestructElements() local
289 pElementTypeDescr->pWeakRef, pElementTypeDescr, in idestructElements()
[all …]
H A Deq.hxx217 typelib_TypeDescription * pElementTypeDescr = 0; in _equalSequence() local
219 sal_Int32 nElementSize = pElementTypeDescr->nSize; in _equalSequence()
227 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in _equalSequence()
231 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in _equalSequence()
236 typelib_TypeDescription * pElementTypeDescr = 0; in _equalSequence() local
245 pDest2, pElementTypeDescr ); in _equalSequence()
253 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in _equalSequence()
257 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); in _equalSequence()
262 typelib_TypeDescription * pElementTypeDescr = 0; in _equalSequence() local
272 TYPELIB_DANGER_RELEASE( pElementTypeDescr ); 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/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()
/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()

Completed in 52 milliseconds