diff options
Diffstat (limited to 'offapi/com/sun/star/report/GroupKeepTogether.idl')
-rw-r--r-- | offapi/com/sun/star/report/GroupKeepTogether.idl | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/offapi/com/sun/star/report/GroupKeepTogether.idl b/offapi/com/sun/star/report/GroupKeepTogether.idl index a117d09bd..1a6adbca5 100644 --- a/offapi/com/sun/star/report/GroupKeepTogether.idl +++ b/offapi/com/sun/star/report/GroupKeepTogether.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,24 +24,24 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_report_GroupKeepTogether_idl__ -#define __com_sun_star_report_GroupKeepTogether_idl__ - - -//============================================================================= - - module com { module sun { module star { module report { - -//============================================================================= - +#ifndef __com_sun_star_report_GroupKeepTogether_idl__ +#define __com_sun_star_report_GroupKeepTogether_idl__ + + +//============================================================================= + + module com { module sun { module star { module report { + +//============================================================================= + /** Specifies if groups in a multi column report where the group has the property <member scope="XGroup">KeepTogether</member> set to WHOLE_GROUP or WITH_FIRST_DETAIL will keep together by page or column. @see XGroup */ -constants GroupKeepTogether -{ - //------------------------------------------------------------------------- - +published constants GroupKeepTogether +{ + //------------------------------------------------------------------------- + /** Groups are kept together by page. */ const short PER_PAGE = 0; @@ -49,13 +49,13 @@ constants GroupKeepTogether /** Groups are kept together by column. */ const short PER_COLUMN = 1; -}; - -//============================================================================= - -}; }; }; }; - -/*============================================================================= - -=============================================================================*/ -#endif +}; + +//============================================================================= + +}; }; }; }; + +/*============================================================================= + +=============================================================================*/ +#endif |