Lines Matching refs:XMultiServiceFactory
48 …SmDocument_createInstance(const Reference< XMultiServiceFactory > & rSMgr, const sal_uInt64 _nCrea…
56 … SmXMLImport_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
62 …SmXMLImportMeta_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
67 …SmXMLImportSettings_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Excepti…
75 … SmXMLExport_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
81 …SmXMLExportMetaOOO_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exceptio…
87 …SmXMLExportMeta_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
93 …SmXMLExportSettingsOOO_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exce…
99 …SmXMLExportSettings_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Excepti…
105 …SmXMLExportContent_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exceptio…
131 …Reference< XMultiServiceFactory > xServiceManager( reinterpret_cast< XMultiServiceFactory* >( p… in component_getFactory()