2007/07/26 08:15:44 oj 1.2.4.2: #i77907# remove shapes when section is in disposing and dispose the shape afterwards
2007/07/24 12:48:02 oj 1.2.4.1: merge from rpt23fix01
2007/07/27 11:12:44 oj 1.1.2.2: build problems with manifest file resoved
2007/07/24 17:19:28 tmorgner 1.1.2.1: Issue number: #78502, #77039
The formatted-text-layout controller did not look for the correct node,
and therefore never found the expected 'office:value-type' attribute.
This now fixes the #78502 bug, and possibly addresses the #77039 bug as
well (although this bug might be connected to a writer-bug).
Fixed the repositories so that the StorageRepository does no longer log
exceptions whenever we test for an non-existing file. We expect the
exception and can safely swallow it here.
The FileRepository now maintains its own manifest for all files that
are written. This class is needed for all test-runs outside of OpenOffice.
2007/07/31 09:34:16 tmorgner 1.2.4.2: Fixed the non-display of shapes that was caused by some unnecessary CDATA
copied from the original XML file. We now ignore all CDATA from <draw:*>
elements.
2007/07/30 13:08:50 tmorgner 1.2.4.1: Issue number: 80157
Keep-Together is now applied to the paragraph-style instead of the cell-style.
However, as cell-styles dont (yet) get inherited if the paragraph has a style
defined, this now breaks the fonts of the first cell. Either we or the text/
style team should fix or work around this issue.
Also fixed:
A possible nullpointer if the image-data is invalid.
2007/07/31 09:34:16 tmorgner 1.1.2.1: Fixed the non-display of shapes that was caused by some unnecessary CDATA
copied from the original XML file. We now ignore all CDATA from <draw:*>
elements.
2007/07/31 09:34:15 tmorgner 1.2.4.1: Fixed the non-display of shapes that was caused by some unnecessary CDATA
copied from the original XML file. We now ignore all CDATA from <draw:*>
elements.
2007/07/25 15:05:46 tmorgner 1.2.4.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.
2007/07/31 09:34:15 tmorgner 1.2.4.6: Fixed the non-display of shapes that was caused by some unnecessary CDATA
copied from the original XML file. We now ignore all CDATA from <draw:*>
elements.
2007/07/30 13:08:49 tmorgner 1.2.4.5: Issue number: 80157
Keep-Together is now applied to the paragraph-style instead of the cell-style.
However, as cell-styles dont (yet) get inherited if the paragraph has a style
defined, this now breaks the fonts of the first cell. Either we or the text/
style team should fix or work around this issue.
Also fixed:
A possible nullpointer if the image-data is invalid.
2007/07/26 12:27:36 tmorgner 1.2.4.4: Issue number: 77610
Now the keep-together is working. We apply the keep-together to the first
paragraph in every table-row (most of the time in the first-cell, but if
the first cell is a covered cell, we choose the next cell until we find
a paragraph in that row). Along with the "TableRowKeep" compatiblity mode,
this makes the keep-together setting work.
Keep-together will be silently ignored on older versions of OpenOffice/StarOffice,
as they did not implement the 'TableRowKeep' compatibility mode.
2007/07/26 11:10:37 tmorgner 1.2.4.3: Issue number: 78128
.. and enforce the pagebreak after the group (to trigger the change of the
master page) just to make sure that the page-header/footer is correct if
the group has a parent-group. *Now* we've coverd all cases.
2007/07/26 11:06:15 tmorgner 1.2.4.2: Issue number: 78128
After a group that has a repeating group header, we have to reset the
master-page to the correct template (one that does no longer contain
the repeating header's tables)
2007/07/25 15:05:46 tmorgner 1.2.4.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.
2007/07/26 14:10:49 tmorgner 1.2.4.1: Issue number: 77494
The engine now creates a derived style if the section-table has a
defined background that is not transparent. However, if the row
has an own background that is not transparent, then the row's
defined background will be preserved.
2007/07/30 13:08:49 tmorgner 1.2.4.2: Issue number: 80157
Keep-Together is now applied to the paragraph-style instead of the cell-style.
However, as cell-styles dont (yet) get inherited if the paragraph has a style
defined, this now breaks the fonts of the first cell. Either we or the text/
style team should fix or work around this issue.
Also fixed:
A possible nullpointer if the image-data is invalid.
2007/07/25 15:05:46 tmorgner 1.2.4.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.
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.
2007/07/25 15:05:45 tmorgner 1.2.4.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.
2007/07/25 15:05:45 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.
2007/07/24 17:19:27 tmorgner 1.2.4.1: Issue number: #78502, #77039
The formatted-text-layout controller did not look for the correct node,
and therefore never found the expected 'office:value-type' attribute.
This now fixes the #78502 bug, and possibly addresses the #77039 bug as
well (although this bug might be connected to a writer-bug).
Fixed the repositories so that the StorageRepository does no longer log
exceptions whenever we test for an non-existing file. We expect the
exception and can safely swallow it here.
The FileRepository now maintains its own manifest for all files that
are written. This class is needed for all test-runs outside of OpenOffice.
2007/07/30 13:08:49 tmorgner 1.2.4.2: Issue number: 80157
Keep-Together is now applied to the paragraph-style instead of the cell-style.
However, as cell-styles dont (yet) get inherited if the paragraph has a style
defined, this now breaks the fonts of the first cell. Either we or the text/
style team should fix or work around this issue.
Also fixed:
A possible nullpointer if the image-data is invalid.
2007/07/25 15:05:45 tmorgner 1.2.4.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.
2007/07/16 07:49:01 lla 1.2.2.3: #77986# toolbar fix
2007/07/11 11:29:54 oj 1.2.2.2: #i77157# impl center as well
2007/07/11 11:22:40 oj 1.2.2.1: #i77157# impl center as well
2007/07/16 12:25:36 lla 1.2.2.6: #i77268# ServiceFactory no longer need in getOverlappedControlColor()
2007/07/16 12:11:04 oj 1.2.2.5: remove unused var
2007/07/16 12:06:44 oj 1.2.2.4: #i77411# set help id
2007/07/16 10:24:02 lla 1.2.2.3: #i77268# visualisation for DnD
2007/07/16 07:49:01 lla 1.2.2.2: #77986# toolbar fix
2007/07/11 09:58:18 oj 1.2.2.1: #i78520# allowd to add control with keyboard
2007/07/11 10:52:06 lla 1.2.2.3: #i79080# help agent
2007/07/11 10:19:09 oj 1.2.2.2: #i78504# use own numberformatter
2007/07/11 09:58:17 oj 1.2.2.1: #i78520# allowd to add control with keyboard
2007/07/16 19:35:57 fs 1.2.2.2: #i77800# some more outsourcing
2007/07/16 13:43:53 fs 1.2.2.1: #i77800# outsourced ExpressionFactory and friends to a dedicated file (conditionalexpression.*)
2007/07/12 12:59:57 oj 1.2.2.2: #i77832# #i77146# impl group on and interval
2007/07/11 10:31:01 oj 1.2.2.1: #i78377# reportdefinition now is a numberformatssupplier as ell
2007/07/12 14:01:43 oj 1.2.2.2: #i77295# fix some font problems
2007/07/11 10:31:00 oj 1.2.2.1: #i78377# reportdefinition now is a numberformatssupplier as ell
2007/07/17 05:52:36 oj 1.2.2.5: #i79656# don't export value
2007/07/12 14:01:42 oj 1.2.2.4: #i77295# fix some font problems
2007/07/12 12:59:56 oj 1.2.2.3: #i77832# #i77146# impl group on and interval
2007/07/11 10:31:00 oj 1.2.2.2: #i78377# reportdefinition now is a numberformatssupplier as ell
2007/07/11 09:24:08 oj 1.2.2.1: #i79422# correct numbertype