LibreOffice
LibreOffice 24.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::GroupKeepTogether |
Specifies if groups in a multi column report where the group has the property XGroup::KeepTogether set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column. | |
Variables | |
const short | PER_PAGE = 0 |
Groups are kept together by page. More... | |
const short | PER_COLUMN = 1 |
Groups are kept together by column. More... | |