ActionTriggerSeparator.idl (d1766043) ActionTriggerSeparator.idl (d8faddcc)
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

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

26module com { module sun { module star { module ui {
27
28
29/** describes a separator entry. Such entries are of interest
30 for components rendering an <type>ActionTriggerContainer</type>.
31*/
32published service ActionTriggerSeparator
33{
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

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

26module com { module sun { module star { module ui {
27
28
29/** describes a separator entry. Such entries are of interest
30 for components rendering an <type>ActionTriggerContainer</type>.
31*/
32published service ActionTriggerSeparator
33{
34 /** determins the type of the separator using constants from
34 /** determines the type of the separator using constants from
35 <type>ActionTriggerSeparatorType</type>.
36 */
37 [optional, property] short SeparatorType;
38};
39
40}; }; }; };
41#endif
35 <type>ActionTriggerSeparatorType</type>.
36 */
37 [optional, property] short SeparatorType;
38};
39
40}; }; }; };
41#endif