Home
last modified time | relevance | path

Searched refs:Factory (Results 51 – 75 of 98) sorted by relevance

1234

/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java34 import com.sun.star.lib.uno.helper.Factory;
294 xFactory = Factory.createComponentFactory(_DialogComponent.class, in __getComponentFactory()
/trunk/main/sc/source/ui/app/
H A Dscdll.cxx175 ScModule* pMod = new ScModule( &ScDocShell::Factory() ); in Init()
180 …ScDocShell::Factory().SetDocumentServiceName( rtl::OUString::createFromAscii( "com.sun.star.sheet.… in Init()
/trunk/main/comphelper/inc/comphelper/
H A Dservicedecl.hxx138 class Factory;
139 friend class Factory;
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java26 import com.sun.star.lib.uno.helper.Factory;
311 xFactory = Factory.createComponentFactory(_HelpSearch.class, in __getComponentFactory()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java26 import com.sun.star.lib.uno.helper.Factory;
697 … xFactory = com.sun.star.lib.uno.helper.Factory.createComponentFactory(_AsciiReplaceFilter.class, in __getComponentFactory()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java27 import com.sun.star.lib.uno.helper.Factory;
416 xFactory = Factory.createComponentFactory(AsyncJob.class, SERVICENAMES); in __getComponentFactory()
/trunk/main/odk/examples/java/ToDo/
H A DToDo.java24 import com.sun.star.lib.uno.helper.Factory;
935 xFactory = Factory.createComponentFactory(ToDoImpl.class, in __getComponentFactory()
/trunk/main/sw/source/core/bastyp/
H A DSwSmartTagMgr.cxx45 mpTheSwSmartTagMgr = new SwSmartTagMgr( SwDocShell::Factory().GetModuleName() ); in Get()
/trunk/main/starmath/source/
H A Dsmdll.cxx70 SfxObjectFactory& rFactory = SmDocShell::Factory(); in Init()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx467 aServerLst.Remove( GraphicDocShell::Factory().GetClassId() ); in DoExecute()
471 aServerLst.Remove( DrawDocShell::Factory().GetClassId() ); in DoExecute()
H A Dfuinsfil.cxx171 pFilter = DrawDocShell::Factory().GetTemplateFilter(); in DoExecute()
173 pFilter = GraphicDocShell::Factory().GetTemplateFilter(); in DoExecute()
/trunk/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx796 SwDocShell::Factory().GetFilterContainer() ); in IMPL_LINK()
1124 SfxFilterContainer* pFilterContainer = SwDocShell::Factory().GetFilterContainer(); in IMPL_LINK()
1246 SwDocShell::Factory().GetFilterContainer() ); in IMPL_LINK()
/trunk/main/offapi/com/sun/star/auth/
H A DXSSOManagerFactory.idl37 /** Factory for creating an SSO Manager supporting the user's configured
/trunk/main/javaunohelper/
H A DZip_juh_src.mk28 com/sun/star/lib/uno/helper/Factory.java \
H A DJar_juh.mk45 javaunohelper/com/sun/star/lib/uno/helper/Factory \
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs49 factory = new Factory(k, args); in Context()
76 class Factory: ucss.lang.XMultiComponentFactory class in Context
78 public Factory(Context.test_kind k, params object[] args) { in Factory() method in Context.Factory
122 Factory factory;
/trunk/main/udkapi/com/sun/star/lang/
H A DXSingleServiceFactory.idl41 /** Factory interface to produce instances of an implementation
H A DXSingleComponentFactory.idl35 /** Factory interface to create instances of an implementation of a service
H A DXMultiComponentFactory.idl35 /** Factory interface for creating component instances giving a context from
/trunk/main/udkapi/com/sun/star/bridge/oleautomation/
H A DFactory.idl53 service Factory
/trunk/main/offapi/com/sun/star/frame/
H A DModuleManager.idl66 org.openoffice.Setup/Factory.
/trunk/main/udkapi/com/sun/star/reflection/
H A DProxyFactory.idl57 /** Factory interface to produce proxies
H A DXProxyFactory.idl39 /** Factory interface to produce proxy objects.
/trunk/main/offapi/com/sun/star/animations/
H A DXTargetPropertiesCreator.idl39 /** Factory interface to generate properties for all animated targets.<p>
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DMakefile71 @echo RegistrationClassName: $(subst /,.,$(PACKAGE)).$(COMP_NAME)Factory> $@

Completed in 104 milliseconds

1234