Home
last modified time | relevance | path

Searched refs:MediaDescriptor (Results 51 – 75 of 87) sorted by relevance

1234

/aoo41x/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx2045 ::comphelper::MediaDescriptor md(Medium); in loadFromMedium()
2048 md[ ::comphelper::MediaDescriptor::PROP_URL() ] <<= URL; in loadFromMedium()
2051 md[ ::comphelper::MediaDescriptor::PROP_INPUTSTREAM() ] >>= xIn; in loadFromMedium()
2089 ::comphelper::MediaDescriptor md(Medium); in storeToMedium()
2091 md[ ::comphelper::MediaDescriptor::PROP_URL() ] <<= URL; in storeToMedium()
2104 ::comphelper::MediaDescriptor::const_iterator iter in storeToMedium()
2105 = md.find(::comphelper::MediaDescriptor::PROP_MEDIATYPE()); in storeToMedium()
2110 ::comphelper::MediaDescriptor::PROP_MEDIATYPE(), in storeToMedium()
H A Ddocfile.cxx2397 comphelper::MediaDescriptor aMedium( xProps ); in GetLockingStream_Impl()
2402 aMedium[comphelper::MediaDescriptor::PROP_STREAM()] >>= pImp->m_xLockingStream; in GetLockingStream_Impl()
2403 aMedium[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= xInputStream; in GetLockingStream_Impl()
2485 comphelper::MediaDescriptor aMedium( xProps ); in GetMedium_Impl()
2496 … aMedium[comphelper::MediaDescriptor::PROP_URL()] <<= ::rtl::OUString( aFileName ); in GetMedium_Impl()
2497 aMedium.erase( comphelper::MediaDescriptor::PROP_READONLY() ); in GetMedium_Impl()
2513 …aMedium[comphelper::MediaDescriptor::PROP_AUTHENTICATIONHANDLER()] <<= GetAuthenticationInteractio… in GetMedium_Impl()
2522 aMedium[comphelper::MediaDescriptor::PROP_STREAM()] >>= pImp->xStream; in GetMedium_Impl()
2523 aMedium[comphelper::MediaDescriptor::PROP_INPUTSTREAM()] >>= pImp->xInputStream; in GetMedium_Impl()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx265 ::comphelper::MediaDescriptor aMediaDesc; in createDocument()
266 …aMediaDesc[ ::comphelper::MediaDescriptor::PROP_MACROEXECUTIONMODE() ] <<= document::MacroExecMode… in createDocument()
/aoo41x/main/framework/source/layoutmanager/
H A Dhelpers.cxx321 ::comphelper::MediaDescriptor aDesc( xModel->getArgs() ); in implts_isPreviewModel()
322 …return aDesc.getUnpackedValueOrDefault(::comphelper::MediaDescriptor::PROP_PREVIEW(), (sal_Bool)sa… in implts_isPreviewModel()
/aoo41x/main/oox/source/core/
H A Dxmlfilterbase.cxx58 using ::comphelper::MediaDescriptor;
494 Reference< XInputStream > XmlFilterBase::implGetInputStream( MediaDescriptor& rMediaDesc ) const in implGetInputStream()
/aoo41x/main/sfx2/source/appl/
H A Dfileobj.cxx429 ::comphelper::MediaDescriptor aDescr; in impl_getFilter()
430 aDescr[ ::comphelper::MediaDescriptor::PROP_URL() ] <<= ::rtl::OUString( _rURL ); in impl_getFilter()
/aoo41x/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx413 ::comphelper::MediaDescriptor lDocArgs(xModel->getArgs()); in implts_makeParentVisibleIfAllowed()
415 ::comphelper::MediaDescriptor::PROP_HIDDEN(), in implts_makeParentVisibleIfAllowed()
/aoo41x/main/offapi/com/sun/star/document/
H A Dmakefile.mk61 MediaDescriptor.idl\
H A DPDFDialog.idl45 MediaDescriptor. The PropertyValues which are supported within the
/aoo41x/main/oox/inc/oox/dump/
H A Ddumperbase.hxx896 ::comphelper::MediaDescriptor& rMediaDesc );
938 ::comphelper::MediaDescriptor& mrMediaDesc;
983 ::comphelper::MediaDescriptor& rMediaDesc );
1028 ::comphelper::MediaDescriptor& rMediaDesc );
/aoo41x/main/offapi/com/sun/star/frame/
H A DXNotifyingDispatch.idl54 (see <type scope="com::sun::star::document">MediaDescriptor</type>)
H A DXLoadable.idl68 (see <type scope="com::sun::star::document">MediaDescriptor</type> for further details)
H A DXStorable2.idl66 <type scope="com::sun::star::document">MediaDescriptor</type>
H A DXSynchronousFrameLoader.idl58 It use a <type scope="com::sun::star::document">MediaDescriptor</type> for that.
H A DXRecordableDispatch.idl94 (see <type scope="com::sun::star::document">MediaDescriptor</type> for details)
H A DXFrameLoader.idl73 … (see <type scope="com::sun::star::document">MediaDescriptor</type> for further informations)
/aoo41x/main/offapi/com/sun/star/embed/
H A DEntryInitModes.idl61 <type scope="com::sun::star::document">MediaDescriptor</type>.
H A DXLinkFactory.idl81 <type scope="com::sun::star::document">MediaDescriptor</type>
H A DXCommonEmbedPersist.idl100 <type scope="com::sun::star::document">MediaDescriptor</type>
H A DXEmbedObjectFactory.idl96 <type scope="com::sun::star::document">MediaDescriptor</type>
/aoo41x/main/oox/inc/oox/core/
H A Dxmlfilterbase.hxx204 implGetInputStream( ::comphelper::MediaDescriptor& rMediaDesc ) const;
/aoo41x/main/offapi/com/sun/star/xml/
H A DXExportFilter.idl56 <type scope="com::sun::star::document">MediaDescriptor</type>
H A DXImportFilter.idl56 <type scope="com::sun::star::document">MediaDescriptor</type>
/aoo41x/main/reportdesign/source/core/api/
H A DReportDefinition.cxx217 void lcl_stripLoadArguments( ::comphelper::MediaDescriptor& _rDescriptor, uno::Sequence< beans::Pro… in lcl_stripLoadArguments()
225 void lcl_extractAndStartStatusIndicator( const ::comphelper::MediaDescriptor& _rDescriptor, uno::Re… in lcl_extractAndStartStatusIndicator()
1306 ::comphelper::MediaDescriptor aDescriptor( _aArguments ); in attachResource()
1323 void OReportDefinition::fillArgs(::comphelper::MediaDescriptor& _aDescriptor) in fillArgs()
1434 ::comphelper::MediaDescriptor aDescriptor( _aMediaDescriptor ); in impl_loadFromStorage_nolck_throw()
1463 ::comphelper::MediaDescriptor aTemp; in impl_loadFromStorage_nolck_throw()
1494 ::comphelper::MediaDescriptor aDescriptor( _aMediaDescriptor ); in storeToStorage()
/aoo41x/main/odk/pack/copying/
H A Didl_chapter_refs.txt176 com.sun.star.document.MediaDescriptor
821 com.sun.star.document.MediaDescriptor
928 com.sun.star.document.MediaDescriptor
999 com.sun.star.document.MediaDescriptor
1529 com.sun.star.document.MediaDescriptor
2410 com.sun.star.document.MediaDescriptor
2419 com.sun.star.document.MediaDescriptor
4813 com.sun.star.document.MediaDescriptor
5201 com.sun.star.document.MediaDescriptor
5207 com.sun.star.document.MediaDescriptor
[all …]

Completed in 1805 milliseconds

1234