LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
DateType.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
module
com
{ module sun { module star { module sheet {
11
12
constants
DateType
13
{
14
const
long
TODAY
= 0;
15
16
const
long
YESTERDAY
= 1;
17
18
const
long
TOMORROW
= 2;
19
20
const
long
LAST7DAYS
= 3;
21
22
const
long
THISWEEK
= 4;
23
24
const
long
LASTWEEK
= 5;
25
26
const
long
NEXTWEEK
= 6;
27
28
const
long
THISMONTH
= 7;
29
30
const
long
LASTMONTH
= 8;
31
32
const
long
NEXTMONTH
= 9;
33
34
const
long
THISYEAR
= 10;
35
36
const
long
LASTYEAR
= 11;
37
38
const
long
NEXTYEAR
= 12;
39
};
40
41
42
}; }; }; };
43
44
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::sheet::DateType
Definition
DateType.idl:13
com::sun::star::sheet::DateType::TOMORROW
const long TOMORROW
Definition
DateType.idl:18
com::sun::star::sheet::DateType::NEXTWEEK
const long NEXTWEEK
Definition
DateType.idl:26
com::sun::star::sheet::DateType::NEXTYEAR
const long NEXTYEAR
Definition
DateType.idl:38
com::sun::star::sheet::DateType::THISYEAR
const long THISYEAR
Definition
DateType.idl:34
com::sun::star::sheet::DateType::LASTMONTH
const long LASTMONTH
Definition
DateType.idl:30
com::sun::star::sheet::DateType::NEXTMONTH
const long NEXTMONTH
Definition
DateType.idl:32
com::sun::star::sheet::DateType::LAST7DAYS
const long LAST7DAYS
Definition
DateType.idl:20
com::sun::star::sheet::DateType::THISWEEK
const long THISWEEK
Definition
DateType.idl:22
com::sun::star::sheet::DateType::THISMONTH
const long THISMONTH
Definition
DateType.idl:28
com::sun::star::sheet::DateType::LASTYEAR
const long LASTYEAR
Definition
DateType.idl:36
com::sun::star::sheet::DateType::TODAY
const long TODAY
Definition
DateType.idl:14
com::sun::star::sheet::DateType::YESTERDAY
const long YESTERDAY
Definition
DateType.idl:16
com::sun::star::sheet::DateType::LASTWEEK
const long LASTWEEK
Definition
DateType.idl:24
com
Definition
Ambiguous.idl:20
com
sun
star
sheet
DateType.idl
Generated by
1.17.0