/trunk/main/codemaker/test/cppumaker/ |
H A D | types.idl | 95 service S1: XTest { 185 service S2: XTest; 187 service S3 { interface XTest; }; 189 singleton S4 { service S2; }; 203 service continue: com::sun::star::uno::XInterface { 213 service explicit: com::sun::star::uno::XInterface { 227 service mutable: com::sun::star::uno::XInterface { 234 service private: com::sun::star::uno::XInterface { 267 service virtual: com::sun::star::uno::XInterface { 307 service LC_TIME: com::sun::star::uno::XInterface { [all …]
|
/trunk/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 504 service->getName()); in run() 509 assertEqual< bool >(true, service->isSingleInterfaceBased()); in run() 513 service->getInterface()->getName()); in run() 517 service->getConstructors()[0]->getName()); in run() 524 service->getConstructors()[1]->getName()); in run() 560 service->getName()); in run() 567 service->getMandatoryInterfaces()[0]->getName()); in run() 572 service->getOptionalInterfaces()[0]->getName()); in run() 574 assertFalse(service->getInterface().is()); in run() 587 service->getName()); in run() [all …]
|
/trunk/main/idlc/test/parser/ |
H A D | published.tests | 534 service S1 {}; 535 service S2 { service S1; }; 539 service S1 {}; 540 published service S2 { service S1; }; 545 service S2 { service S1; }; 550 published service S2 { service S1; }; 575 service S: I1; 585 service S: I1; 596 service S: I1 { 666 service S1 {}; [all …]
|
H A D | constructor.tests | 24 service S: X; 29 service S: X {}; 34 service S: X { 41 service S: X { 61 service S: X { 69 service S: X { 76 service S: X { 83 service S: X { 90 service S: X { 97 service S: X { [all …]
|
/trunk/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/ |
H A D | types.idl | 192 service S1: XTest { 303 service S2: XTest; 305 service S3 { interface XTest; }; 309 service abstract: com::sun::star::uno::XInterface { 320 service continue: com::sun::star::uno::XInterface { 327 service extends: com::sun::star::uno::XInterface { 330 service finally: com::sun::star::uno::XInterface { 346 service package: com::sun::star::uno::XInterface { 348 service private: com::sun::star::uno::XInterface { 356 service strictfp: com::sun::star::uno::XInterface { [all …]
|
/trunk/main/udkapi/com/sun/star/reflection/ |
H A D | XServiceTypeDescription.idl | 43 /** Reflects a service. 57 defined for this service. 60 obsolete, accumulation-based service; for a 66 defined for this service. 69 obsolete, accumulation-based service; for a 75 defined for this service. 78 obsolete, accumulation-based service; for a 84 defined for this service. 87 obsolete, accumulation-based service; for a 92 /** Returns the properties defined for this service. [all …]
|
H A D | XServiceTypeDescription2.idl | 35 Reflects a service, supporting single-interface–based services. 45 service. 48 service, and <FALSE/> if this object reflects an obsolete, 49 accumulation-based service 54 Returns the interface type associated with the service. 56 @return the reflection of the interface type associated with the service 61 for a single-interface–based service; for an obsolete, 62 accumulation-based service, <NULL/> is returned 67 Returns the constructors of the service. 69 @return the reflections of all constructors of the service, in no
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | Paragraph.idl | 77 // DocMerge from xml: service com::sun::star::text::Paragraph 81 published service Paragraph 83 /** This service is present when the paragraph object refers 86 /** This service is present when the paragraph object refers 89 /** This service is present when the paragraph object refers 92 /** This service is present when the paragraph object refers 95 /** This service is present when the paragraph object refers 98 /** This service is present when the paragraph object refers 101 /** This service is present when the paragraph object refers 103 [optional] service com::sun::star::text::TextTable; [all …]
|
/trunk/main/cppuhelper/test/ |
H A D | testdefaultbootstrapping.pl | 122 foreach $service ( keys %services ) { 124 unregisterService($service); 125 $rc = !testForServices([$service], "", $testexe); 133 $rc = registerService($services{$service}, $service . '.rdb'); 135 $comment = $comment . "\tcouldn't register service " . $service . "\n"; 139 $rc = testForServices([$service], "-env:UNO_SERVICES=" . $service . ".rdb", $testexe); 141 $comment = $comment . "\tcouldn't reach service " . $service . "\n"; 150 push @allservices, $service; 165 my $service = 'com.sun.star.reflection.CoreReflection'; 175 registerService($services{$service}, $progname . "_services.rdb"); [all …]
|
/trunk/main/offapi/com/sun/star/configuration/ |
H A D | ConfigurationAccess.idl | 67 <p>Descendants of this service also implement this service. 168 Root instances of this service can be requested from a 175 published service ConfigurationAccess 189 service HierarchyAccess; 203 implement this service.</li> 211 service HierarchyElement; 218 [optional] service SetAccess; 225 [optional] service GroupAccess; 237 [optional] service AccessRootElement; 245 [optional] service SetElement; [all …]
|
H A D | ConfigurationUpdateAccess.idl | 53 <p>Descendants of this service also implement this service 60 <type>ConfigurationAccess</type> applies to implementations of this service 81 Root instances of this service can be requested from a 84 published service ConfigurationUpdateAccess 86 /** is the basic service providing read access to an element of the 102 service ConfigurationAccess; 107 Otherwise service <type>GroupUpdate</type> is provided. 110 [optional] service SetUpdate; 116 Otherwise service <type>SetUpdate</type> is provided. 119 [optional] service GroupUpdate; [all …]
|
H A D | GroupAccess.idl | 60 <p>This service subsumes two alternate ways of accessing child and descendent 66 Child objects of this service generally implement service GroupElement. 69 A complementary service providing for dynamic homogeneous sets of elements. 72 published service GroupAccess 74 /** is the basic service for accessing child and descendent nodes using 77 service HierarchyAccess; 79 /** is the basic service for accessing child and descendent nodes using 85 do not implement service <type>PropertyHierarchy</type>. 106 service PropertyHierarchy; 115 service <type>HierarchyAccess</type> applies. [all …]
|
H A D | AdministrationProvider.idl | 50 stores this service also enables access to individual users' configuration 54 default data which is accessible through this service. 67 service, but accesses the personal configuration. 76 published service AdministrationProvider 83 supports at least the service specifiers 88 <p>Using the first of these service specifiers requests a read-only view of 92 service <type>AccessRootElement</type>. 96 The object that is created should implement service 99 service <type>UpdateRootElement</type>. 118 <p>What combinations of arguments are supported depends on the service name [all …]
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | PolyPolygonBezierShape.idl | 61 // DocMerge from xml: service com::sun::star::drawing::PolyPolygonBezierShape 62 /** This service specifies a polypolygon bezier shape. 64 published service PolyPolygonBezierShape 66 service com::sun::star::drawing::Shape; 68 service com::sun::star::drawing::LineProperties; 70 service com::sun::star::drawing::FillProperties; 72 service com::sun::star::drawing::PolyPolygonBezierDescriptor; 74 service com::sun::star::drawing::Text; 76 service com::sun::star::drawing::ShadowProperties; 78 service com::sun::star::drawing::RotationDescriptor;
|
H A D | CustomShape.idl | 60 /** This service is for a CustomShape 62 service CustomShape 64 service com::sun::star::drawing::Shape; 66 service com::sun::star::drawing::FillProperties; 68 service com::sun::star::drawing::LineProperties; 70 service com::sun::star::drawing::ShadowProperties; 72 service com::sun::star::drawing::Text; 74 service com::sun::star::drawing::RotationDescriptor; 77 /** This property contains the CustomShapeEngine service name that has to 93 then this property is containing properties as they are specified in the service
|
H A D | ClosedBezierShape.idl | 61 /** This service is for a closed bezier shape. 63 published service ClosedBezierShape 65 service com::sun::star::drawing::Shape; 67 service com::sun::star::drawing::LineProperties; 69 service com::sun::star::drawing::FillProperties; 71 service com::sun::star::drawing::PolyPolygonBezierDescriptor; 73 service com::sun::star::drawing::Text; 75 service com::sun::star::drawing::ShadowProperties; 77 service com::sun::star::drawing::RotationDescriptor;
|
H A D | PolyPolygonShape.idl | 61 /** This service is for a polygon shape. 65 published service PolyPolygonShape 67 service com::sun::star::drawing::Shape; 69 service com::sun::star::drawing::LineProperties; 71 service com::sun::star::drawing::FillProperties; 73 service com::sun::star::drawing::PolyPolygonDescriptor; 75 service com::sun::star::drawing::Text; 77 service com::sun::star::drawing::ShadowProperties; 79 service com::sun::star::drawing::RotationDescriptor;
|
H A D | MasterPage.idl | 37 // DocMerge from xml: service com::sun::star::drawing::MasterPage 38 /** This service is a single master page inside a drawing document. 42 Since this service is derived from the service <type>GenericDrawPage</type>, 56 published service MasterPage 60 …// DocMerge from xml: service com::sun::star::drawing::MasterPage: service com::sun::star::drawing… 61 /** This service describes the base functionality that every 64 service com::sun::star::drawing::GenericDrawPage;
|
H A D | TextProperties.idl | 92 published service TextProperties 94 /** The properties in this service set default formats for text 97 service com::sun::star::style::CharacterProperties; 101 /** The properties in this service set default formats for asian text 104 [optional] service com::sun::star::style::CharacterPropertiesAsian; 111 [optional] service com::sun::star::style::CharacterPropertiesComplex; 115 /** The properties in this service set default formats for text 118 service com::sun::star::style::ParagraphProperties; 125 [optional] service com::sun::star::style::ParagraphPropertiesAsian; 132 [optional] service com::sun::star::style::ParagraphPropertiesComplex; [all …]
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | TableCellStyle.idl | 59 <p>This service extends the service 63 published service TableCellStyle 69 service com::sun::star::table::CellProperties; 73 /** is the base service for table cells. 75 service com::sun::star::style::CellStyle; 81 service com::sun::star::style::CharacterProperties; 87 service com::sun::star::style::CharacterPropertiesAsian; 93 service com::sun::star::style::CharacterPropertiesComplex; 99 service com::sun::star::style::ParagraphProperties;
|
/trunk/main/offapi/com/sun/star/chart/ |
H A D | AreaDiagram.idl | 61 /** This is a service for area diagrams. 63 published service AreaDiagram 65 service com::sun::star::chart::Diagram; 66 service com::sun::star::chart::ChartStatistics; 67 service com::sun::star::chart::ChartAxisXSupplier; 68 service com::sun::star::chart::ChartTwoAxisYSupplier; 69 service com::sun::star::chart::ChartAxisZSupplier; 70 service com::sun::star::chart::Dim3DDiagram; 71 service com::sun::star::chart::StackableDiagram;
|
/trunk/main/udkapi/com/sun/star/lang/ |
H A D | ServiceManager.idl | 69 The factories are accessed with a service name. It is possible to 85 <dd>The service manager calls the method 92 published service ServiceManager 94 /** This is a derived MultiServiceFactory service. 96 service com::sun::star::lang::MultiServiceFactory; 98 /** Disposing of service manager. 100 The component context disposes its service manager singleton when going down 106 /** Management of service factories. 110 /** Enumeration of all service factories. 113 service specified with the argument of the
|
/trunk/main/setup_native/source/opensolaris/bundledextensions/ |
H A D | README | 31 The service was tested with OpenSolaris release 2009.6 and may not work with a 39 The three files constitute a SMF service. When this service is started, then it 41 /opt/openoffice3/share/extension/install. To install them, the service calls 44 The service is started initially after the installation of 46 extensions, have been copied to their destination. The service calls unopkg on 50 extensions whenever the service is restarted. 59 with a restart_fmri of the service ooo_bundled_extensions. That is after 60 copying 'installed' the service will be restarted. It then installes all 70 If OOo, which contains this service, is uninstalled and later it is installed
|
/trunk/main/offapi/com/sun/star/style/ |
H A D | StyleFamily.idl | 41 // DocMerge from xml: service com::sun::star::style::StyleFamily 42 /** This service is a container of style sheets of the same style family.@see StyleFamilies 44 published service StyleFamily 48 …// DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::contai… 52 <p>The elements in this container support the service 58 …// DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::contai… 62 <p>The elements in this container support the service 67 …// DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::contai… 71 <p>The elements in this container support the service
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | HierarchyDataSource.idl | 41 <p><b>Note:</b> This is an abstract service. This means, that there should 42 never be implementations that can be instanciated using the service name 44 provide its own service name that can be used to create instances of that 45 service implementation. Important for those service specifications is also 48 published service HierarchyDataSource 56 supports at least the service specifier 59 implements the service <type>HierarchyDataReadAccess</type>. 62 writable view is requested by passing the service specifier 65 The object that is created implements the service 77 <p>With both of the standard service specifiers above, an implementation
|