Lines Matching refs:pData

181 		pDestAny->pData = &pDestAny->pReserved;  in _copyConstructAnyFromData()
185 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
189 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
194 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
199 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
206 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
211 pDestAny->pData = ::rtl_allocateMemory( sizeof(sal_Int64) ); in _copyConstructAnyFromData()
212 *(sal_Int64 *)pDestAny->pData = *(sal_Int64 *)pSource; in _copyConstructAnyFromData()
218 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
223 pDestAny->pData = ::rtl_allocateMemory( sizeof(float) ); in _copyConstructAnyFromData()
224 *(float *)pDestAny->pData = *(float *)pSource; in _copyConstructAnyFromData()
230 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
235 pDestAny->pData = ::rtl_allocateMemory( sizeof(double) ); in _copyConstructAnyFromData()
236 *(double *)pDestAny->pData = *(double *)pSource; in _copyConstructAnyFromData()
241 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
246 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
253 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
261 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
263 pDestAny->pData, pSource, in _copyConstructAnyFromData()
270 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
272 pDestAny->pData, pSource, in _copyConstructAnyFromData()
281 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
283 pDestAny->pData, pSource, in _copyConstructAnyFromData()
290 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
292 pDestAny->pData, pSource, in _copyConstructAnyFromData()
301 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
302 _copyConstructUnion( pDestAny->pData, pSource, pTypeDescr, acquire, mapping ); in _copyConstructAnyFromData()
307 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAnyFromData()
308 _copyConstructUnion( pDestAny->pData, pSource, pTypeDescr, acquire, mapping ); in _copyConstructAnyFromData()
313 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
332 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
371 pSource = ((uno_Any *)pSource)->pData; in _copyConstructAny()
390 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
394 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
398 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
403 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
408 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
415 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
420 pDestAny->pData = ::rtl_allocateMemory( sizeof(sal_Int64) ); in _copyConstructAny()
421 *(sal_Int64 *)pDestAny->pData = 0; in _copyConstructAny()
427 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
432 pDestAny->pData = ::rtl_allocateMemory( sizeof(float) ); in _copyConstructAny()
433 *(float *)pDestAny->pData = 0.0; in _copyConstructAny()
439 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
444 pDestAny->pData = ::rtl_allocateMemory( sizeof(double) ); in _copyConstructAny()
445 *(double *)pDestAny->pData = 0.0; in _copyConstructAny()
449 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
454 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
458 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
474 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAny()
476 pDestAny->pData, (typelib_CompoundTypeDescription *)pTypeDescr ); in _copyConstructAny()
481 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAny()
483 pDestAny->pData, (typelib_CompoundTypeDescription *)pTypeDescr ); in _copyConstructAny()
490 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAny()
492 pDestAny->pData, (typelib_ArrayTypeDescription *)pTypeDescr ); in _copyConstructAny()
497 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAny()
499 pDestAny->pData, (typelib_ArrayTypeDescription *)pTypeDescr ); in _copyConstructAny()
506 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAny()
507 _defaultConstructUnion( pDestAny->pData, pTypeDescr ); in _copyConstructAny()
512 pDestAny->pData = ::rtl_allocateMemory( pTypeDescr->nSize ); in _copyConstructAny()
513 _defaultConstructUnion( pDestAny->pData, pTypeDescr ); in _copyConstructAny()
518 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
522 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
573 pSourceElements[nPos].pData, in icopyConstructSequence()
787 (uno_Any *)pDest, ((uno_Any *)pSource)->pData, in _copyConstructData()