Home
last modified time | relevance | path

Searched refs:factories (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx129 factories,
314 factories);
1150 std::vector< css::uno::Reference< css::uno::XInterface > > * factories, in extractComponentData()
1206 factories->push_back( in extractComponentData()
1223 factories) in componentLiveInsertion()
1228 factory(factories.begin()); in componentLiveInsertion()
1443 xContext, xMemReg->getRootKey(), data, factories, &xLoader, &url); in getComponentInfo()
1572 getComponentInfo(&data, &factories, context); in processPackage_()
1574 that->componentLiveInsertion(data, factories); in processPackage_()
1810 &data, &factories, 0, 0); in processPackage_()
[all …]
/trunk/main/sd/
H A DLibrary_sd.mk423 sd/source/ui/framework/factories/BasicPaneFactory \
424 sd/source/ui/framework/factories/BasicToolBarFactory \
425 sd/source/ui/framework/factories/BasicViewFactory \
426 sd/source/ui/framework/factories/ChildWindowPane \
427 sd/source/ui/framework/factories/FrameWindowPane \
428 sd/source/ui/framework/factories/FullScreenPane \
429 sd/source/ui/framework/factories/Pane \
430 sd/source/ui/framework/factories/PresentationFactory \
431 sd/source/ui/framework/factories/ViewShellWrapper \
/trunk/main/udkapi/com/sun/star/lang/
H A DServiceManager.idl69 The factories are accessed with a service name. It is possible to
70 access the factories with their implementation names, but you should
74 <p>Service factories added via <type scope="com::sun::star::container">XSet</type>
106 /** Management of service factories.
110 /** Enumeration of all service factories.
H A DMultiServiceFactory.idl46 <p>The factories for instantiating objects of implemetations
H A DXInitialization.idl44 <p>This interface works together with factories. If you want to
H A DXMultiServiceFactory.idl48 of factories for all kinds of instances, indeed not only UNO services.
/trunk/main/extensions/source/propctrlr/
H A Dobjectinspectormodel.cxx145 Sequence< Any > factories; in initialize() local
146 impl_verifyArgument_throw( arguments[0] >>= factories, 1 ); in initialize()
150 createWithHandlerFactories( factories ); in initialize()
159 … createWithHandlerFactoriesAndHelpSection( factories, nMinHelpTextLines, nMaxHelpTextLines ); in initialize()
/trunk/main/offapi/com/sun/star/inspection/
H A DObjectInspectorModel.idl61 factories.
64 … a sequence of handler factories, as to be provided in the XObjectInspectorModel::HandlerFactories
75 factories, and describing an ObjectInspector which has a help section.
78 … a sequence of handler factories, as to be provided in the XObjectInspectorModel::HandlerFactories
H A DXObjectInspectorModel.idl48 /** describes a set of factories for creating <type>XPropertyHandler</type>s
66 … <p>The order of factories is important: If two property handlers declare themself responsible
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1233 Sequence< Reference< XInterface > > factories( in createInstanceWithContext() local
1235 Reference< XInterface > const * p = factories.getConstArray(); in createInstanceWithContext()
1236 for ( sal_Int32 nPos = 0; nPos < factories.getLength(); ++nPos ) in createInstanceWithContext()
1297 Sequence< Reference< XInterface > > factories( in createInstanceWithArgumentsAndContext() local
1299 Reference< XInterface > const * p = factories.getConstArray(); in createInstanceWithArgumentsAndContext()
1300 for ( sal_Int32 nPos = 0; nPos < factories.getLength(); ++nPos ) in createInstanceWithArgumentsAndContext()
1451 Sequence< Reference< XInterface > > factories( in createContentEnumeration() local
1453 if (factories.getLength()) in createContentEnumeration()
1454 return new ServiceEnumeration_Impl( factories ); in createContentEnumeration()
/trunk/main/offapi/com/sun/star/ui/
H A DUIElementFactoryManager.idl42 interface element factories.
65 …** provides functions to query, retrieve, register and deregister user interface element factories.
H A DXUIElementFactoryRegistration.idl53 /** is used to query, register and deregister user interface element factories.
80 /** function to retrieve a list of all registered user interface element factories
105 <b>The defined search order of factories must be from special to generic ones.</b>
H A DUIElementFactory.idl43 special user interface element. User interface element factories must be
/trunk/main/udkapi/com/sun/star/bridge/
H A DOleApplicationRegistration.idl39 That is, COM class factories are registered with COM at runtime. The required
41 factories by COM API functions, there need to be proper registry entries. This service
H A DOleBridgeSupplier.idl43 requirements on registering OLE objects and class factories. </p>
H A DOleBridgeSupplier2.idl57 requirements for registering OLE objects and class factories. </p>
/trunk/main/udkapi/com/sun/star/bridge/oleautomation/
H A DApplicationRegistration.idl39 That is, COM class factories are registered with COM at runtime. The required
41 the factories by COM API functions, there need to be proper registry entries.
H A DBridgeSupplier.idl63 class factories.
/trunk/main/offapi/com/sun/star/report/inspection/
H A DDefaultComponentInspectorModel.idl53 /** creates a default DefaultComponentInspectorModel, providing factories for all
60 /** creates a default DefaultComponentInspectorModel, providing factories for all
/trunk/main/offapi/com/sun/star/form/inspection/
H A DDefaultFormComponentInspectorModel.idl58 /** creates a default DefaultFormComponentInspectorModel, providing factories for all
65 /** creates a default DefaultFormComponentInspectorModel, providing factories for all
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeDocumentXmlResourceFactory.java27 import org.jfree.report.modules.factories.report.base.JFreeReportXmlResourceFactory;
/trunk/main/sal/test/unloading/
H A Dreadme.txt1 The test program test the unloading API, and the default factories from cppuhelper
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dmodule.properties35 module: org.jfree.report.modules.factories.report.base.ReportFactoryBaseModule
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/
H A DOfficeStylesReadHandler.java33 import org.jfree.report.modules.factories.report.flow.SectionReadHandler;
/trunk/main/udkapi/com/sun/star/
H A Dudk-modules.idl49 /// General UNO concepts like factories etc.

Completed in 82 milliseconds

12