Home
last modified time | relevance | path

Searched refs:aMediaType (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx260 ::rtl::OUString aMediaType; in GetXStorageFormat()
261 xStorProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in GetXStorageFormat()
267 aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_VND_SUN_XML_WRITER_ASCII ) || in GetXStorageFormat()
268 aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_VND_SUN_XML_WRITER_WEB_ASCII ) || in GetXStorageFormat()
269 aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_VND_SUN_XML_WRITER_GLOBAL_ASCII) || in GetXStorageFormat()
270 aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_VND_SUN_XML_DRAW_ASCII ) || in GetXStorageFormat()
271 aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_VND_SUN_XML_IMPRESS_ASCII ) || in GetXStorageFormat()
272 aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_VND_SUN_XML_CALC_ASCII ) || in GetXStorageFormat()
273 aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_VND_SUN_XML_CHART_ASCII ) || in GetXStorageFormat()
274 aMediaType.equalsIgnoreAsciiCaseAscii(MIMETYPE_VND_SUN_XML_MATH_ASCII ) in GetXStorageFormat()
[all …]
H A Dmimeconfighelper.cxx254 …String MimeConfigurationHelper::GetDocServiceNameFromMediaType( const ::rtl::OUString& aMediaType ) in GetDocServiceNameFromMediaType() argument
268 aSeq[0].Value <<= aMediaType; in GetDocServiceNameFromMediaType()
377 …ing MimeConfigurationHelper::GetExplicitlyRegisteredObjClassID( const ::rtl::OUString& aMediaType ) in GetExplicitlyRegisteredObjClassID() argument
385 xMediaTypeConfig->getByName( aMediaType ) >>= aStringClassID; in GetExplicitlyRegisteredObjClassID()
463 …amedValue > MimeConfigurationHelper::GetObjectPropsByMediaType( const ::rtl::OUString& aMediaType ) in GetObjectPropsByMediaType() argument
466 … GetObjectPropsByStringClassID( GetExplicitlyRegisteredObjClassID( aMediaType ) ); in GetObjectPropsByMediaType()
470 ::rtl::OUString aDocumentName = GetDocServiceNameFromMediaType( aMediaType ); in GetObjectPropsByMediaType()
590 …l::OUString MimeConfigurationHelper::GetFactoryNameByMediaType( const ::rtl::OUString& aMediaType ) in GetFactoryNameByMediaType() argument
592 …UString aResult = GetFactoryNameByStringClassID( GetExplicitlyRegisteredObjClassID( aMediaType ) ); in GetFactoryNameByMediaType()
596 ::rtl::OUString aDocumentName = GetDocServiceNameFromMediaType( aMediaType ); in GetFactoryNameByMediaType()
/trunk/main/avmedia/source/win/
H A Dframegrabber.cxx151 AM_MEDIA_TYPE aMediaType; in grabFrame() local
154 if( SUCCEEDED( pDet->get_StreamMediaType( &aMediaType ) ) ) in grabFrame()
156 if( ( aMediaType.formattype == FORMAT_VideoInfo ) && in grabFrame()
157 ( aMediaType.cbFormat >= sizeof( VIDEOINFOHEADER ) ) ) in grabFrame()
168 if( aMediaType.cbFormat != 0 ) in grabFrame()
170 ::CoTaskMemFree( (PVOID) aMediaType.pbFormat ); in grabFrame()
171 aMediaType.cbFormat = 0; in grabFrame()
172 aMediaType.pbFormat = NULL; in grabFrame()
175 if( aMediaType.pUnk != NULL ) in grabFrame()
177 aMediaType.pUnk->Release(); in grabFrame()
[all …]
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx477 ::rtl::OUString aMediaType; in AddEmbeddedObject()
481 InsertGraphicStream( xStream, rName, aMediaType ); in AddEmbeddedObject()
706 ::rtl::OUString aMediaType; in TryToCopyGraphReplacement()
1108 ::rtl::OUString aTempName, aMediaType; in RemoveEmbeddedObject()
1400 ::rtl::OUString aMediaType; in StoreAsChildren()
1407 xStream = GetGraphicStream( xObj, &aMediaType ); in StoreAsChildren()
1420 &aMediaType ); in StoreAsChildren()
1516 ::rtl::OUString aMediaType; in StoreChildren()
1523 &aMediaType ); in StoreChildren()
1527 InsertGraphicStream( xStream, *pIter, aMediaType ); in StoreChildren()
[all …]
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx244 ::rtl::OUString aMediaType;
292 mpImp->aMediaType = rObj.mpImp->aMediaType; in EmbeddedObjectRef()
460 mpImp->aMediaType = ::rtl::OUString(); in GetReplacement()
504 *pMediaType = mpImp->aMediaType; in GetGraphic()
638 mpImp->aMediaType = rMediaType; in SetGraphicStream()
671 mpImp->aMediaType = rMediaType; in SetGraphic()
691 xStream = mpImp->pContainer->GetGraphicStream( mxObj, &mpImp->aMediaType ); in GetGraphicStream()
723 xStream = GetGraphicReplacementStream(mpImp->nViewAspect,mxObj,&mpImp->aMediaType); in GetGraphicStream()
728 … mpImp->pContainer->InsertGraphicStream(xStream,mpImp->aPersistName,mpImp->aMediaType); in GetGraphicStream()
874 const ::rtl::OUString& aMediaType ) in SetGraphicToContainer()
[all …]
/trunk/main/embeddedobj/source/general/
H A Dxcreator.cxx145 ::rtl::OUString aMediaType; in createInstanceInitFromEntry()
159 aAny >>= aMediaType; in createInstanceInitFromEntry()
191 aAny >>= aMediaType; in createInstanceInitFromEntry()
192 …if ( aMediaType.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "application/vnd.sun.star.ol… in createInstanceInitFromEntry()
209 OSL_ENSURE( aMediaType.getLength(), "No media type is specified for the object!" ); in createInstanceInitFromEntry()
210 if ( aMediaType.getLength() && !aEmbedFactory.getLength() ) in createInstanceInitFromEntry()
211 aEmbedFactory = m_aConfigHelper.GetFactoryNameByMediaType( aMediaType ); in createInstanceInitFromEntry()
/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx194 ::rtl::OUString aMediaType; in GetTypeFromStorage()
195 xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in GetTypeFromStorage()
196 if ( aMediaType.getLength() ) in GetTypeFromStorage()
199 aDataFlavor.MimeType = aMediaType; in GetTypeFromStorage()
H A Dobjstor.cxx435 ::rtl::OUString aMediaType; in GeneralInit_Impl()
436 if ( !(a>>=aMediaType) || !aMediaType.getLength() ) in GeneralInit_Impl()
2010 ::rtl::OUString aMediaType; in DoSaveObjectAs()
2011 if ( !(a>>=aMediaType) || !aMediaType.getLength() ) in DoSaveObjectAs()
3468 ::rtl::OUString aMediaType; in StoragesOfUnknownMediaTypeAreCopied_Impl()
3496 … bGotMediaType = ( xProps->getPropertyValue( aMediaTypePropName ) >>= aMediaType ); in StoragesOfUnknownMediaTypeAreCopied_Impl()
3501 if ( aMediaType.getLength() in StoragesOfUnknownMediaTypeAreCopied_Impl()
3505 aDataFlavor.MimeType = aMediaType; in StoragesOfUnknownMediaTypeAreCopied_Impl()
3607 ::rtl::OUString aMediaType; in CopyStoragesOfUnknownMediaType()
3643 if ( aMediaType.getLength() in CopyStoragesOfUnknownMediaType()
[all …]
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx202 const ::rtl::OUString& aMediaType, in StaticFillHeader()
209 …sal_Int16 nMediaTypeLength = static_cast < sal_Int16 > ( aMediaType.getLength() * sizeof( sal_Unic… in StaticFillHeader()
291 rtl_copyMemory ( pHeader, aMediaType.getStr(), nMediaTypeLength ); in StaticFillHeader()
301 ::rtl::OUString& aMediaType, in StaticFillData() argument
371 aMediaType = ::rtl::OUString( (sal_Unicode*)aBuffer.getConstArray(), in StaticFillData()
524 ::rtl::OUString aMediaType ) in createUnbufferedStream() argument
528 …tory, aMutexHolder, rEntry, xStream, rData, nStreamMode, bIsEncrypted, aMediaType, bRecoveryMode ); in createUnbufferedStream()
623 const ::rtl::OUString& aMediaType, in getWrappedRawStream()
638 …teUnbufferedStream ( aMutexHolder, rEntry, rData, UNBUFF_STREAM_WRAPPEDRAW, sal_True, aMediaType ); in getWrappedRawStream()
H A DXUnbufferedStream.cxx64 const ::rtl::OUString& aMediaType, in XUnbufferedStream()
114 aMediaType.getLength() * sizeof( sal_Unicode ) ); in XUnbufferedStream()
116 ZipFile::StaticFillHeader( rData, rEntry.nSize, aMediaType, pHeader ); in XUnbufferedStream()
/trunk/main/comphelper/inc/comphelper/
H A Dmimeconfighelper.hxx73 ::rtl::OUString GetDocServiceNameFromMediaType( const ::rtl::OUString& aMediaType );
82 ::rtl::OUString GetExplicitlyRegisteredObjClassID( const ::rtl::OUString& aMediaType );
93 const ::rtl::OUString& aMediaType );
105 ::rtl::OUString GetFactoryNameByMediaType( const ::rtl::OUString& aMediaType );
/trunk/main/package/inc/
H A DZipFile.hxx92 ::rtl::OUString aMediaType = ::rtl::OUString() );
142 const ::rtl::OUString& aMediaType,
151 ::rtl::OUString& aMediaType,
188 const ::rtl::OUString& aMediaType,
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx804 uno::Any aMediaType; in GetUNOAPIDuplicate() local
807 ::rtl::OUString::createFromAscii( "MediaType" ), aMediaType ) ) in GetUNOAPIDuplicate()
808 pTempStorage->SetProperty( ::rtl::OUString::createFromAscii( "MediaType" ), aMediaType ); in GetUNOAPIDuplicate()
1514 ::rtl::OUString aMediaType; in GetFormatID()
1515 xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in GetFormatID()
1516 if ( aMediaType.getLength() ) in GetFormatID()
1519 aDataFlavor.MimeType = aMediaType; in GetFormatID()
H A Dunostorageholder.cxx152 uno::Any aMediaType; in commited() local
153 if ( rTempStorage->GetProperty( ::rtl::OUString::createFromAscii( "MediaType" ), aMediaType ) ) in commited()
154 m_rSotStorage->SetProperty( ::rtl::OUString::createFromAscii( "MediaType" ), aMediaType ); in commited()
/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx104 ::rtl::OUString aMediaType; in ManifestExport()
113 pValue->Value >>= aMediaType; in ManifestExport()
124 if ( aPath.getLength() && aMediaType.getLength() && aVersion.getLength() ) in ManifestExport()
130 aDocMediaType = aMediaType; in ManifestExport()
/trunk/main/svx/source/xml/
H A Dxmleohlp.cxx557 ::rtl::OUString aMediaType; in ImplGetReplacementImage()
558 xStream = mpDocPersist->getEmbeddedObjectContainer().GetGraphicStream( xObj, &aMediaType ); in ImplGetReplacementImage()
568 ::rtl::OUString aMediaType; in ImplGetReplacementImage()
572 &aMediaType ); in ImplGetReplacementImage()
/trunk/main/embeddedobj/source/commonembedding/
H A Dxfactory.cxx109 ::rtl::OUString aMediaType; in createInstanceInitFromEntry()
112 aAny >>= aMediaType; in createInstanceInitFromEntry()
129 ::rtl::OUString aDocServiceName = m_aConfigHelper.GetDocumentServiceFromMediaType( aMediaType ); in createInstanceInitFromEntry()
140 …o::Sequence< beans::NamedValue > aObject = m_aConfigHelper.GetObjectPropsByMediaType( aMediaType ); in createInstanceInitFromEntry()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx907 xRow->appendString ( rProp, rData.aMediaType ); in getPropertyValues()
1028 rData.aMediaType ); in getPropertyValues()
1227 if ( aNewValue != m_aProps.aMediaType ) in setPropertyValues()
1230 aEvent.OldValue = uno::makeAny( m_aProps.aMediaType ); in setPropertyValues()
1233 m_aProps.aMediaType = aNewValue; in setPropertyValues()
2436 uno::Any aMediaType in loadData() local
2439 if ( !( aMediaType >>= rProps.aMediaType ) ) in loadData()
2773 uno::makeAny( m_aProps.aMediaType ) ); in storeData()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx336 ::rtl::OUString aMediaType; in TryToConvertToOOo()
337 … xStorProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in TryToConvertToOOo()
343 if ( aMediaType.getLength() ) in TryToConvertToOOo()
344 aEmbedFactory = aConfigHelper.GetFactoryNameByMediaType( aMediaType ); in TryToConvertToOOo()
/trunk/main/package/source/package/zippackage/
H A DZipPackageStream.cxx417 ::rtl::OUString aMediaType; in ParsePackageRawStream()
422 …hm, nChecksumAlgorithm, nDerivedKeySize, nStartKeyGenID, nMagHackSize, aMediaType, GetOwnSeekStrea… in ParsePackageRawStream()
429 + aMediaType.getLength() * sizeof( sal_Unicode ); in ParsePackageRawStream()
435 sMediaType = aMediaType; in ParsePackageRawStream()
/trunk/main/svx/inc/svx/
H A Dsvdoole2.hxx182 void SetGraphicToObj( const Graphic& aGraphic, const ::rtl::OUString& aMediaType );
184 const ::rtl::OUString& aMediaType );
/trunk/main/basic/source/uno/
H A Dnamecont.cxx3374 rtl::OUString aMediaType = xPackageTypeInfo->getMediaType(); in implDetectScriptPackage() local
3375 if( aMediaType.equals( aBasicLibMediaType ) ) in implDetectScriptPackage()
3379 else if( aMediaType.equals( aDialogLibMediaType ) ) in implDetectScriptPackage()
3420 rtl::OUString aMediaType = xPackageTypeInfo->getMediaType(); in implGetScriptPackageFromPackage() local
3421 if( aMediaType.equals( aBasicLibMediaType ) ) in implGetScriptPackageFromPackage()
3426 else if( aMediaType.equals( aDialogLibMediaType ) ) in implGetScriptPackageFromPackage()
3437 rtl::OUString aMediaType = xPackageTypeInfo->getMediaType(); in implGetScriptPackageFromPackage() local
3438 if( aMediaType.equals( aBasicLibMediaType ) ) in implGetScriptPackageFromPackage()
3442 else if( aMediaType.equals( aDialogLibMediaType ) ) in implGetScriptPackageFromPackage()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx1023 rtl::OUString aMediaType = xPackageTypeInfo->getMediaType(); in implGetHelpPackageFromPackage() local
1024 if( aMediaType.equals( aHelpMediaType ) ) in implGetHelpPackageFromPackage()
1035 rtl::OUString aMediaType = xPackageTypeInfo->getMediaType(); in implGetHelpPackageFromPackage() local
1036 if( aMediaType.equals( aHelpMediaType ) ) in implGetHelpPackageFromPackage()
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx158 OUString aMediaType; in lcl_getWriteStorage() local
160 ! ( xProp->getPropertyValue( C2U("MediaType")) >>= aMediaType ) || in lcl_getWriteStorage()
161 aMediaType.isEmpty() ) in lcl_getWriteStorage()
/trunk/main/sc/source/ui/view/
H A Dviewfun7.cxx291 …const Size* pDescSize, const Graphic* pReplGraph, const ::rtl::OUString& aMediaType, sal_Int64 nAs… in PasteObject()
306 aObjRef.SetGraphic( *pReplGraph, aMediaType ); in PasteObject()

Completed in 152 milliseconds

12