Lines Matching refs:aField
1095 sr::FieldInfo* aField= cliType->GetField( in map_to_uno() local
1100 if ( ! aField && usUnoException.equals(td.get()->pTypeName)) in map_to_uno()
1119 val= aField->GetValue(cli_data); in map_to_uno()
1700 sr::FieldInfo* aField= cliType->GetField(sMemberName); in map_to_cli() local
1703 if ( ! aField && usUnoException.equals(td.get()->pTypeName)) in map_to_cli()
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()
1749 aField->SetValue(cliObj, cli_val); in map_to_cli()