Home
last modified time | relevance | path

Searched refs:createMimeContentType (Results 1 – 13 of 13) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/datatransfer/
H A D_XMimeContentTypeFactory.java58 type = oObj.createMimeContentType("image/jpeg") ; in _createMimeContentType()
79 type = oObj.createMimeContentType("nosuchtype") ; in _createMimeContentType()
/trunk/main/basctl/source/dlged/
H A Ddlgedclip.cxx70 …ence< datatransfer::XMimeContentType > xLType = xMCntTypeFactory->createMimeContentType( lFlavor.M… in compareDataFlavors()
71 …ence< datatransfer::XMimeContentType > xRType = xMCntTypeFactory->createMimeContentType( rFlavor.M… in compareDataFlavors()
/trunk/main/vcl/aqua/source/dtrans/
H A DOSXTransferable.cxx161 Reference<XMimeContentType> xLhs(mrXMimeCntFactory->createMimeContentType(lhs.MimeType)); in compareDataFlavors()
162 Reference<XMimeContentType> xRhs(mrXMimeCntFactory->createMimeContentType(rhs.MimeType)); in compareDataFlavors()
H A DDataFlavorMapping.cxx698 Reference<XMimeContentType> xCntType(mrXMimeCntFactory->createMimeContentType(contentType)); in isValidMimeContentType()
/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx541 Reference< XMimeContentType > xLhs( m_rXMimeCntFactory->createMimeContentType( lhs.MimeType ) ); in compareDataFlavors()
542 Reference< XMimeContentType > xRhs( m_rXMimeCntFactory->createMimeContentType( rhs.MimeType ) ); in compareDataFlavors()
H A DFetcList.cxx367 Reference< XMimeContentType > xMimeType( xMimeFac->createMimeContentType( aFlavor.MimeType ) ); in getCharsetFromDataFlavor()
/trunk/main/dtrans/source/win32/ftransl/
H A Dftransl.cxx153 refXMimeCntType( refXMimeCntFactory->createMimeContentType( aDataFlavor.MimeType ) ); in getSystemDataTypeFromDataFlavor()
619 refXMime( aRefXMimeFactory->createMimeContentType( citer->aDataFlavor.MimeType ) ); in findStdFormatIdOrNativeFormatNameForFullMediaType()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/mcnttype/
H A Dcom.sun.star.comp.datatransfer.MimeContentTypeFactory.csv6 …ntentTypeFactory";"com::sun::star::datatransfer::XMimeContentTypeFactory";"createMimeContentType()"
/trunk/main/dtrans/source/cnttype/
H A Dmcnttfactory.cxx78 Reference< XMimeContentType > CMimeContentTypeFactory::createMimeContentType( const OUString& aCont… in createMimeContentType() function in CMimeContentTypeFactory
H A Dmcnttfactory.hxx58 …ence< ::com::sun::star::datatransfer::XMimeContentType > SAL_CALL createMimeContentType( const ::r…
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx233 … Reference< XMimeContentType > xMimeType( xMimeFact->createMimeContentType( rFlavorEx.MimeType ) ); in ImplSetParameterString()
1487 xMimeType = xMimeFact->createMimeContentType( rFlavor.MimeType ); in FillDataFlavorExVector()
2516 …Reference< XMimeContentType > xRequestType1( xMimeFact->createMimeContentType( rInternalFlavor.Mim… in IsEqual()
2517 …Reference< XMimeContentType > xRequestType2( xMimeFact->createMimeContentType( rRequestFlavor.Mime… in IsEqual()
/trunk/main/dtrans/source/cnttype/wbench/
H A Dtestcnttype.cxx177 …Reference< XMimeContentType > xMCntTyp = cnttypeFactory->createMimeContentType( OUString::createFr… in processCntTypesAndWriteResultIntoFile()
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXMimeContentTypeFactory.idl71 com::sun::star::datatransfer::XMimeContentType createMimeContentType( [in] string aContentType )

Completed in 74 milliseconds