Home
last modified time | relevance | path

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

/trunk/main/framework/test/
H A Dtest.cxx261 …Reference< XTypeDetection > xTypeDetection( getProcessServiceFactory()->createInstance( SERVICENAM… in impl_testTypeDetection() local
262 …LOG_ASSERT( !(xTypeDetection.is()==sal_False), "TestApplication::impl_testTypeDetection()\nCouldn'… in impl_testTypeDetection()
264 if( xTypeDetection.is() == sal_True ) in impl_testTypeDetection()
267 Reference< XInterface > xInterface ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
268 Reference< XTypeProvider > xTypeProvider ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
269 Reference< XServiceInfo > xServiceInfo ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
270 Reference< XNameAccess > xNameAccess ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
271 Reference< XElementAccess > xElementAccess ( xTypeDetection, UNO_QUERY ); in impl_testTypeDetection()
281 …LOG_ASSERT( !(xTypeDetection!=xTypeDetection2), "TestApplication::impl_testTypeDetection()\nServic… in impl_testTypeDetection()
305 OUString sTypeName = xTypeDetection->queryTypeByURL( seqURLs[nURL] ); in impl_testTypeDetection()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx304 Reference< XActiveDataSink > xTypeDetection; in openPackage() local
305 xIfc->getByHierarchicalName( szTypeDetection ) >>= xTypeDetection; in openPackage()
307 if( xTypeDetection.is() ) in openPackage()
309 Reference< XInputStream > xIS( xTypeDetection->getInputStream() ); in openPackage()
H A Dxmlfiltertestdialog.cxx333 …Reference< XNameAccess > xTypeDetection( mxMSF->createInstance( OUString::createFromAscii("com.sun… in onExportBrowse() local
334 if( xFilterContainer.is() && xTypeDetection.is() ) in onExportBrowse()
384 aAny = xTypeDetection->getByName( aType ); in onExportBrowse()
/trunk/main/sfx2/source/doc/
H A Ddocfac.cxx245 uno::Reference< container::XNameAccess > xTypeDetection( in SetSystemTemplate() local
254 ::comphelper::SequenceAsHashMap aProps1( xTypeDetection->getByName( aActualFilterTypeName ) ); in SetSystemTemplate()
281 uno::Reference< document::XTypeDetection > xTypeDetector( xTypeDetection, uno::UNO_QUERY ); in SetSystemTemplate()
282 …::comphelper::SequenceAsHashMap aProps2( xTypeDetection->getByName( xTypeDetector->queryTypeByURL(… in SetSystemTemplate()
H A Ddoctemplates.cxx701 uno::Reference< container::XNameAccess > xTypeDetection( mxType, uno::UNO_QUERY_THROW ); in getTitleFromURL() local
702 SequenceAsHashMap aTypeProps( xTypeDetection->getByName( aDocType ) ); in getTitleFromURL()
1874 uno::Reference< container::XNameAccess > xTypeDetection = in storeTemplate() local
1881 SequenceAsHashMap aTypeProps( xTypeDetection->getByName( aTypeName ) ); in storeTemplate()
H A Dguisaveas.cxx1200 …uno::Reference< container::XNameAccess > xTypeDetection = uno::Reference< container::XNameAccess >( in GetReccomendedName() local
1203 if ( xTypeDetection.is() ) in GetReccomendedName()
1208 … if ( ( xTypeDetection->getByName( aTypeName ) >>= aTypeNameProps ) && aTypeNameProps.getLength() ) in GetReccomendedName()
/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx423 css::uno::Reference< ::com::sun::star::document::XTypeDetection > xTypeDetection( in impl_getFilter() local
427 if ( xTypeDetection.is() ) in impl_getFilter()
433 ::rtl::OUString sType = xTypeDetection->queryTypeByDescriptor( aDescrList, sal_True ); in impl_getFilter()
436 css::uno::Reference< css::container::XNameAccess > xTypeCont( xTypeDetection, in impl_getFilter()
H A Dappopen.cxx916 Reference< ::com::sun::star::document::XTypeDetection > xTypeDetection( in OpenDocExec_Impl() local
920 if ( xTypeDetection.is() ) in OpenDocExec_Impl()
945 aTypeName = xTypeDetection->queryTypeByURL( aURL.Main ); in OpenDocExec_Impl()
/trunk/main/embeddedobj/source/msole/
H A Downview.cxx213 uno::Reference< document::XTypeDetection > xTypeDetection( in GetFilterNameFromExtentionAndInStream() local
223 aTypeName = xTypeDetection->queryTypeByURL( aURLToAnalyze ); in GetFilterNameFromExtentionAndInStream()
237 aTypeName = xTypeDetection->queryTypeByDescriptor( aArgs, sal_True ); in GetFilterNameFromExtentionAndInStream()
247 uno::Reference< container::XNameAccess > xNameAccess( xTypeDetection, uno::UNO_QUERY_THROW ); in GetFilterNameFromExtentionAndInStream()
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx619 uno::Reference< document::XTypeDetection > xTypeDetection( in UpdateMediaDescriptorWithFilterName() local
623 if ( !xTypeDetection.is() ) in UpdateMediaDescriptorWithFilterName()
630 ::rtl::OUString aTypeName = xTypeDetection->queryTypeByDescriptor( aTempMD, sal_True ); in UpdateMediaDescriptorWithFilterName()
647 uno::Reference< container::XNameAccess > xNameAccess( xTypeDetection, uno::UNO_QUERY ); in UpdateMediaDescriptorWithFilterName()
/trunk/main/svx/source/form/
H A Ddatabaselocationinput.cxx187 Reference< XNameAccess > xTypeDetection( in impl_initFilterProperties_nothrow() local
191 … ::comphelper::NamedValueCollection aTypeProperties( xTypeDetection->getByName( sDocumentType ) ); in impl_initFilterProperties_nothrow()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx521 css::uno::Reference< container::XNameAccess > xTypeDetection( in SaveDocumentAsFormat() local
527 if ( xTypeDetection.is() ) in SaveDocumentAsFormat()
531 … ::comphelper::SequenceAsHashMap aTypeNamePropsHM( xTypeDetection->getByName( aTypeName ) ); in SaveDocumentAsFormat()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx370 Reference< container::XNameAccess > xTypeDetection( in getMimetypeForDocument() local
375 xTypeDetection->getByName( aTypeName ) >>= aTypeData; in getMimetypeForDocument()

Completed in 110 milliseconds