blob: 224e14e897dab302ccad24b69cd8d4fbca96c3ee [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>2.3 m231 Snapshot - Release Notes</title>
<style>
<!--
@page { size: 8.5in 11in; margin: 0.79in }
P { margin-bottom: 0.08in; text-align: justify }
P.western { font-family: "Albany", sans-serif; font-size: 10pt }
TD P { margin-bottom: 0.08in; text-align: left }
TD P.western { font-family: "Albany", sans-serif; font-size: 10pt }
-->
</style>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="StarOffice 8 (Linux)">
<meta name="CREATED" content="20041215;16393200">
<meta name="CHANGEDBY" content="Eike Rathke">
<meta name="CHANGED" content="20050906;11430300">
<style>
<!--
@page { size: 8.5in 11in; margin: 0.79in }
P { margin-bottom: 0.08in; text-align: justify }
P.western { font-family: "Albany", sans-serif; font-size: 10pt }
TD P { margin-bottom: 0.08in; text-align: left }
TD P.western { font-family: "Albany", sans-serif; font-size: 10pt }
-->
</style>
</head>
<body>
<h2>2.3 m231 Snapshot - Release Notes</h2>
<br>
These notes contains
changes between SRC680_m226 and&nbsp; SRC680_m231.<br>
This release will install as OOo-Dev2.3.<br>
Sources can be received from cvs by tag SRC680_m231.<br>
<br>
<h2>What's
new ?</h2>
<table bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0">
<thead><tr bgcolor="#eeeeee">
<th>
Feature title
</th>
<th>
TaskId
</th>
<th>
Spec. title
</th>
<th>
Spec. abstract
</th>
<th>
Dev. owner
</th>
<th>
Spec. link
</th>
<th>
Component
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
pre-selection of table when pasting table-like data to Base
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=18907">
i18907
</a>
</td>
<td>
&nbsp;
</td>
<td>
feature-info:<br>
With the integration of CWS dba24a (680m228 or m229, probably), when
you paste table-like data (a Calc range, a Writer table, an HTML
table, a database table, whatever) to OOo Base, while a table object
is currently selected, then this table's name, along with the option
"Append data", is pre-selected in the "Copy Table" wizard.
Thanks go to Du Yunfen for providing the patch for this enhancement.
</td>
<td>
<a href="mailto:frank.schoenheit@sun.com">frank.schoenheit@sun.com</a>
</td>
<td>
<font color="red"><br>
</font>
</td>
<td>
dba
</td>
</tr>
<tr>
<td>
The relation design is now available for MySQL databases
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=68858">
i68858
</a>
</td>
<td>
&nbsp;
</td>
<td>
feature-info:<br>
The relation design is now accessible for MySQL databases as well.
</td>
<td>
<a href="mailto:ocke.janssen@sun.com">ocke.janssen@sun.com</a>
</td>
<td>
<font color="red"><br>
</font>
</td>
<td>
dba
</td>
</tr>
<tr>
<td>
XSelectionSupplier now being supported by the database application controller
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=69740">
i69740
</a>
</td>
<td>
&nbsp;
</td>
<td>
feature-info:<br>
The controller of the database application window now supports the
com.sun.star.view.XSelectionSupplier interface. The method
getSelection return an Any which contains a Sequence of NamedValue.
1st NamedValue:
Name = "Type"
Value is an integer with values from
com.sun.star.sdb.application.DatabaseObject which indicates which kind
of object is currently selected.
2nd NamedValue:
Name = "Selection"
Value is a sequence of strings which are currently selected in the view.
Value = Sequence &lt; Strings &gt; === selected names
</td>
<td>
<a href="mailto:ocke.janssen@sun.com">ocke.janssen@sun.com</a>
</td>
<td>
<font color="red"><br>
</font>
</td>
<td>
dba
</td>
</tr>
<tr>
<td>
User defined navigation order
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=68097">
i68097
</a>
</td>
<td>
User Defined Navigation Order for Shapes
</td>
<td>
The navigation order in Draw and Impress defines the order in which
shapes are selected when the user presses the TAB key repeatedly. The
navigation order, up to now, is defined by the so called z-order, the
order in which shapes are painted. The initial z-order in turn, is
defined by the order in which shapes are created.
</td>
<td>
<a href="mailto:af@openoffice.org">Andre Fischer, af
</a>
</td>
<td>
<a href="http://specs.openoffice.org/draw/NavOrder.odt">
speclink
</a>
</td>
<td>
drawing
</td>
</tr>
<tr>
<td>
AutoFilter Behavior in Calc
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=27745">
i27745
</a>
</td>
<td>
AutoFilter Behavior
</td>
<td>The AutoFilter function allows to filter data in a spreadsheet by
one criteria per column. This feature allows to run a quick analysis of
data. The current support of multi column filtering shows some ease of
use issues, therefore the AutoFilter list will be overworked with this
specification.
</td>
<td>
<a href="mailto:frank.loehmann@sun.com">Frank Loehmann (FL)
</a>
</td>
<td>
<a href="http://specs.openoffice.org/calc/ease-of-use/AutoFilter_Behavior.odt">
speclink
</a>
</td>
<td>
sc
</td>
</tr>
<tr>
<td>
Text to Columns in Calc
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=4040">
i4040
</a>
</td>
<td>
Text to Columns
</td>
<td>Comma separated values (CSV) can already be imported from files and
the clipboard., but CSV data inside cells could not be transformed into
columns directly. This spec defines the new feature Text to Columns
that uses the already existing Text import (CSV) dialog and transforms
CSV data inside cells to columns.
</td>
<td>
<a href="mailto:frank.loehmann@sun.com">Frank Loehmann (FL)
</a>
</td>
<td>
<a href="http://specs.openoffice.org/calc/ease-of-use/Text_to_Columns.odt">
speclink
</a>
</td>
<td>
sc
</td>
</tr>
<tr>
<td>
Insertion of Cells in a Spreadsheet via Drag &amp; Drop
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=7180">
i7180
</a>
</td>
<td>
Insertion of Cells in a Spreadsheet via Drag &amp; Drop
</td>
<td>Often a cell or a plurality of cells has to be moved via drag &amp;
drop to a new column or row inside the same or new spreadsheet. The new
target cells for the data moved is often not empty, so that an
insertion would be helpful to accomplish the task without inserting new
rows/columns or cells in advance.
</td>
<td>
<a href="mailto:frank.loehmann@sun.com">Frank Loehmann (FL)
</a>
</td>
<td>
<a href="http://specs.openoffice.org/calc/ease-of-use/Insertion_of_Cells.odt">
speclink
</a>
</td>
<td>
sc
</td>
</tr>
<tr>
<td>
Caching strategy for VLOOKUP and MATCH queries.
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=81336">
i81336
</a>
</td>
<td>
&nbsp;
</td>
<td>
feature-info:<br>
Implemented a caching strategy that for VLOOKUP and MATCH spreadsheet
function queries caches result positions for identical queries in the
same row with different offsets, which are often used to display
several fields of a record looked up. Performance improvement is
especially noticeable in non-range lookups of unsorted data (last
parameter 0 in VLOOKUP or MATCH) where no binary search is possible.
See also
http://wiki.services.openoffice.org/wiki/Calc/To-Dos/Performance/VLOOKUP
</td>
<td>
<a href="mailto:eike.rathke@sun.com">eike.rathke@sun.com</a>
</td>
<td>
<font color="red"><br>
</font>
</td>
<td>
sc
</td>
</tr>
<tr>
<td>
stoc libraries merged
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=77885">
i77885
</a>
</td>
<td>
&nbsp;
</td>
<td>
feature-info:<br>
Those various small UNO component libraries from stoc that are
relevant at OOo startup (implreg.uno.so, nestedreg.uno.so,
regtypeprov.uno.so, security.uno.so, servicemgr.uno.so,
shlibloader.uno.so, simplereg.uno.so, typeconverter.uno.so,
typemgr.uno.so, uriproc.uno.so) have been merged into two new larger
bootstrap.uno.so (for those components that are used during binary UNO
bootstrap and need UNO type information in a format independent of
types.rdb) and stocservices.uno.so (for the rest). Client code should
not be affected by this change.
</td>
<td>
<a href="mailto:stephan.bergmann@sun.com">stephan.bergmann@sun.com</a>
</td>
<td>
<font color="red"><br>
</font>
</td>
<td>
udk
</td>
</tr>
<tr>
<td>
Edit boxes (all relatives) now warn if field limitation has been reached
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=73360">
i73360
</a>
</td>
<td>
&nbsp;
</td>
<td>
feature-info:<br>
If an edit box (that could be a text box as well as a combo box and
all relatives) reaches the limit of characters (that could be limited
at the control in the code or by the maximum (65535) count of
characters possible in such controls) a message box occours:
"The inserted text exceeded the maximum length of this text field. The
text was truncated."
</td>
<td>
<a href="mailto:joerg.sievers@sun.com">joerg.sievers@sun.com</a>
</td>
<td>
<font color="red"><br>
</font>
</td>
<td>
ui
</td>
</tr>
<tr>
<td>
Mac OS X spell checker is being used instead of OOo
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=77592">
i77592
</a>
</td>
<td>
Mac OS X SpellChecker
</td>
<td>Mac OS X has a built in spell checking facility for many languages.
Using this facility benefits the user because they can maintain a
single word list across all applications that support this service.
Furthermore, the spelling of all words will be consistent across all
applications. This project integrates the Mac OS X Spellcheck service
into the OpenOffice.org user interface.
</td>
<td>
<a href="mailto:">Mike Sicotte (MS)
</a>
</td>
<td>
<a href="http://specs.openoffice.org/appwide/linguistic/macosx_spellchecker.odt">
speclink
</a>
</td>
<td>
ui
</td>
</tr>
<tr>
<td>
Focus on number of copies field in print dialog
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=9521">
i9521
</a>
</td>
<td>
&nbsp;
</td>
<td>
feature-info:<br>
In the OOo application (Word processor, Spreadhseet, Presentation,
...) press CTRL-P if a document is open [or File / Print]
NEW: The focus is on the number of copies the user would like to print
which saves 4 times [TAB] to get there.
</td>
<td>
<a href="mailto:joerg.sievers@sun.com">joerg.sievers@sun.com</a>
</td>
<td>
<font color="red"><br>
</font>
</td>
<td>
ui</td>
</tr>
</tbody>
</table>
<pre></pre>
<h2>Integrated
Child
Workspaces</h2>
<br>
List of integrated child workspaces:<br>
<br>
<table>
<tbody>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5696&amp;Path=SRC680%2Fab40_SRC680">ab40_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5687&amp;Path=SRC680%2Fbasepoolfix_SRC680">basepoolfix_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix for i80669</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5406&amp;Path=SRC680%2Fcalccolrowmove">calccolrowmove</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">easy moving of rows and columns in Calc</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5610&amp;Path=SRC680%2Fcalcodfrng">calcodfrng</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">ODF RelaxNG conformance of Calc.<br>Depends on integration of cws oasisrng03.<br></pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5567&amp;Path=SRC680%2Fcalctextcol">calctextcol</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Convert text to columns in Calc</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5601&amp;Path=SRC680%2Fchart12">chart12</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">chart regressions</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5621&amp;Path=SRC680%2Fcloph08">cloph08</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">fix permissions in slackware desktop-integration package<br>fix description in debian desktop-integration package</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5527&amp;Path=SRC680%2Fcompatability01">compatability01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Word compatibility enhancement</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5652&amp;Path=SRC680%2Fdbaantversion">dbaantversion</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">make configure check whether ant is &gt;= 1.6.0</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5690&amp;Path=SRC680%2Fdicooo18">dicooo18</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Fix for DicOOo problem with Linguistic.xcu which may result in complete or partial loss<br>of linguistic functionality and some user settings.</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5637&amp;Path=SRC680%2Fdr57">dr57</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo 2.3 showstopper #i80499#</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5611&amp;Path=SRC680%2Ffixudkversion">fixudkversion</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">fix UDK Version</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5614&amp;Path=SRC680%2Ffwk73">fwk73</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Framework showstopper for OpenOffice.og 2.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5695&amp;Path=SRC680%2Fhro23_SRC680">hro23_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Showstopper 2.3<br><br>Add dummy stubs for missing imports on Win9x/ME</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5644&amp;Path=SRC680%2Fi18n34">i18n34</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">i18n bug fix</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5629&amp;Path=SRC680%2Fimpress125">impress125</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">2.3 showstopper</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5662&amp;Path=SRC680%2Fimpress126">impress126</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">showstopper fix for 2.3 release</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5528&amp;Path=SRC680%2Fjl68">jl68</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo 2.3 fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5606&amp;Path=SRC680%2Fjl71">jl71</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5627&amp;Path=SRC680%2Fjl72">jl72</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">showstopper</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5371&amp;Path=SRC680%2Flocalisation21">localisation21</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">l10n cws for OOo 2.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5595&amp;Path=SRC680%2Fnative104">native104</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Adding Java GUI Installer to OOo Development builds for Unixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5688&amp;Path=SRC680%2Fnative107_SRC680">native107_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">rpm dependencies for extensions</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5529&amp;Path=SRC680%2Fnative99">native99</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Package restructuring</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=4784&amp;Path=SRC680%2Fnp1">np1</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Add a smart pointer class with const-transitivity to the o3tl library.<br>Add a range class to the o3tl library.<br></pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5518&amp;Path=SRC680%2Fobo14">obo14</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Implement signing of executables for Windows Vista</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5613&amp;Path=SRC680%2Fqssyncterm">qssyncterm</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5625&amp;Path=SRC680%2Frpt23fix03">rpt23fix03</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5686&amp;Path=SRC680%2Frpt23fix04_SRC680">rpt23fix04_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">License text for the sun report builder</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5281&amp;Path=SRC680%2Fsmoketest17">smoketest17</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Solution for Debian Systems</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5657&amp;Path=SRC680%2Fsrc680m226masterfix">src680m226masterfix</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5617&amp;Path=SRC680%2Fswqbf104">swqbf104</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">fix for regression i80314</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5694&amp;Path=SRC680%2Fswqbf106_SRC680">swqbf106_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">fixes for issues i80691 and i80720</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5608&amp;Path=SRC680%2Fthbpp8b">thbpp8b</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Last-minute fixes for 2.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m226</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5772&amp;Path=SRC680%2Fab41_SRC680">ab41_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">cws to fix showstopper i80952<br><br>Applies patch that removes delete operations.<br>Only risk could be to get a memory leak, but<br>I could detect none at the first glance.</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5704&amp;Path=SRC680%2Faquaremovescripts">aquaremovescripts</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Remove main.applescript and postinstall.applescript, unneeded in Aqua version on Mac OS X</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5773&amp;Path=SRC680%2Fatkbridge7_SRC680">atkbridge7_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Last minute accessibility fixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5728&amp;Path=SRC680%2Fbfbasic_SRC680">bfbasic_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">revive Basic in documents in the old binary format<br>(http://www.openoffice.org/issues/show_bug.cgi?id=80769)</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5623&amp;Path=SRC680%2Fbfcoverity01">bfcoverity01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Workspace to mirror simple coverity relevant fixes into the binfilter</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5739&amp;Path=SRC680%2Fbinfilterregression_SRC680">binfilterregression_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Simple bugfix for a regression in the sdd-Importfilter</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5763&amp;Path=SRC680%2Fc05helpfix2_SRC680">c05helpfix2_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5759&amp;Path=SRC680%2Fc12v002_SRC680">c12v002_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=3714&amp;Path=SRC680%2Fcvsprot01">cvsprot01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Implement the CVS client protocol in perl. Reimplement the CWS tools to take advantage of the new protocol implementation. The main purpose of the new implementation is to make the CWS tools faster and more stable. This CWS contains the PCVSLib itself and a reworked cwsresync. cwsresync speedup should be quite noticeable, in some cases up to a factor of 20+<br><br></pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5630&amp;Path=SRC680%2Fdba23e">dba23e</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix for SYSTEM_HSQLDB define in OpenOffice.org build</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5729&amp;Path=SRC680%2Fextquote_SRC680">extquote_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Really fix shared extension support on Solaris.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5730&amp;Path=SRC680%2Ffmsrcres_SRC680">fmsrcres_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">fix issue 80555</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5099&amp;Path=SRC680%2Fhcshared09">hcshared09</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Changes to the installed help / Spring 07</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5732&amp;Path=SRC680%2Fhr45_SRC680">hr45_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixes a crash during smoketest in impress and draw on LP64 platforms.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5769&amp;Path=SRC680%2Fhypfix_SRC680">hypfix_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">cws for i80480 - hyperlink attributes might get lost.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5745&amp;Path=SRC680%2Fi18n36_SRC680">i18n36_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">i18n bug fixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5733&amp;Path=SRC680%2Fimpress127_SRC680">impress127_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo 2.3 show stopper</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5724&amp;Path=SRC680%2Fimpress128_SRC680">impress128_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">showstopper fixes for impress</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5766&amp;Path=SRC680%2Fimpress129_SRC680">impress129_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo2.3 showstoppers</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5740&amp;Path=SRC680%2Flocalisation22_SRC680">localisation22_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5771&amp;Path=SRC680%2Fmh230_SRC680">mh230_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">update of THIRDPARTLICENSEREADME.html files</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5636&amp;Path=SRC680%2Fnative105">native105</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Simplifying Java exchange.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5425&amp;Path=SRC680%2Fnavorder">navorder</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">User defined navigation order of slides.
</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5069&amp;Path=SRC680%2Fnpower7">npower7</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">some more openoffice basic vba compatibility fixes, also also I will enable build of <br>vba by default. The default packaging format will be as an uno extension <br>( changed from embedded in the install ) <br><br>Additionally as a temporay measure to allow early access the extension will be <br>delivered into the program directory of an office installation, a user will have to<br> explicitly use the extension manager to install the extension.</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5768&amp;Path=SRC680%2Fos101_SRC680">os101_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix of issue 79225</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5774&amp;Path=SRC680%2Fos102_SRC680">os102_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix of i76699 - centered view after loading of own documents</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5775&amp;Path=SRC680%2Frpt23fix05_SRC680">rpt23fix05_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Replace wrong license header with LGPL one. Fix minor build issue for --with-lang=ALL.
</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5765&amp;Path=SRC680%2Frpt23fix06_SRC680">rpt23fix06_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Reportdesign fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5731&amp;Path=SRC680%2Fshellfix06_SRC680">shellfix06_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Remove bash'ism from senddoc.sh</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5725&amp;Path=SRC680%2Fsrc680m227masterfix">src680m227masterfix</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5734&amp;Path=SRC680%2Fswqbf107_SRC680">swqbf107_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">fix for issue i80724</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5726&amp;Path=SRC680%2Fswqbf108_SRC680">swqbf108_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">cws for i80767</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5770&amp;Path=SRC680%2Fthbpp8c_SRC680">thbpp8c_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Showstopper fixes for 2.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5762&amp;Path=SRC680%2Fthbpp8d_SRC680">thbpp8d_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Showstopper fixes for 2.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5743&amp;Path=SRC680%2Ftkr04">tkr04</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">CWS to fix 2.4 bugs</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5663&amp;Path=SRC680%2Ftl42">tl42</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5707&amp;Path=SRC680%2Ftl43">tl43</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5754&amp;Path=SRC680%2Ftl44">tl44</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">To fix a build problem with FreeBSD.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5767&amp;Path=SRC680%2Fupdchk07b_SRC680">updchk07b_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Last minutes bugfix for download component.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5727&amp;Path=SRC680%2Fxmlmemory_SRC680">xmlmemory_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">fix memory allocator divergence problem caused by calling xmlMemSetup in unoxml</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m227</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5524&amp;Path=SRC680%2Fause083">ause083</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">build all of svx with precompiled header</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5451&amp;Path=SRC680%2Fbserver30">bserver30</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5674&amp;Path=SRC680%2Fcloph09">cloph09</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">remove the dependency of an installed X11 on Mac to build the aqua<br>version (except mozilla, using prebuilt mozilla works though)</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5791&amp;Path=SRC680%2Fhr46">hr46</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">cwsresync: fix small problem with cross master resyncs</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5781&amp;Path=SRC680%2Fi18n37">i18n37</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">i18n bug fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5803&amp;Path=SRC680%2Fimpress130_SRC680">impress130_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo 2.3 show stopper bug fix.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5799&amp;Path=SRC680%2Fl10nfix22_SRC680">l10nfix22_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">this cws fix one l10n issue</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5805&amp;Path=SRC680%2Fl10nfix23_SRC680">l10nfix23_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">this cws fixes in pt tools/options/online update string</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5716&amp;Path=SRC680%2Fmingwport06">mingwport06</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">The next wave of the fixes for MinGW port</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5658&amp;Path=SRC680%2Fnative100">native100</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Package restructuring, part 2<br>Shifting all module information to scp projects.</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5741&amp;Path=SRC680%2Fpj84">pj84</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix various l10n issues - mainly connected with #ifdef in resources...
</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5427&amp;Path=SRC680%2Fqadev30">qadev30</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">bug fixing and new UNO-API-Tests.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5797&amp;Path=SRC680%2Fsrc680m228masterfix">src680m228masterfix</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5788&amp;Path=SRC680%2Ftl46">tl46</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixes for OOo 2.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m228</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5670&amp;Path=SRC680%2Faquavclcarbonfixes">aquavclcarbonfixes</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix the most important issues before alpha Aqua ( Carbon )version of OpenOffice.org on Mac OS X</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m229</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5828&amp;Path=SRC680%2Fdba23f_SRC680">dba23f_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo 2.3 fixing</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m229</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5519&amp;Path=SRC680%2Fmacaddressbook01">macaddressbook01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">CWS for integrating the Mac OS X Address Book into OpenOffice.org (Mac OS X X11 and Aqua Versions)</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m229</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5749&amp;Path=SRC680%2Fmacosxspellchecker">macosxspellchecker</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Integrate Mac OS X Spellchecker</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m229</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5830&amp;Path=SRC680%2Fmav24_SRC680">mav24_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">The fix for the Windows system file-picker implementation.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m229</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5718&amp;Path=SRC680%2Fnative109">native109</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo 2.4 installation tasks</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m229</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5827&amp;Path=SRC680%2Fsdkapifix_SRC680">sdkapifix_SRC680</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">hotfix for the SDK</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m229</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5848&amp;Path=SRC680%2Fsrc680m229masterfix">src680m229masterfix</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m229</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5586&amp;Path=SRC680%2Fadc17">adc17</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m230</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5604&amp;Path=SRC680%2Fcalcautofilter">calcautofilter</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Calc autofilter behaviour
</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m230</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5587&amp;Path=SRC680%2Fchart11">chart11</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Bugfixes for chart2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m230</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5317&amp;Path=SRC680%2Fhcshared10">hcshared10</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Help files Summer 07</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m230</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5722&amp;Path=SRC680%2Floopcontrol">loopcontrol</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">cws to implement various loop controls.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m230</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5813&amp;Path=SRC680%2Fobr06">obr06</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Small build fixes and obsolete code removal</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m230</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=4647&amp;Path=SRC680%2Fos2port01">os2port01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">2.0.4 based os/2 port</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m230</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5831&amp;Path=SRC680%2Fsysui25">sysui25</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">remove extension manager from solaris launch menu</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m230</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5541&amp;Path=SRC680%2Fvq40">vq40</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Build system fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m230</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5779&amp;Path=SRC680%2Fcalc44">calc44</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Calc patches and bug fixes for 2.4</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m231</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5570&amp;Path=SRC680%2Fdba24a">dba24a</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">ongoing DBA bugfixing towards OOo 2.4</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m231</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5879&amp;Path=SRC680%2Fjsc19">jsc19</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">CWS is used to update the type reference library to latest released version of OO.org2.3. <br>It's only used during the build to detect potential type conflicts. No complete office build is necessary.</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m231</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5778&amp;Path=SRC680%2Fsb76">sb76</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">stoc library merge</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m231</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5873&amp;Path=SRC680%2Fsrc680m231masterfix">src680m231masterfix</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;"></p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m231</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5079&amp;Path=SRC680%2Fswwarnings">swwarnings</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Remove warnings from sw and writerperfect</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m231</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=true&amp;Id=5612&amp;Path=SRC680%2Fvcl82">vcl82</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">2.4 issues</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">SRC680m231</font></td>
</tr>
</tbody>
</table>
<br>
<br>
</body>
</html>