Lines Matching refs:ar
1268 System::Array* ar = NULL; in map_to_uno() local
1271 ar = __try_cast<System::Array*>(cli_data); in map_to_uno()
1272 sal_Int32 nElements = ar->GetLength(0); in map_to_uno()
1356 System::Convert::ToInt32(ar->GetValue(i)); in map_to_uno()
1914 System::Array* ar= System::Array::CreateInstance( in map_to_cli() local
1926 ar->SetValue(val, nPos); in map_to_cli()
1929 *cli_data = ar; in map_to_cli()
1935 System::Array *ar= System::Array::CreateInstance( in map_to_cli() local
1946 ar->SetValue(val, nPos); in map_to_cli()
1949 *cli_data = ar; in map_to_cli()
1956 System::Array* ar= System::Array::CreateInstance(ifaceType, nElements); in map_to_cli() local
1966 ar->SetValue(val, nPos); in map_to_cli()
1968 *cli_data= ar; in map_to_cli()