Searched refs:xDetect (Results 1 – 3 of 3) sorted by relevance
746 …css::uno::Reference< css::document::XTypeDetection > xDetect(xSMGR->createInstance(SERVICENAME_TYP… in classifyContent() local748 ::rtl::OUString sType = xDetect->queryTypeByURL(sURL); in classifyContent()845 …css::uno::Reference< css::document::XTypeDetection > xDetect(xSMGR->createInstance(SERVICENAME_TYP… in impl_detectTypeAndFilter() local846 if (xDetect.is()) in impl_detectTypeAndFilter()847 …sType = xDetect->queryTypeByDescriptor(lDescriptor, sal_True); /*TODO should deep detection be abl… in impl_detectTypeAndFilter()877 … css::uno::Reference< css::container::XNameAccess > xTypeCont(xDetect, css::uno::UNO_QUERY_THROW); in impl_detectTypeAndFilter()
124 Reference< XTypeDetection > xDetect( in impl_detectFilterForURL() local137 ::rtl::OUString sType = xDetect->queryTypeByDescriptor( aQueryArgs, sal_True ); in impl_detectFilterForURL()
1508 css::uno::Reference< css::document::XTypeDetection > xDetect(xTypeCfg, css::uno::UNO_QUERY); in ClassifyFactoryByURL() local1509 sTypeName = xDetect->queryTypeByURL(sURL); in ClassifyFactoryByURL()
Completed in 49 milliseconds