/aoo42x/main/comphelper/source/misc/ |
H A D | storagehelper.cxx | 260 ::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 D | mimeconfighelper.cxx | 254 …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()
|
/aoo42x/main/avmedia/source/win/ |
H A D | framegrabber.cxx | 151 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 …]
|
/aoo42x/main/comphelper/source/container/ |
H A D | embeddedobjectcontainer.cxx | 477 ::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 …]
|
/aoo42x/main/svtools/source/misc/ |
H A D | embedhlp.cxx | 244 ::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 …]
|
/aoo42x/main/embeddedobj/source/general/ |
H A D | xcreator.cxx | 145 ::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()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 194 ::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 D | objstor.cxx | 435 ::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 …]
|
/aoo42x/main/package/source/package/zipapi/ |
H A D | ZipFile.cxx | 202 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 D | XUnbufferedStream.cxx | 64 const ::rtl::OUString& aMediaType, in XUnbufferedStream() 114 aMediaType.getLength() * sizeof( sal_Unicode ) ); in XUnbufferedStream() 116 ZipFile::StaticFillHeader( rData, rEntry.nSize, aMediaType, pHeader ); in XUnbufferedStream()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | mimeconfighelper.hxx | 73 ::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 );
|
/aoo42x/main/package/inc/ |
H A D | ZipFile.hxx | 92 ::rtl::OUString aMediaType = ::rtl::OUString() ); 142 const ::rtl::OUString& aMediaType, 151 ::rtl::OUString& aMediaType, 188 const ::rtl::OUString& aMediaType,
|
/aoo42x/main/sot/source/sdstor/ |
H A D | storage.cxx | 804 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 D | unostorageholder.cxx | 152 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()
|
/aoo42x/main/package/source/package/manifest/ |
H A D | ManifestExport.cxx | 104 ::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()
|
/aoo42x/main/svx/source/xml/ |
H A D | xmleohlp.cxx | 557 ::rtl::OUString aMediaType; in ImplGetReplacementImage() 558 xStream = mpDocPersist->getEmbeddedObjectContainer().GetGraphicStream( xObj, &aMediaType ); in ImplGetReplacementImage() 568 ::rtl::OUString aMediaType; in ImplGetReplacementImage() 572 &aMediaType ); in ImplGetReplacementImage()
|
/aoo42x/main/embeddedobj/source/commonembedding/ |
H A D | xfactory.cxx | 109 ::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()
|
/aoo42x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 907 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()
|
/aoo42x/main/package/source/package/zippackage/ |
H A D | ZipPackageStream.cxx | 417 ::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()
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | oleembed.cxx | 336 ::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()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdoole2.hxx | 182 void SetGraphicToObj( const Graphic& aGraphic, const ::rtl::OUString& aMediaType ); 184 const ::rtl::OUString& aMediaType );
|
/aoo42x/main/basic/source/uno/ |
H A D | namecont.cxx | 3374 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()
|
/aoo42x/main/xmlhelp/source/treeview/ |
H A D | tvread.cxx | 1023 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()
|
/aoo42x/main/chart2/source/model/filter/ |
H A D | XMLFilter.cxx | 158 OUString aMediaType; in lcl_getWriteStorage() local 160 ! ( xProp->getPropertyValue( C2U("MediaType")) >>= aMediaType ) || in lcl_getWriteStorage() 161 aMediaType.isEmpty() ) in lcl_getWriteStorage()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun7.cxx | 291 …const Size* pDescSize, const Graphic* pReplGraph, const ::rtl::OUString& aMediaType, sal_Int64 nAs… in PasteObject() 306 aObjRef.SetGraphic( *pReplGraph, aMediaType ); in PasteObject()
|