LibreOffice
LibreOffice 24.2 SDK API Reference
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: */
const long LAST7DAYS
Definition: DateType.idl:20
const long YESTERDAY
Definition: DateType.idl:16
const long TODAY
Definition: DateType.idl:14
Definition: Ambiguous.idl:20
const long LASTYEAR
Definition: DateType.idl:36
const long LASTMONTH
Definition: DateType.idl:30
const long LASTWEEK
Definition: DateType.idl:24
const long THISYEAR
Definition: DateType.idl:34
const long THISMONTH
Definition: DateType.idl:28
const long NEXTMONTH
Definition: DateType.idl:32
const long TOMORROW
Definition: DateType.idl:18
const long NEXTYEAR
Definition: DateType.idl:38
const long NEXTWEEK
Definition: DateType.idl:26
const long THISWEEK
Definition: DateType.idl:22