DataPilotItem.idl (d1766043) DataPilotItem.idl (fbef625e)
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

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

68 /** specifies whether the item is hidden.
69 */
70 [property] boolean IsHidden;
71
72 //=========================================================================
73
74 /** specifies the item's position in its field if sorting is manual.
75
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

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

68 /** specifies whether the item is hidden.
69 */
70 [property] boolean IsHidden;
71
72 //=========================================================================
73
74 /** specifies the item's position in its field if sorting is manual.
75
76 @since OOo 2.4
76 @since OpenOffice 2.4
77 */
78 [optional, property] long Position;
79};
80
81//=============================================================================
82
83}; }; }; };
84
85#endif
86
77 */
78 [optional, property] long Position;
79};
80
81//=============================================================================
82
83}; }; }; };
84
85#endif
86