Lines Matching refs:rSMgr
439 const uno::Reference< lang::XMultiServiceFactory > & rSMgr) in SmXMLExport_createInstance()
447 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_ALL ); in SmXMLExport_createInstance()
466 const uno::Reference< lang::XMultiServiceFactory > & rSMgr) in SmXMLExportMetaOOO_createInstance()
471 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_META ); in SmXMLExportMetaOOO_createInstance()
490 const uno::Reference< lang::XMultiServiceFactory > & rSMgr) in SmXMLExportMeta_createInstance()
495 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_META ); in SmXMLExportMeta_createInstance()
514 const uno::Reference< lang::XMultiServiceFactory > & rSMgr) in SmXMLExportSettingsOOO_createInstance()
519 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_SETTINGS ); in SmXMLExportSettingsOOO_createInstance()
538 const uno::Reference< lang::XMultiServiceFactory > & rSMgr) in SmXMLExportSettings_createInstance()
543 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_SETTINGS ); in SmXMLExportSettings_createInstance()
562 const uno::Reference< lang::XMultiServiceFactory > & rSMgr) in SmXMLExportContent_createInstance()
569 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_CONTENT ); in SmXMLExportContent_createInstance()