Searched refs:xMimeFact (Results 1 – 1 of 1) sorted by relevance
220 Reference< XMimeContentTypeFactory > xMimeFact; in ImplSetParameterString() local226 …xMimeFact = Reference< XMimeContentTypeFactory >( xFact->createInstance( ::rtl::OUString::createFr… in ImplSetParameterString()231 if( xMimeFact.is() ) in ImplSetParameterString()233 … Reference< XMimeContentType > xMimeType( xMimeFact->createMimeContentType( rFlavorEx.MimeType ) ); in ImplSetParameterString()1470 Reference< XMimeContentTypeFactory > xMimeFact; in FillDataFlavorExVector() local1475 …xMimeFact = Reference< XMimeContentTypeFactory >( xFact->createInstance( ::rtl::OUString::createFr… in FillDataFlavorExVector()1486 if( xMimeFact.is() && rFlavor.MimeType.getLength() ) in FillDataFlavorExVector()1487 xMimeType = xMimeFact->createMimeContentType( rFlavor.MimeType ); in FillDataFlavorExVector()2504 Reference< XMimeContentTypeFactory > xMimeFact; in IsEqual() local2510 …xMimeFact = Reference< XMimeContentTypeFactory >( xFact->createInstance( ::rtl::OUString::createFr… in IsEqual()[all …]
Completed in 26 milliseconds