Searched refs:aSrcPkgProps (Results 1 – 1 of 1) sorted by relevance
844 … uno::Sequence< beans::PropertyValue > aSrcPkgProps = pElement->m_pStream->GetStreamProperties(); in CopyStorageElement() local846 for ( int ind = 0; ind < aSrcPkgProps.getLength(); ind++ ) in CopyStorageElement()848 …if ( aSrcPkgProps[ind].Name.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "MediaType" ) )… in CopyStorageElement()849 …|| aSrcPkgProps[ind].Name.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "Compressed" ) ) … in CopyStorageElement()852 aStrProps[nNum-1].Name = aSrcPkgProps[ind].Name; in CopyStorageElement()853 aStrProps[nNum-1].Value = aSrcPkgProps[ind].Value; in CopyStorageElement()