Lines Matching refs:aProps
337 uno::Sequence< beans::PropertyValue > aProps( 1 ); in GetStorageOfFormatFromURL() local
338 aProps[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "StorageFormat" ) ); in GetStorageOfFormatFromURL()
339 aProps[0].Value <<= aFormat; in GetStorageOfFormatFromURL()
342 aProps.realloc( 2 ); in GetStorageOfFormatFromURL()
343 aProps[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RepairPackage" ) ); in GetStorageOfFormatFromURL()
344 aProps[1].Value <<= bRepairStorage; in GetStorageOfFormatFromURL()
350 aArgs[2] <<= aProps; in GetStorageOfFormatFromURL()
368 uno::Sequence< beans::PropertyValue > aProps( 1 ); in GetStorageOfFormatFromInputStream() local
369 aProps[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "StorageFormat" ) ); in GetStorageOfFormatFromInputStream()
370 aProps[0].Value <<= aFormat; in GetStorageOfFormatFromInputStream()
373 aProps.realloc( 2 ); in GetStorageOfFormatFromInputStream()
374 aProps[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RepairPackage" ) ); in GetStorageOfFormatFromInputStream()
375 aProps[1].Value <<= bRepairStorage; in GetStorageOfFormatFromInputStream()
381 aArgs[2] <<= aProps; in GetStorageOfFormatFromInputStream()
400 uno::Sequence< beans::PropertyValue > aProps( 1 ); in GetStorageOfFormatFromStream() local
401 aProps[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "StorageFormat" ) ); in GetStorageOfFormatFromStream()
402 aProps[0].Value <<= aFormat; in GetStorageOfFormatFromStream()
405 aProps.realloc( 2 ); in GetStorageOfFormatFromStream()
406 aProps[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RepairPackage" ) ); in GetStorageOfFormatFromStream()
407 aProps[1].Value <<= bRepairStorage; in GetStorageOfFormatFromStream()
413 aArgs[2] <<= aProps; in GetStorageOfFormatFromStream()