Searched refs:aSrcPkgProps (Results 1 – 1 of 1) sorted by relevance
846 uno::Sequence< beans::PropertyValue > aSrcPkgProps = pElement->m_pStream->GetStreamProperties(); in CopyStorageElement() local848 for ( int ind = 0; ind < aSrcPkgProps.getLength(); ind++ ) in CopyStorageElement()850 …if ( aSrcPkgProps[ind].Name.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "MediaType" ) )… in CopyStorageElement()851 …|| aSrcPkgProps[ind].Name.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "Compressed" ) ) … in CopyStorageElement()854 aStrProps[nNum-1].Name = aSrcPkgProps[ind].Name; in CopyStorageElement()855 aStrProps[nNum-1].Value = aSrcPkgProps[ind].Value; in CopyStorageElement()
Completed in 54 milliseconds