User: hr      
Date: 2007-08-03 09:50:33+0000
Added:
   
dba/reportdesign/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java

Log:
 INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED
 2007/07/25 15:05:46 tmorgner 1.1.2.1: Issue number:  78128
 
 This commit fixes the messed up repeating-header system. The whole thing has
 been redesigned to create a clean state-flow that can be debugged and traced
 without any weird mind-bending activities. The report-targets now have a
 new state (IN_GROUP_INSTANCE) to keep track of the group's processing and
 to separate repeating headers and footers from ordinary headers and footers.
 
 This patch also enforces a clean state-flow in the OfficeReportOutputTarget
 and explicitly checks for all allowed band-types and throws exceptions on
 every illegal state.

File Changes:

Directory: /dba/reportdesign/java/com/sun/star/report/pentaho/model/
====================================================================

File [added]: OfficeGroupInstanceSection.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java?rev=1.2&content-type=text/vnd.viewcvs-markup
Added lines: 15
---------------
package com.sun.star.report.pentaho.model;

import org.jfree.report.structure.Group;

/**
 * Creation-Date: 25.07.2007, 14:41:54
 *
 * @author Thomas Morgner
 */
public class OfficeGroupInstanceSection extends Group
{
  public OfficeGroupInstanceSection()
  {
  }
}




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to