Home
last modified time | relevance | path

Searched refs:queryTypeByDescriptor (Results 1 – 14 of 14) sorted by relevance

/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DTypeDetection.java299 String type = m_xDetection.queryTypeByDescriptor( in checkMediaDescriptorURL()
335 String type = m_xDetection.queryTypeByDescriptor( in checkMediaDescriptorXInputStream()
377 String type = m_xDetection.queryTypeByDescriptor( in checkPreselectedType()
432 String type = m_xDetection.queryTypeByDescriptor( in checkPreselectedFilter()
477 String type = m_xDetection.queryTypeByDescriptor( in checkPreselectedDocService()
530 String type = m_xDetection.queryTypeByDescriptor(inOut, true); in checkStreamLoader()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XTypeDetection.java96 String type = oObj.queryTypeByDescriptor(mediaDescr, false); in _queryTypeByDescriptor()
101 type = oObj.queryTypeByDescriptor(mediaDescr, true); in _queryTypeByDescriptor()
111 type = oObj.queryTypeByDescriptor(mediaDescr, true); in _queryTypeByDescriptor()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/fwl/
H A Dcom.sun.star.comp.framework.TypeDetection.csv15 "TypeDetection";"com::sun::star::document::XTypeDetection";"queryTypeByDescriptor()"
/trunk/main/filter/source/config/cache/
H A Dtypedetection.hxx402 …virtual ::rtl::OUString SAL_CALL queryTypeByDescriptor(css::uno::Sequence< css::beans::PropertyVal…
H A Dtypedetection.cxx125 ::rtl::OUString SAL_CALL TypeDetection::queryTypeByDescriptor(css::uno::Sequence< css::beans::Prope… in queryTypeByDescriptor() function in filter::config::TypeDetection
/trunk/main/offapi/com/sun/star/document/
H A DXTypeDetection.idl111 string queryTypeByDescriptor(
/trunk/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java391 …ype = UnoRuntime.queryInterface(XTypeDetection.class, typeDetect).queryTypeByDescriptor(mediaDescr… in getFileMediaDecriptor()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx279 rtl::OUString sType = xTypeDetect->queryTypeByDescriptor( aMediaDesc, sal_True ); in getFileFilterType()
/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx433 ::rtl::OUString sType = xTypeDetection->queryTypeByDescriptor( aDescrList, sal_True ); in impl_getFilter()
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx137 ::rtl::OUString sType = xDetect->queryTypeByDescriptor( aQueryArgs, sal_True ); in impl_detectFilterForURL()
/trunk/main/embeddedobj/source/msole/
H A Downview.cxx237 aTypeName = xTypeDetection->queryTypeByDescriptor( aArgs, sal_True ); in GetFilterNameFromExtentionAndInStream()
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx630 ::rtl::OUString aTypeName = xTypeDetection->queryTypeByDescriptor( aTempMD, sal_True ); in UpdateMediaDescriptorWithFilterName()
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx456 …sTypeName = xDetection->queryTypeByDescriptor(lDescriptor, sal_True); // lDescriptor is used as In… in GuessFilterControlDefaultUI()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx847 …sType = xDetect->queryTypeByDescriptor(lDescriptor, sal_True); /*TODO should deep detection be abl… in impl_detectTypeAndFilter()

Completed in 77 milliseconds