Lines Matching refs:SfxObjectFactory

70 DBG_NAME(SfxObjectFactory)
100 SfxFilterContainer* SfxObjectFactory::GetFilterContainer( sal_Bool /*bForceLoad*/ ) const in GetFilterContainer()
107 SfxObjectFactory::SfxObjectFactory in SfxObjectFactory() function in SfxObjectFactory
116 DBG_CTOR(SfxObjectFactory, 0); in SfxObjectFactory()
140 SfxObjectFactory::~SfxObjectFactory() in ~SfxObjectFactory()
142 DBG_DTOR(SfxObjectFactory, 0); in ~SfxObjectFactory()
153 void SfxObjectFactory::RegisterViewFactory in RegisterViewFactory()
184 sal_uInt16 SfxObjectFactory::GetViewFactoryCount() const in GetViewFactoryCount()
191 SfxViewFactory& SfxObjectFactory::GetViewFactory(sal_uInt16 i) const in GetViewFactory()
198 SfxModule* SfxObjectFactory::GetModule() const in GetModule()
203 void SfxObjectFactory::SetModule_Impl( SfxModule *pMod ) in SetModule_Impl()
208 void SfxObjectFactory::SetSystemTemplate( const String& rServiceName, const String& rTemplateName ) in SetSystemTemplate()
322 void SfxObjectFactory::SetStandardTemplate( const String& rServiceName, const String& rTemplate ) in SetStandardTemplate()
334 String SfxObjectFactory::GetStandardTemplate( const String& rServiceName ) in GetStandardTemplate()
378 const SfxFilter* SfxObjectFactory::GetTemplateFilter() const in GetTemplateFilter()
399 void SfxObjectFactory::SetDocumentTypeNameResource( const ResId& rId ) in SetDocumentTypeNameResource()
405 String SfxObjectFactory::GetDocumentTypeName() const in GetDocumentTypeName()
412 void SfxObjectFactory::SetDocumentServiceName( const ::rtl::OUString& rServiceName ) in SetDocumentServiceName()
417 const ::rtl::OUString& SfxObjectFactory::GetDocumentServiceName() const in GetDocumentServiceName()
422 const SvGlobalName& SfxObjectFactory::GetClassId() const in GetClassId()
427 String SfxObjectFactory::GetFactoryURL() const in GetFactoryURL()
435 String SfxObjectFactory::GetModuleName() const in GetModuleName()
462 sal_uInt16 SfxObjectFactory::GetViewNo_Impl( const sal_uInt16 i_nViewId, const sal_uInt16 i_nFallba… in GetViewNo_Impl()
473 SfxViewFactory* SfxObjectFactory::GetViewFactoryByViewName( const String& i_rViewName ) const in GetViewFactoryByViewName()