Home
last modified time | relevance | path

Searched refs:SfxObjectFactory (Results 1 – 25 of 39) sorted by relevance

12

/aoo4110/main/sfx2/source/doc/
H A Ddocfac.cxx70 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 Ddocvor.cxx1767 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()
/aoo4110/main/sfx2/inc/sfx2/
H A Ddocfac.hxx66 class SFX2_DLLPUBLIC SfxObjectFactory class
75SfxObjectFactory( 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 Dmodule.hxx38 class SfxObjectFactory;
40 class SfxObjectFactory;
77 SfxObjectFactory* pFactoryP, ... );
H A Dobjsh.hxx70 class SfxObjectFactory;
275 virtual SfxObjectFactory& GetFactory() const=0;
H A Dfcontnr.hxx42 class SfxObjectFactory;
/aoo4110/main/sw/source/ui/app/
H A Dswdll.cxx74 SfxObjectFactory* pDocFact = 0; in Init()
75 SfxObjectFactory* pGlobDocFact = 0; in Init()
82 SfxObjectFactory* pWDocFact = &SwWebDocShell::Factory(); in Init()
H A Dswmodule.cxx182 SwModule::SwModule( SfxObjectFactory* pWebFact, in SwModule()
183 SfxObjectFactory* pFact, in SwModule()
184 SfxObjectFactory* pGlobalFact ) in SwModule()
/aoo4110/main/sw/inc/
H A Dswmodule.hxx138 SwModule( SfxObjectFactory* pFact,
139 SfxObjectFactory* pWebFact,
140 SfxObjectFactory* pGlobalFact );
/aoo4110/main/sfx2/inc/
H A Darrdecl.hxx43 class SfxObjectFactory;
44 typedef SfxObjectFactory* SfxObjectFactoryPtr;
/aoo4110/main/sfx2/source/appl/
H A Dmodule.cxx141 SfxObjectFactory* pFactoryP, ... ) in SfxModule()
147 for ( SfxObjectFactory *pArg = pFactoryP; pArg; in SfxModule()
148 pArg = va_arg( pVarArgs, SfxObjectFactory* ) ) in SfxModule()
/aoo4110/main/sd/source/ui/app/
H A Dsddll.cxx68 SfxObjectFactory* pDrawFact = NULL; in Init()
69 SfxObjectFactory* pImpressFact = NULL; in Init()
H A Dsdmod.cxx85 SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 ) in SdModule()
/aoo4110/main/starmath/inc/
H A Dsmmod.hxx43 class SfxObjectFactory;
139 SmModule(SfxObjectFactory* pObjFact);
/aoo4110/main/sd/inc/
H A Dsdmod.hxx103 SdModule(SfxObjectFactory* pDrawObjFact, SfxObjectFactory* pGraphicObjFact);
/aoo4110/main/basctl/source/basicide/
H A Diderdll.cxx92 SfxObjectFactory* pFact = &BasicDocShell::Factory(); in Init()
104 SfxObjectFactory& rFactory = BasicDocShell::Factory(); in Init()
H A Dbasicmod.hxx34 BasicIDEModule( ResMgr *pMgr, SfxObjectFactory *pObjFact) : in BasicIDEModule()
/aoo4110/main/sfx2/source/view/
H A Dfrmload.cxx343 sTemplateURL = SfxObjectFactory::GetStandardTemplate( sServiceName ); in impl_determineTemplateDocument()
345 …sTemplateURL = SfxObjectFactory::GetStandardTemplate( SfxObjectShell::GetServiceNameFromFactory( s… in impl_determineTemplateDocument()
/aoo4110/main/sd/source/ui/unoidl/
H A Dsddetect.hxx40 class SfxObjectFactory;
/aoo4110/main/starmath/source/
H A Dsmdetect.hxx40 class SfxObjectFactory;
H A Dsmdll.cxx70 SfxObjectFactory& rFactory = SmDocShell::Factory(); in Init()
/aoo4110/main/sc/source/ui/unoobj/
H A Dscdetect.hxx40 class SfxObjectFactory;
/aoo4110/main/sfx2/source/inc/
H A Dappdata.hxx58 class SfxObjectFactory;
/aoo4110/main/sw/source/ui/dbui/
H A Dmmdocselectpage.cxx161 SfxObjectFactory &rFact = m_pWizard->GetSwView()->GetDocShell()->GetFactory(); in IMPL_LINK()
/aoo4110/main/sc/inc/
H A Dscmod.hxx151 ScModule( SfxObjectFactory* pFact );

Completed in 125 milliseconds

12