LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies how to group data. More...
Variables | |
const short | DEFAULT = 0 |
The same value in the column value or expression. More... | |
const short | PREFIX_CHARACTERS = 1 |
The same first nth of characters in the column value or expression. More... | |
const short | YEAR = 2 |
Dates in the same calendar year. More... | |
const short | QUARTAL = 3 |
Dates in the same calendar quarter. More... | |
const short | MONTH = 4 |
Dates in the same month. More... | |
const short | WEEK = 5 |
Dates in the same week. More... | |
const short | DAY = 6 |
Dates on the same date. More... | |
const short | HOUR = 7 |
Times in the same hour. More... | |
const short | MINUTE = 8 |
Times in the same minute. More... | |
const short | INTERVAL = 9 |
Values within an interval you specify. More... | |
Specifies how to group data.
const short DAY = 6 |
Dates on the same date.
const short DEFAULT = 0 |
The same value in the column value or expression.
const short HOUR = 7 |
Times in the same hour.
const short INTERVAL = 9 |
Values within an interval you specify.
const short MINUTE = 8 |
Times in the same minute.
const short MONTH = 4 |
Dates in the same month.
const short PREFIX_CHARACTERS = 1 |
The same first nth of characters in the column value or expression.
const short QUARTAL = 3 |
Dates in the same calendar quarter.
const short WEEK = 5 |
Dates in the same week.
const short YEAR = 2 |
Dates in the same calendar year.