Home
last modified time | relevance | path

Searched refs:service (Results 1 – 25 of 1776) sorted by relevance

12345678910>>...72

/AOO42X/main/codemaker/test/cppumaker/
H A Dtypes.idl95 service S1: XTest {
185 service S2: XTest;
187 service S3 { interface XTest; };
189 singleton S4 { service S2; };
193 service asm: com::sun::star::uno::XInterface { asm([in] long asm); };
194 service auto: com::sun::star::uno::XInterface { auto([in] long auto); };
195 service bool: com::sun::star::uno::XInterface { bool([in] long bool); };
196 service break: com::sun::star::uno::XInterface { break([in] long break); };
197 //TODO: service case: com::sun::star::uno::XInterface { case([in] long case); };
198 service catch: com::sun::star::uno::XInterface { catch([in] long catch); };
[all …]
/AOO42X/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx492 css::uno::Reference< css::reflection::XServiceTypeDescription2 > service; in run() local
494 service = css::uno::Reference< css::reflection::XServiceTypeDescription2 >( in run()
500 assertEqual(css::uno::TypeClass_SERVICE, service->getTypeClass()); in run()
504 service->getName()); in run()
505 assertEqual< sal_Int32 >(0, service->getMandatoryServices().getLength()); in run()
506 assertEqual< sal_Int32 >(0, service->getOptionalServices().getLength()); in run()
507 assertEqual< sal_Int32 >(0, service->getMandatoryInterfaces().getLength()); in run()
508 assertEqual< sal_Int32 >(0, service->getOptionalInterfaces().getLength()); in run()
509 assertEqual< bool >(true, service->isSingleInterfaceBased()); in run()
513 service->getInterface()->getName()); in run()
[all …]
/AOO42X/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/
H A Dtypes.idl192 service S1: XTest {
303 service S2: XTest;
305 service S3 { interface XTest; };
309 service abstract: com::sun::star::uno::XInterface {
311 service assert: com::sun::star::uno::XInterface { assert([in] long assert); };
313 service break: com::sun::star::uno::XInterface { break([in] long break); };
316 service catch: com::sun::star::uno::XInterface { catch([in] long catch); };
318 service class: com::sun::star::uno::XInterface { class([in] long class); };
320 service continue: com::sun::star::uno::XInterface {
323 service do: com::sun::star::uno::XInterface { do([in] long do); };
[all …]
/AOO42X/main/idlc/test/parser/
H A Dpublished.tests31 published service Service1: I1 {};
32 published service Service2 { interface I1; };
34 published singleton Singleton2 { service Service2; };
534 service S1 {};
535 service S2 { service S1; };
539 service S1 {};
540 published service S2 { service S1; };
544 published service S1 {};
545 service S2 { service S1; };
549 published service S1 {};
[all …]
H A Dconstructor.tests24 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 …]
/AOO42X/main/udkapi/com/sun/star/reflection/
H A DXServiceTypeDescription.idl43 /** Reflects a service.
57 defined for this service.
59 @return a sequence containing service type descriptions, for an
60 obsolete, accumulation-based service; for a
61 single-interface&ndash;based service, an empty sequence is returned
66 defined for this service.
68 @return a sequence containing service type descriptions, for an
69 obsolete, accumulation-based service; for a
70 single-interface&ndash;based service, an empty sequence is returned
75 defined for this service.
[all …]
H A DXServiceTypeDescription2.idl35 Reflects a service, supporting single-interface&ndash;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&ndash;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
/AOO42X/main/offapi/com/sun/star/text/
H A DParagraph.idl77 // DocMerge from xml: service com::sun::star::text::Paragraph
81 published service Paragraph
83 /** This service is present when the paragraph object refers
85 [optional] service com::sun::star::style::ParagraphProperties;
86 /** This service is present when the paragraph object refers
88 [optional] service com::sun::star::style::ParagraphPropertiesAsian;
89 /** This service is present when the paragraph object refers
91 [optional] service com::sun::star::style::ParagraphPropertiesComplex;
92 /** This service is present when the paragraph object refers
94 [optional] service com::sun::star::style::CharacterProperties;
[all …]
/AOO42X/main/cppuhelper/test/
H A Dtestdefaultbootstrapping.pl122 foreach $service ( keys %services ) {
124 unregisterService($service);
125 $rc = !testForServices([$service], "", $testexe);
127 $comment = $comment . "\tcouldn't unregister service " . $service . "\n";
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";
149 $allservices_rdbs = $allservices_rdbs . "file://" . getcwd() . "/" . $service . ".rdb";
150 push @allservices, $service;
[all …]
/AOO42X/main/offapi/com/sun/star/configuration/
H A DConfigurationAccess.idl67 <p>Descendants of this service also implement this service.
73 repository itself and is accessible through an implementation of this service.
99 <p>Objects in the configuration hierarchy, for example, implementations of this service,
168 Root instances of this service can be requested from a
172 an extended service that includes facilities for modifying
175 published service ConfigurationAccess
179 <p>An implementation actually implements a specialization of this service,
189 service HierarchyAccess;
194 <p>An implementation actually implements a specialization of this service,
203 implement this service.</li>
[all …]
H A DConfigurationUpdateAccess.idl53 <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 DGroupAccess.idl60 <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 DAdministrationProvider.idl50 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
90 The object that is created implements service <type>ConfigurationAccess</type>.
92 service <type>AccessRootElement</type>.
96 The object that is created should implement service
99 service <type>UpdateRootElement</type>.
[all …]
/AOO42X/main/offapi/com/sun/star/drawing/
H A DPolyPolygonBezierShape.idl61 // 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 DCustomShape.idl60 /** 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 DClosedBezierShape.idl61 /** 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 DPolyPolygonShape.idl61 /** 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 DMasterPage.idl37 // 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 DTextProperties.idl92 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;
108 /** The properties in this service set default formats for complex text
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;
122 /** The properties in this service set default formats for asian text
[all …]
/AOO42X/main/offapi/com/sun/star/sheet/
H A DTableCellStyle.idl59 <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;
/AOO42X/main/offapi/com/sun/star/chart/
H A DAreaDiagram.idl61 /** 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;
/AOO42X/main/udkapi/com/sun/star/lang/
H A DServiceManager.idl69 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
/AOO42X/main/setup_native/source/opensolaris/bundledextensions/
H A DREADME31 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 installs all
70 If OOo, which contains this service, is uninstalled and later it is installed
/AOO42X/main/offapi/com/sun/star/ucb/
H A DHierarchyDataSource.idl41 <p><b>Note:</b> This is an abstract service. This means, that there should
42 never be implementations that can be instantiated 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
/AOO42X/main/offapi/com/sun/star/style/
H A DStyleFamily.idl41 // 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

12345678910>>...72