Lines Matching refs:p

69     uno_Sequence * p = (uno_Sequence *)seq.get();  in seq_allocate()  local
70 p->nRefCount = 1; in seq_allocate()
71 p->nElements = nElements; in seq_allocate()
101 UnoInterfaceProxy* p = static_cast<UnoInterfaceProxy*>( in map_uno2cli() local
103 p->addUnoInterface(pUnoI, pTD); in map_uno2cli()
1122 void * p = (char *) uno_data + comp_td->pMemberOffsets[ nPos ]; in map_to_uno() local
1134 *(sal_Unicode*) p = 0; in map_to_uno()
1136 *(sal_Unicode*) p = *__try_cast<System::Char*>(val); in map_to_uno()
1140 *(sal_Bool*) p = sal_False; in map_to_uno()
1142 *(sal_Bool*) p = *__try_cast<System::Boolean*>(val); in map_to_uno()
1146 *(sal_Int8*) p = 0; in map_to_uno()
1148 *(sal_Int8*) p = *__try_cast<System::Byte*>(val); in map_to_uno()
1152 *(sal_Int16*) p = 0; in map_to_uno()
1154 *(sal_Int16*) p = *__try_cast<System::Int16*>(val); in map_to_uno()
1158 *(sal_uInt16*) p = 0; in map_to_uno()
1160 *(sal_uInt16*) p = *__try_cast<System::UInt16*>(val); in map_to_uno()
1164 *(sal_Int32*) p = 0; in map_to_uno()
1166 *(sal_Int32*) p = *__try_cast<System::Int32*>(val); in map_to_uno()
1170 *(sal_uInt32*) p = 0; in map_to_uno()
1172 *(sal_uInt32*) p = *__try_cast<System::UInt32*>(val); in map_to_uno()
1176 *(sal_Int64*) p = 0; in map_to_uno()
1178 *(sal_Int64*) p = *__try_cast<System::Int64*>(val); in map_to_uno()
1182 *(sal_uInt64*) p = 0; in map_to_uno()
1184 *(sal_uInt64*) p= *__try_cast<System::UInt64*>(val); in map_to_uno()
1188 *(float*) p = 0.; in map_to_uno()
1190 *(float*) p = *__try_cast<System::Single*>(val); in map_to_uno()
1194 *(double*) p = 0.; in map_to_uno()
1196 *(double*) p = *__try_cast<System::Double*>(val); in map_to_uno()
1200 map_to_uno(p, val, member_type, assign); in map_to_uno()
1373 void * p= ((uno_Sequence *) seq.get())->elements + in map_to_uno() local
1377 p, elemData, element_td.get()->pWeakRef, in map_to_uno()
1385 void * p = in map_to_uno() local
1388 uno_destructData( p, element_td.get(), 0 ); in map_to_uno()
1447 uno_Interface * p = *(uno_Interface **)uno_data; in map_to_uno() local
1448 if (0 != p) in map_to_uno()
1449 (*p->release)( p ); in map_to_uno()
1707 void const * p = (char const *)uno_data + pMemberOffsets[ nPos ]; in map_to_cli() local
1711 aField->SetValue(cliObj, __box(*(System::Char*) p)); in map_to_cli()
1714 aField->SetValue(cliObj, __box(*(System::Boolean*) p)); in map_to_cli()
1717 aField->SetValue(cliObj, __box(*(System::Byte*) p)); in map_to_cli()
1720 aField->SetValue(cliObj, __box(*(System::Int16*) p)); in map_to_cli()
1723 aField->SetValue(cliObj, __box(*(System::UInt16*) p)); in map_to_cli()
1726 aField->SetValue(cliObj, __box(*(System::Int32*) p)); in map_to_cli()
1729 aField->SetValue(cliObj, __box(*(System::UInt32*) p)); in map_to_cli()
1732 aField->SetValue(cliObj, __box(*(System::Int64*) p)); in map_to_cli()
1735 aField->SetValue(cliObj, __box(*(System::UInt64*) p)); in map_to_cli()
1738 aField->SetValue(cliObj, __box(*(System::Single*) p)); in map_to_cli()
1741 aField->SetValue(cliObj, __box(*(System::Double*) p)); in map_to_cli()
1747 &cli_val, p, member_type, 0, in map_to_cli()
1874 uno_Any const * p = (uno_Any const *)seq->elements; in map_to_cli() local
1879 &cli_obj, &p[ nPos ], element_type, 0, false); in map_to_cli()
1919 char * p = (char *) &seq->elements; in map_to_cli() local
1925 &val, p + (nSize * nPos), element_type, 0, false); in map_to_cli()
1958 char * p = (char *)seq->elements; in map_to_cli() local
1964 &val, p + (nSize * nPos), element_type, NULL, false); in map_to_cli()