/aoo41x/main/chart2/source/controller/main/ |
H A D | ChartFrameloader.cxx | 93 comphelper::MediaDescriptor aMediaDescriptor(rMediaDescriptor); in load() local 95 …comphelper::MediaDescriptor::const_iterator aIt( aMediaDescriptor.find( aMediaDescriptor.PROP_MODE… in load() 96 if( aIt != aMediaDescriptor.end()) in load() 152 …comphelper::MediaDescriptor::const_iterator aIt( aMediaDescriptor.find( aMediaDescriptor.PROP_URL(… in load() 153 if( aIt != aMediaDescriptor.end()) in load() 165 aMediaDescriptor.addInputStream(); in load() 167 aMediaDescriptor >> aCompleteMediaDescriptor; in load()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unocrsrhelper.cxx | 825 comphelper::MediaDescriptor aMediaDescriptor( rOptions ); in InsertFile() local 832 aMediaDescriptor[comphelper::MediaDescriptor::PROP_URL()] >>= sFileName; in InsertFile() 834 aMediaDescriptor[comphelper::MediaDescriptor::PROP_FILENAME()] >>= sFileName; in InsertFile() 835 aMediaDescriptor[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= xInputStream; in InsertFile() 836 aMediaDescriptor[comphelper::MediaDescriptor::PROP_STREAM()] >>= xStream; in InsertFile() 837 aMediaDescriptor[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= xInputStream; in InsertFile() 838 aMediaDescriptor[comphelper::MediaDescriptor::PROP_FILTERNAME()] >>= sFilterName; in InsertFile() 839 aMediaDescriptor[comphelper::MediaDescriptor::PROP_FILTEROPTIONS()] >>= sFilterOptions; in InsertFile() 840 aMediaDescriptor[comphelper::MediaDescriptor::PROP_PASSWORD()] >>= sPassword; in InsertFile() 841 aMediaDescriptor[comphelper::MediaDescriptor::PROP_DOCUMENTBASEURL() ] >>= sBaseURL; in InsertFile()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 669 ::comphelper::NamedValueCollection aMediaDescriptor( i_MediaDescriptor ); in recoverFromFile() 670 aMediaDescriptor.put( "SalvagedFile", i_SalvagedFile ); in recoverFromFile() 671 aMediaDescriptor.put( "URL", i_SourceLocation ); in recoverFromFile() 674 load( aMediaDescriptor.getPropertyValues() ); in recoverFromFile() 1047 impl_storeToStorage_throw( xCurrentStorage, aMediaDescriptor, _rGuard ); in impl_storeAs_throw() 1051 m_pImpl->setResource( _rURL, aMediaDescriptor ); in impl_storeAs_throw() 1219 impl_storeToStorage_throw( xTargetStorage, aMediaDescriptor, aGuard ); in storeToURL() 1650 Sequence< PropertyValue > aMediaDescriptor; in impl_writeStorage_throw() local 1651 _rMediaDescriptor >>= aMediaDescriptor; in impl_writeStorage_throw() 1655 aDelegatorArguments, aMediaDescriptor, _rxTargetStorage ); in impl_writeStorage_throw() [all …]
|
H A D | ModelImpl.cxx | 820 ::comphelper::NamedValueCollection aMediaDescriptor( _rArgs ); in setResource() 822 if ( aMediaDescriptor.has( "SalvagedFile" ) ) in setResource() 824 …::rtl::OUString sSalvagedFile( aMediaDescriptor.getOrDefault( "SalvagedFile", ::rtl::OUString() ) … in setResource() 835 m_aMediaDescriptor = stripLoadArguments( aMediaDescriptor ); in setResource()
|
H A D | databasedocument.hxx | 403 …sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescriptor ) throw (::co… 404 …sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescriptor ) throw (::co…
|
/aoo41x/test/testuno/source/fvt/uno/ffc/ |
H A D | FFCTest.java | 218 PropertyValue[] aMediaDescriptor = new PropertyValue[1]; in exportAsPDF() local 219 aMediaDescriptor[0] = new PropertyValue(); in exportAsPDF() 220 aMediaDescriptor[0].Name = "FilterName"; in exportAsPDF() 221 aMediaDescriptor[0].Value = "writer_pdf_Export"; in exportAsPDF() 226 xStorable.storeToURL(Testspace.getUrl(saveAsFilePath), aMediaDescriptor); in exportAsPDF() local
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltexti.cxx | 584 uno::Sequence< beans::PropertyValue > aMediaDescriptor( 1 ); in createAndInsertOOoLink() local 585 aMediaDescriptor[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in createAndInsertOOoLink() 586 aMediaDescriptor[0].Value <<= ::rtl::OUString( aURLObj.GetMainURL( INetURLObject::NO_DECODE ) ); in createAndInsertOOoLink() 593 aMediaDescriptor.realloc( 2 ); in createAndInsertOOoLink() 594 … aMediaDescriptor[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "InteractionHandler" ) ); in createAndInsertOOoLink() 595 aMediaDescriptor[1].Value <<= xInteraction; in createAndInsertOOoLink() 601 xStorage, aName, aMediaDescriptor, uno::Sequence< beans::PropertyValue >() ), in createAndInsertOOoLink()
|
/aoo41x/main/offapi/com/sun/star/embed/ |
H A D | XEmbedObjectCreator.idl | 122 @param aMediaDescriptor 148 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor, 169 @param aMediaDescriptor 190 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor,
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlfilter.cxx | 496 ::comphelper::NamedValueCollection aMediaDescriptor( rDescriptor ); in implImport() 497 if ( aMediaDescriptor.has( "URL" ) ) in implImport() 498 sFileName = aMediaDescriptor.getOrDefault( "URL", ::rtl::OUString() ); in implImport() 499 if ( !sFileName.getLength() && aMediaDescriptor.has( "FileName" ) ) in implImport() 500 sFileName = aMediaDescriptor.getOrDefault( "FileName", sFileName ); in implImport()
|
/aoo41x/main/offapi/com/sun/star/document/ |
H A D | XStorageBasedDocument.idl | 69 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor ) 80 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor )
|
/aoo41x/main/chart2/source/model/inc/ |
H A D | XMLFilter.hxx | 117 ::com::sun::star::beans::PropertyValue > & aMediaDescriptor ); 137 ::com::sun::star::beans::PropertyValue > & aMediaDescriptor );
|
/aoo41x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 1771 ::comphelper::NamedValueCollection aMediaDescriptor( i_MediaDescriptor ); in recoverFromFile() 1774 …OSL_ENSURE( !aMediaDescriptor.has( "SalvagedFile" ) || ( aMediaDescriptor.getOrDefault( "SalvagedF… in recoverFromFile() 1776 aMediaDescriptor.put( "SalvagedFile", i_SalvagedFile ); in recoverFromFile() 1779 …OSL_ENSURE( !aMediaDescriptor.has( "URL" ) || ( aMediaDescriptor.getOrDefault( "URL", ::rtl::OUStr… in recoverFromFile() 1781 aMediaDescriptor.put( "URL", i_SourceLocation ); in recoverFromFile() 1783 load( aMediaDescriptor.getPropertyValues() ); in recoverFromFile() 3602 … const uno::Sequence< beans::PropertyValue >& aMediaDescriptor ) in loadFromStorage() 3619 TransformParameters( SID_OPENDOC, aMediaDescriptor, aSet ); in loadFromStorage() 3641 const uno::Sequence< beans::PropertyValue >& aMediaDescriptor ) in storeToStorage() 3654 TransformParameters( SID_SAVEASDOC, aMediaDescriptor, aSet ); in storeToStorage()
|
/aoo41x/main/svtools/source/filter/ |
H A D | filter.cxx | 2202 … com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor( 1 ); in DoExportDialog() local 2203 aMediaDescriptor[ 0 ].Name = String( RTL_CONSTASCII_USTRINGPARAM( "FilterName" ) ); in DoExportDialog() 2205 aMediaDescriptor[ 0 ].Value <<= aStr; in DoExportDialog() 2206 xPropertyAccess->setPropertyValues( aMediaDescriptor ); in DoExportDialog()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 669 comphelper::MediaDescriptor aMediaDescriptor( xModel->getArgs() ); in lcl_ApplyDataFromRectangularRangeToDiagram() local 672 …aMediaDescriptor.find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HierarchicalDocumentName" )))); in lcl_ApplyDataFromRectangularRangeToDiagram() 673 if( aIt != aMediaDescriptor.end() ) in lcl_ApplyDataFromRectangularRangeToDiagram()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 1058 const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& aMediaDescriptor ) 1066 const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& aMediaDescriptor )
|
/aoo41x/main/reportdesign/inc/ |
H A D | ReportDefinition.hxx | 305 …sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescriptor ) throw (::co… 306 …sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescriptor ) throw (::co…
|
/aoo41x/main/framework/source/uielement/ |
H A D | toolbarmanager.cxx | 1747 comphelper::MediaDescriptor aMediaDescriptor( aSeq ); in IsPluginMode() local 1748 bPluginMode = aMediaDescriptor.getUnpackedValueOrDefault< sal_Bool >( in IsPluginMode()
|