/trunk/main/sfx2/source/doc/ |
H A D | docfac.cxx | 70 DBG_NAME(SfxObjectFactory) 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() 198 SfxModule* SfxObjectFactory::GetModule() const in GetModule() 405 String SfxObjectFactory::GetDocumentTypeName() const in GetDocumentTypeName() 427 String SfxObjectFactory::GetFactoryURL() const in GetFactoryURL() [all …]
|
H A D | docvor.cxx | 1767 if ( SfxObjectFactory::GetStandardTemplate( aServiceNames[i] ).Len() > 0 ) in GetAllFactoryURLs_Impl() 1998 SfxObjectFactory::SetStandardTemplate( aServiceName, aFileURL ); in Dispatch_Impl() 2012 SfxObjectFactory::SetStandardTemplate( aServiceName, String() ); in Dispatch_Impl()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | docfac.hxx | 66 class SFX2_DLLPUBLIC SfxObjectFactory class 75 … SfxObjectFactory( const SvGlobalName &rName, SfxObjectShellFlags nFlags, const char* pShortName ); 76 ~SfxObjectFactory(); 115 SAL_DLLPRIVATE SfxObjectFactory(const SfxObjectFactory&); 116 SAL_DLLPRIVATE const SfxObjectFactory& operator=(const SfxObjectFactory &); 123 static SfxObjectFactory* pObjectFactory; \ 125 static SfxObjectFactory& Factory(); \ 126 virtual SfxObjectFactory& GetFactory() const { return Factory(); } 129 SfxObjectFactory* ClassName::pObjectFactory = 0; \ 130 SfxObjectFactory& ClassName::Factory() \ [all …]
|
H A D | module.hxx | 38 class SfxObjectFactory; 40 class SfxObjectFactory; 77 SfxObjectFactory* pFactoryP, ... );
|
H A D | objsh.hxx | 70 class SfxObjectFactory; 275 virtual SfxObjectFactory& GetFactory() const=0;
|
H A D | fcontnr.hxx | 42 class SfxObjectFactory;
|
/trunk/main/sw/source/ui/app/ |
H A D | swdll.cxx | 74 SfxObjectFactory* pDocFact = 0; in Init() 75 SfxObjectFactory* pGlobDocFact = 0; in Init() 82 SfxObjectFactory* pWDocFact = &SwWebDocShell::Factory(); in Init()
|
H A D | swmodule.cxx | 182 SwModule::SwModule( SfxObjectFactory* pWebFact, in SwModule() 183 SfxObjectFactory* pFact, in SwModule() 184 SfxObjectFactory* pGlobalFact ) in SwModule()
|
/trunk/main/sw/inc/ |
H A D | swmodule.hxx | 138 SwModule( SfxObjectFactory* pFact, 139 SfxObjectFactory* pWebFact, 140 SfxObjectFactory* pGlobalFact );
|
/trunk/main/sfx2/source/appl/ |
H A D | module.cxx | 141 SfxObjectFactory* pFactoryP, ... ) in SfxModule() 147 for ( SfxObjectFactory *pArg = pFactoryP; pArg; in SfxModule() 148 pArg = va_arg( pVarArgs, SfxObjectFactory* ) ) in SfxModule()
|
/trunk/main/sfx2/inc/ |
H A D | arrdecl.hxx | 43 class SfxObjectFactory; 44 typedef SfxObjectFactory* SfxObjectFactoryPtr;
|
/trunk/main/sd/source/ui/app/ |
H A D | sddll.cxx | 66 SfxObjectFactory* pDrawFact = NULL; in Init() 67 SfxObjectFactory* pImpressFact = NULL; in Init()
|
H A D | sdmod.cxx | 83 SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 ) in SdModule()
|
/trunk/main/starmath/inc/ |
H A D | smmod.hxx | 43 class SfxObjectFactory; 139 SmModule(SfxObjectFactory* pObjFact);
|
/trunk/main/sd/inc/ |
H A D | sdmod.hxx | 103 SdModule(SfxObjectFactory* pDrawObjFact, SfxObjectFactory* pGraphicObjFact);
|
/trunk/main/basctl/source/basicide/ |
H A D | iderdll.cxx | 92 SfxObjectFactory* pFact = &BasicDocShell::Factory(); in Init() 104 SfxObjectFactory& rFactory = BasicDocShell::Factory(); in Init()
|
H A D | basicmod.hxx | 34 BasicIDEModule( ResMgr *pMgr, SfxObjectFactory *pObjFact) : in BasicIDEModule()
|
/trunk/main/sfx2/source/view/ |
H A D | frmload.cxx | 343 sTemplateURL = SfxObjectFactory::GetStandardTemplate( sServiceName ); in impl_determineTemplateDocument() 345 …sTemplateURL = SfxObjectFactory::GetStandardTemplate( SfxObjectShell::GetServiceNameFromFactory( s… in impl_determineTemplateDocument()
|
/trunk/main/starmath/source/ |
H A D | smdetect.hxx | 40 class SfxObjectFactory;
|
H A D | smdll.cxx | 70 SfxObjectFactory& rFactory = SmDocShell::Factory(); in Init()
|
H A D | smmod.cxx | 232 SmModule::SmModule(SfxObjectFactory* pObjFact) : in SmModule()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | scdetect.hxx | 40 class SfxObjectFactory;
|
/trunk/main/sfx2/source/inc/ |
H A D | appdata.hxx | 58 class SfxObjectFactory;
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mmdocselectpage.cxx | 161 SfxObjectFactory &rFact = m_pWizard->GetSwView()->GetDocShell()->GetFactory(); in IMPL_LINK()
|
/trunk/main/sc/inc/ |
H A D | scmod.hxx | 151 ScModule( SfxObjectFactory* pFact );
|