|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
Go to the source code of this file.
Modules | |
| module | com |
| module | com::sun |
| module | com::sun::star |
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::report |
| interfaces for reports generated from data sources. | |
Constant Groups | |
| constants | com::sun::star::report::GroupOn |
| Specifies how to group data. | |
Variables | |
| const short | DEFAULT = 0 |
| The same value in the column value or expression. | |
| const short | PREFIX_CHARACTERS = 1 |
| The same first nth of characters in the column value or expression. | |
| const short | YEAR = 2 |
| Dates in the same calendar year. | |
| const short | QUARTAL = 3 |
| Dates in the same calendar quarter. | |
| const short | MONTH = 4 |
| Dates in the same month. | |
| const short | WEEK = 5 |
| Dates in the same week. | |
| const short | DAY = 6 |
| Dates on the same date. | |
| const short | HOUR = 7 |
| Times in the same hour. | |
| const short | MINUTE = 8 |
| Times in the same minute. | |
| const short | INTERVAL = 9 |
| Values within an interval you specify. | |