Home
last modified time | relevance | path

Searched refs:aMediaDescriptor (Results 1 – 17 of 17) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DChartFrameloader.cxx93 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()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx812 comphelper::MediaDescriptor aMediaDescriptor( rOptions ); in InsertFile() local
819 aMediaDescriptor[comphelper::MediaDescriptor::PROP_URL()] >>= sFileName; in InsertFile()
821 aMediaDescriptor[comphelper::MediaDescriptor::PROP_FILENAME()] >>= sFileName; in InsertFile()
822 aMediaDescriptor[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= xInputStream; in InsertFile()
823 aMediaDescriptor[comphelper::MediaDescriptor::PROP_STREAM()] >>= xStream; in InsertFile()
824 aMediaDescriptor[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= xInputStream; in InsertFile()
825 aMediaDescriptor[comphelper::MediaDescriptor::PROP_FILTERNAME()] >>= sFilterName; in InsertFile()
826 aMediaDescriptor[comphelper::MediaDescriptor::PROP_FILTEROPTIONS()] >>= sFilterOptions; in InsertFile()
827 aMediaDescriptor[comphelper::MediaDescriptor::PROP_PASSWORD()] >>= sPassword; in InsertFile()
828 aMediaDescriptor[comphelper::MediaDescriptor::PROP_DOCUMENTBASEURL() ] >>= sBaseURL; in InsertFile()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx669 ::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 DModelImpl.cxx820 ::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 Ddatabasedocument.hxx403 …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…
/trunk/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java218 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
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx584 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()
594aMediaDescriptor[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()
/trunk/main/offapi/com/sun/star/embed/
H A DXEmbedObjectCreator.idl122 @param aMediaDescriptor
148 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor,
169 @param aMediaDescriptor
190 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor,
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx496 ::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()
/trunk/main/offapi/com/sun/star/document/
H A DXStorageBasedDocument.idl69 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor )
80 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor )
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1771 ::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()
3636 … const uno::Sequence< beans::PropertyValue >& aMediaDescriptor ) in loadFromStorage()
3653 TransformParameters( SID_OPENDOC, aMediaDescriptor, aSet ); in loadFromStorage()
3675 const uno::Sequence< beans::PropertyValue >& aMediaDescriptor ) in storeToStorage()
3688 TransformParameters( SID_SAVEASDOC, aMediaDescriptor, aSet ); in storeToStorage()
/trunk/main/chart2/source/model/inc/
H A DXMLFilter.hxx117 ::com::sun::star::beans::PropertyValue > & aMediaDescriptor );
137 ::com::sun::star::beans::PropertyValue > & aMediaDescriptor );
/trunk/main/svtools/source/filter/
H A Dfilter.cxx2202 … 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()
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx669 comphelper::MediaDescriptor aMediaDescriptor( xModel->getArgs() ); in lcl_ApplyDataFromRectangularRangeToDiagram() local
672aMediaDescriptor.find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HierarchicalDocumentName" )))); in lcl_ApplyDataFromRectangularRangeToDiagram()
673 if( aIt != aMediaDescriptor.end() ) in lcl_ApplyDataFromRectangularRangeToDiagram()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx1058 const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& aMediaDescriptor )
1066 const ::com::sun::star::uno::Sequence< PROPERTYVALUE >& aMediaDescriptor )
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx305 …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…
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1747 comphelper::MediaDescriptor aMediaDescriptor( aSeq ); in IsPluginMode() local
1748 bPluginMode = aMediaDescriptor.getUnpackedValueOrDefault< sal_Bool >( in IsPluginMode()

Completed in 147 milliseconds