/aoo41x/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 129 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 …]
|
/aoo41x/main/udkapi/com/sun/star/lang/ |
H A D | ServiceManager.idl | 69 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 D | MultiServiceFactory.idl | 46 <p>The factories for instantiating objects of implemetations
|
H A D | XInitialization.idl | 44 <p>This interface works together with factories. If you want to
|
H A D | XMultiServiceFactory.idl | 48 of factories for all kinds of instances, indeed not only UNO services.
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | objectinspectormodel.cxx | 145 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()
|
/aoo41x/main/offapi/com/sun/star/inspection/ |
H A D | ObjectInspectorModel.idl | 61 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 D | XObjectInspectorModel.idl | 48 /** 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
|
/aoo41x/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 1233 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()
|
/aoo41x/main/offapi/com/sun/star/ui/ |
H A D | UIElementFactoryManager.idl | 42 interface element factories. 65 …** provides functions to query, retrieve, register and deregister user interface element factories.
|
H A D | XUIElementFactoryRegistration.idl | 53 /** 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 D | UIElementFactory.idl | 43 special user interface element. User interface element factories must be
|
/aoo41x/main/udkapi/com/sun/star/bridge/ |
H A D | OleApplicationRegistration.idl | 39 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 D | OleBridgeSupplier.idl | 43 requirements on registering OLE objects and class factories. </p>
|
H A D | OleBridgeSupplier2.idl | 57 requirements for registering OLE objects and class factories. </p>
|
/aoo41x/main/udkapi/com/sun/star/bridge/oleautomation/ |
H A D | ApplicationRegistration.idl | 39 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 D | BridgeSupplier.idl | 63 class factories.
|
/aoo41x/main/offapi/com/sun/star/report/inspection/ |
H A D | DefaultComponentInspectorModel.idl | 53 /** creates a default DefaultComponentInspectorModel, providing factories for all 60 /** creates a default DefaultComponentInspectorModel, providing factories for all
|
/aoo41x/main/offapi/com/sun/star/form/inspection/ |
H A D | DefaultFormComponentInspectorModel.idl | 58 /** creates a default DefaultFormComponentInspectorModel, providing factories for all 65 /** creates a default DefaultFormComponentInspectorModel, providing factories for all
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | OfficeDocumentXmlResourceFactory.java | 27 import org.jfree.report.modules.factories.report.base.JFreeReportXmlResourceFactory;
|
/aoo41x/main/sal/test/unloading/ |
H A D | readme.txt | 1 The test program test the unloading API, and the default factories from cppuhelper
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | module.properties | 35 module: org.jfree.report.modules.factories.report.base.ReportFactoryBaseModule
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/ |
H A D | OfficeStylesReadHandler.java | 33 import org.jfree.report.modules.factories.report.flow.SectionReadHandler;
|
/aoo41x/main/udkapi/com/sun/star/ |
H A D | udk-modules.idl | 49 /// General UNO concepts like factories etc.
|
/aoo41x/main/offapi/com/sun/star/drawing/framework/ |
H A D | XResourceFactoryManager.idl | 37 manages the set of registered resource factories.
|