CommandEnvironment.idl (d1766043) CommandEnvironment.idl (34c958ab)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31module com { module sun { module star { module ucb {
32
33 /* This service implements an <type>XCommandEnvironment</type> that can be
34 initialized with any implementation of
35 <type scope="com::sun::star::task">XInteractionHandler</type> and
36 <type scope="com::sun::star::ucb">XProgressHandler</type>. The respective
37 get methods will simply return these handlers.
38
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31module com { module sun { module star { module ucb {
32
33 /* This service implements an <type>XCommandEnvironment</type> that can be
34 initialized with any implementation of
35 <type scope="com::sun::star::task">XInteractionHandler</type> and
36 <type scope="com::sun::star::ucb">XProgressHandler</type>. The respective
37 get methods will simply return these handlers.
38
39 @since OOo 3.3
39 @since OpenOffice 3.3
40 */
41 published service CommandEnvironment : ::com::sun::star::ucb::XCommandEnvironment
42 {
43 //-------------------------------------------------------------------------
44 /** Constructor.
45
46 @param InteractionHandler the interaction handler instance that will be
47 returned by this service' implementation of

--- 13 unchanged lines hidden ---
40 */
41 published service CommandEnvironment : ::com::sun::star::ucb::XCommandEnvironment
42 {
43 //-------------------------------------------------------------------------
44 /** Constructor.
45
46 @param InteractionHandler the interaction handler instance that will be
47 returned by this service' implementation of

--- 13 unchanged lines hidden ---