TimeUnit.idl (d1766043) TimeUnit.idl (0d3a54ff)
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

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

25
26//=============================================================================
27
28 module com { module sun { module star { module chart {
29
30//=============================================================================
31
32/** Specifies a unit for intervals on a date-time axis
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

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

25
26//=============================================================================
27
28 module com { module sun { module star { module chart {
29
30//=============================================================================
31
32/** Specifies a unit for intervals on a date-time axis
33@since OOo 3.4
33@since OpenOffice 3.4
34 */
35published constants TimeUnit
36{
37 const long DAY = 0;
38 const long MONTH = 1;
39 const long YEAR = 2;
40};
41
42//=============================================================================
43
44}; }; }; };
45
46#endif
34 */
35published constants TimeUnit
36{
37 const long DAY = 0;
38 const long MONTH = 1;
39 const long YEAR = 2;
40};
41
42//=============================================================================
43
44}; }; }; };
45
46#endif