PropertyCommandArgument.idl (06594b87) PropertyCommandArgument.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

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

24
25#include <com/sun/star/beans/Property.idl>
26
27module com { module sun { module star { module ucb {
28
29/** The argument for the "addProperty" command.
30
31 @see XCommandProcessor
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

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

24
25#include <com/sun/star/beans/Property.idl>
26
27module com { module sun { module star { module ucb {
28
29/** The argument for the "addProperty" command.
30
31 @see XCommandProcessor
32 @since Apache OpenOffice 4.0
32 @since OpenOffice 4.0
33*/
34struct PropertyCommandArgument
35{
36 /** The property that the command has to add.
37 */
38 com::sun::star::beans::Property Property;
39
40 /** The default value of the property.
41 */
42 any DefaultValue;
43};
44
45}; }; }; };
46
47#endif
33*/
34struct PropertyCommandArgument
35{
36 /** The property that the command has to add.
37 */
38 com::sun::star::beans::Property Property;
39
40 /** The default value of the property.
41 */
42 any DefaultValue;
43};
44
45}; }; }; };
46
47#endif