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()1439 Reference< XMimeContentTypeFactory > xMimeFact; in FillDataFlavorExVector() local1444 …xMimeFact = Reference< XMimeContentTypeFactory >( xFact->createInstance( ::rtl::OUString::createFr… in FillDataFlavorExVector()1455 if( xMimeFact.is() && rFlavor.MimeType.getLength() ) in FillDataFlavorExVector()1456 xMimeType = xMimeFact->createMimeContentType( rFlavor.MimeType ); in FillDataFlavorExVector()2459 Reference< XMimeContentTypeFactory > xMimeFact; in IsEqual() local2465 …xMimeFact = Reference< XMimeContentTypeFactory >( xFact->createInstance( ::rtl::OUString::createFr… in IsEqual()[all …]
Completed in 40 milliseconds