Lines Matching refs:pReserved
181 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
182 *(sal_Unicode *)&pDestAny->pReserved = *(sal_Unicode *)pSource; in _copyConstructAnyFromData()
185 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
186 *(sal_Bool *)&pDestAny->pReserved = (*(sal_Bool *)pSource != sal_False); in _copyConstructAnyFromData()
189 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
190 *(sal_Int8 *)&pDestAny->pReserved = *(sal_Int8 *)pSource; in _copyConstructAnyFromData()
194 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
195 *(sal_Int16 *)&pDestAny->pReserved = *(sal_Int16 *)pSource; in _copyConstructAnyFromData()
199 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
200 *(sal_Int32 *)&pDestAny->pReserved = *(sal_Int32 *)pSource; in _copyConstructAnyFromData()
206 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
207 *(sal_Int64 *)&pDestAny->pReserved = *(sal_Int64 *)pSource; in _copyConstructAnyFromData()
218 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
219 *(float *)&pDestAny->pReserved = *(float *)pSource; in _copyConstructAnyFromData()
230 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
231 *(double *)&pDestAny->pReserved = *(double *)pSource; in _copyConstructAnyFromData()
241 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
242 *(rtl_uString **)&pDestAny->pReserved = *(rtl_uString **)pSource; in _copyConstructAnyFromData()
246 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
247 …*(typelib_TypeDescriptionReference **)&pDestAny->pReserved = *(typelib_TypeDescriptionReference **… in _copyConstructAnyFromData()
253 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
255 *(sal_Int32 *)&pDestAny->pReserved = *(sal_Int32 *)pSource; in _copyConstructAnyFromData()
313 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
316 *(uno_Sequence **)&pDestAny->pReserved = copyConstructSequence( in _copyConstructAnyFromData()
324 *(uno_Sequence **)&pDestAny->pReserved = copyConstructSequence( in _copyConstructAnyFromData()
332 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAnyFromData()
335 pDestAny->pReserved = _map( *(void **)pSource, pType, pTypeDescr, mapping ); in _copyConstructAnyFromData()
339 _acquire( pDestAny->pReserved = *(void **)pSource, acquire ); in _copyConstructAnyFromData()
390 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
391 *(sal_Unicode *)&pDestAny->pReserved = '\0'; in _copyConstructAny()
394 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
395 *(sal_Bool *)&pDestAny->pReserved = sal_False; in _copyConstructAny()
398 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
399 *(sal_Int8 *)&pDestAny->pReserved = 0; in _copyConstructAny()
403 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
404 *(sal_Int16 *)&pDestAny->pReserved = 0; in _copyConstructAny()
408 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
409 *(sal_Int32 *)&pDestAny->pReserved = 0; in _copyConstructAny()
415 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
416 *(sal_Int64 *)&pDestAny->pReserved = 0; in _copyConstructAny()
427 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
428 *(float *)&pDestAny->pReserved = 0.0; in _copyConstructAny()
439 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
440 *(double *)&pDestAny->pReserved = 0.0; in _copyConstructAny()
449 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
450 *(rtl_uString **)&pDestAny->pReserved = 0; in _copyConstructAny()
451 ::rtl_uString_new( (rtl_uString **)&pDestAny->pReserved ); in _copyConstructAny()
454 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
455 *(typelib_TypeDescriptionReference **)&pDestAny->pReserved = _getVoidType(); in _copyConstructAny()
458 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
461 …*(sal_Int32 *)&pDestAny->pReserved = ((typelib_EnumTypeDescription *)pTypeDescr)->nDefaultEnumValu… in _copyConstructAny()
466 …*(sal_Int32 *)&pDestAny->pReserved = ((typelib_EnumTypeDescription *)pTypeDescr)->nDefaultEnumValu… in _copyConstructAny()
518 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
519 *(uno_Sequence **)&pDestAny->pReserved = createEmptySequence(); in _copyConstructAny()
522 pDestAny->pData = &pDestAny->pReserved; in _copyConstructAny()
523 pDestAny->pReserved = 0; // either cpp or c-uno interface in _copyConstructAny()