blob: 33d5bb13c754e2118d8a8f05fd5131f8315ea1d6 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="StarOffice 8 (Linux)" name="GENERATOR">
<meta content="20041215;16393200" name="CREATED">
<meta content="Eike Rathke" name="CHANGEDBY">
<meta content="20050906;11430300" name="CHANGED">
<title>DEV300 m70 Developer 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>
</head>
<body>
<h2 id="top">DEV300 m70 Developer Snapshot - Release Notes</h2>
These notes contain changes between DEV300_m60 and DEV300_m70.<br>
Please have a look for older Release Notes if you need to know former changes (example:
<a href="http://development.openoffice.org/releases/DEV300_m60_snapshot.html">DEV300_m60</a>).<br>
This build will install as OOo-Dev 3.3.<br>
Sources can be received from HG (Mercurial) by tag DEV300_m70.<br>
<br>
<ul>
<li><h3><a href="#note" title="Important Notes">Important Notes</a></h3></li>
<li><h3><a href="#new" title="New features/enhancements that where integrated">What's new?</a></h3></li>
<li><h3><a href="#cws" title="Integrated Child Workspaces (CWS)">Integrated Child Workspaces (CWS)</a></h3></li>
</ul>
<br>
<h2 id="note">Important Notes</h2>
DEV300_m60 was the last build towards OOo 3.2 from this codeline. Then a branch was done to release from the OOO320 codeline.<br>
DEV300_m61 is the first build that goes on with the unstable trunk. It does <b>not</b> belong to OOo 3.2. See also the blog article on
<a href="http://blogs.sun.com/GullFOSS/entry/new_branch_for_ooo_3">GullFOSS</a>.<br>
The next branch date is scheduled here: <a href="http://wiki.services.openoffice.org/wiki/OOoRelease33">OOo 3.3</a>.<br>
<p class="footer"><small><a href="#top" title="Go back to the top of the page">Go back to top</a></small></p>
<br>
<h2 id="new">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>
Description
</th>
<th>
Dev. owner
</th>
<th>
Spec. link
</th>
<th>
Component
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
allow to overrule Base's heuristics for primary key support
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=104329">i104329
</a>
</td>
<td>
&nbsp;
</td>
<td>
There's a new option "Supports primary keys" in the Advanced Settings
of a database, which is to overrule Base's heuristics used to detect
whether the database it connects to supports primary keys.
This new option is available for database connections via ODBC, JDBC,
and ADO.
</td>
<td>
<a href="mailto:frank.schoenheit@sun.com">frank.schoenheit@sun.com</a>
</td>
<td>
&nbsp;
</td>
<td>dba
</td>
</tr>
<tr>
<td>
SRB: AddField dialog now accessible via ALT+F8
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=104836">i104836
</a>
</td>
<td>
&nbsp;
</td>
<td>
In the Sun Report Designer the Add Field dialog can be accessed via
the accelerator key ALT+F8.
</td>
<td>
<a href="mailto:ocke.janssen@sun.com">ocke.janssen@sun.com</a>
</td>
<td>
&nbsp;
</td>
<td>dba
</td>
</tr>
<tr>
<td>
text(-like) input form controls also support the "Vertical Alignment"
property
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=106184">i106184
</a>
</td>
<td>
&nbsp;
</td>
<td>
Input form controls (text fields etc.) now also support the "Vertical
Align" property known from non-input controls like fixed texts etc.
</td>
<td>
<a href="mailto:frank.schoenheit@sun.com">frank.schoenheit@sun.com</a>
</td>
<td>
&nbsp;
</td>
<td>dba
</td>
</tr>
<tr>
<td>
Base now supports database registrations configured as read-only
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=84012">i84012
</a>
</td>
<td>
&nbsp;
</td>
<td>Database registrations are normally maintained via
Tools/Options/Databases. The registrations are stored in
OpenOffice.org's configuration, which means it is also possible to
deploy additional configuration fragments (e.g. via extensions) which
contain additional registrations. If those configuration fragments are
declared as read-only (by using the usual configuration mechanisms for
this), then the UI now respects this, by disallowing modifications
(editions, removal) of this registration entry.
</td>
<td>
<a href="mailto:frank.schoenheit@sun.com">frank.schoenheit@sun.com</a>
</td>
<td>
&nbsp;
</td>
<td>dba
</td>
</tr>
<tr>
<td>
testtool: Enable tabswitching on named dialog
</td>
<td>
<a href="http://www.openoffice.org/issues/show_bug.cgi?id=104281">i104281
</a>
</td>
<td>
&nbsp;
</td>
<td>
Old behaviour to switch tab pages on a dialog looks like:
kontext
active.setPage nameOfPage
kontext "nameOfPage"
This lead to problems in case another messagebox is also open - which
is also of type 'active'.
Now it is possible to name the dialog with:
kontext "dialogName"
dialogName.setPage nameOfPage
kontext "nameOfPage"
in addition to the old behaviour, where available.
</td>
<td>
<a href="mailto:tbo@openoffice.org">tbo@openoffice.org</a>
</td>
<td>
&nbsp;
</td>
<td>qa
</td>
</tr>
</tbody>
</table>
<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>Description </th>
<th>Dev. owner </th>
<th>Spec. link </th>
<th>Component </th>
</tr>
</thead> <tbody>
<tr>
<td>Allow to show UI during Gnome session shutdown. </td>
<td> <a href="http://www.openoffice.org/issues/show_bug.cgi?id=105172">i105172
</a> </td>
<td>&nbsp; </td>
<td>The new implementation allows now to let office show a
dialog on Gnome shutdown in case there is a modified document. </td>
<td> <a href="mailto:Mikhail.Voytenko@Sun.COM">Mikhail.Voytenko@Sun.COM</a>
</td>
<td>&nbsp; </td>
<td>framework </td>
</tr>
<tr>
<td>editing custom properties of type 'Duration' </td>
<td> <a href="http://www.openoffice.org/issues/show_bug.cgi?id=97029">i97029
</a> </td>
<td>Custom Document Properties </td>
<td>Current implementation supports only four text field
info1 to 4. The
new implementation allows to create user defined name value pairs of a
certain data type. This is important for document management in
companies. </td>
<td> <a href="mailto:frank.loehmann@sun.com">Frank
Loehmann (FL) </a> </td>
<td> <a href="http://specs.openoffice.org/appwide/fileIO/Custom_Document_Properties.odt">speclink
</a> </td>
<td>framework </td>
</tr>
</tbody>
</table>
<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>Description </th>
<th>Dev. owner </th>
<th>Spec. link </th>
<th>Component </th>
</tr>
</thead> <tbody>
<tr>
<td>form controls (some of them) use the same text
rendering as the
containing document </td>
<td> <a href="http://www.openoffice.org/issues/show_bug.cgi?id=105717">i105717
</a> </td>
<td>&nbsp; </td>
<td>Form controls in text documents now render their text
the same way the
document itself does, thus making the appearance of controls as part of
a text flow much more consistent. </td>
<td> <a href="mailto:frank.schoenheit@sun.com">frank.schoenheit@sun.com</a>
</td>
<td>&nbsp; </td>
<td>framework </td>
</tr>
</tbody>
</table>
<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>Description </th>
<th>Dev. owner </th>
<th>Spec. link </th>
<th>Component </th>
</tr>
</thead> <tbody>
<tr>
<td>Allow duplicate field names in PDF export </td>
<td> <a href="http://www.openoffice.org/issues/show_bug.cgi?id=103932">i103932
</a> </td>
<td>PDF Export Dialog </td>
<td>t is now possible to allow the same name for multiple
fields in PDF
export. The default is to still make the field names unique when
exporting to PDF. </td>
<td> <a href="http://specs.openoffice.org/appwide/pdf_export/PDFExportDialog2.odt">speclink
</a> </td>
<td>gsl </td>
<td>&nbsp; </td>
</tr>
</tbody>
</table>
<p class="footer"><small><a href="#top" title="Go back to the top of the page">Go back to top</a></small></p>
<br>
<h2 id="cws">Integrated Child Workspaces (CWS)</h2>
<table>
<thead><tr class="TableHead1">
<td><font class="TableHead1"><br>
Name</font></td>
<td><font class="TableHead1"><br>
Description</font></td>
<td><font class="TableHead1"><br>
Milestone (integrated)</font></td>
</tr>
</thead><tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9116&Path=DEV300%2Fautomationdev300m69cat0">automationdev300m69cat0</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Testscriptfixes
for DEV300_m69</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9112&Path=DEV300%2Fcalc32stopper8_DEV300">calc32stopper8_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Calc
stopper issue for 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9114&Path=DEV300%2Fdba32k_DEV300">dba32k_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">3.2
show stopper fixing</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8806&Path=DEV300%2Fdba33b">dba33b</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">ongoing
DBA bug fixing for 3.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9117&Path=DEV300%2Fdict32b_DEV300">dict32b_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Dictionary
fixes for OOo 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9099&Path=DEV300%2Fexchgcmtdoc2">exchgcmtdoc2</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Import
exporting to .doc of "change comments" as normal comments attached to a
change. </p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8710&Path=DEV300%2Ffwk120">fwk120</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OpenOffice.org
3.3 issues.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9113&Path=DEV300%2Ffwk134_DEV300">fwk134_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Showstopper
issues for OOo 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9118&Path=DEV300%2Ffwk135_DEV300">fwk135_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">CWS
for Framework OOo3.2 showstopper fixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9119&Path=DEV300%2Fimpress185_DEV300">impress185_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">showstopper
fixes for the graphics applications</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8961&Path=DEV300%2Fmenuincustomtoolbar">menuincustomtoolbar</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">1) Provide ability to add menus to custom toolbars<br>2) and persist the associated data ( including the menu & submenu ) content<br>3) allow menu and toolbar items to override the <br>global ( in the case of menus ) and container ( in the case<br> of custom toolbar ) settings to enable the items to chose<br>whether associated text and/or icons are displayed<br>4) allow a custom tooltip to be sepecified for custom toolbar<br>items</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=7202&Path=DEV300%2Fprinterpullpages">printerpullpages</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Printing
restructuring works</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9120&Path=DEV300%2Fsw32bf10_DEV300">sw32bf10_DEV300</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">DEV300m70</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8930&Path=DEV300%2Ftl76">tl76</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Introduction of new OpenSymbol font for OOo 3.3.<br>And applying respective changes in Math to use the new font.</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m70</font></td>
</tr>
</tbody>
</table>
<br>
<table>
<thead></thead><tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9051&Path=DEV300%2Faus111">aus111</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">make
help file (.xhp) localization available outside of helpcontent2 module</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8680&Path=DEV300%2Faw078">aw078</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Development
CWS</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9101&Path=DEV300%2Fcalc32stopper7_DEV300">calc32stopper7_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo3.2
Calc stopper fix.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9012&Path=DEV300%2Fcmcfixes68">cmcfixes68</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Integrate
edge-case powerpc UNO bridge ABI mis-implementation and handle
soft-float situation.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8903&Path=DEV300%2Fd2v02">d2v02</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">cleanup
link mess with X11 library after DEV300m60</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9005&Path=DEV300%2Ffontooocleanup">fontooocleanup</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">complete FontOOo removal as it's grossly obsolete.<br>(msfontextract already was removed by mh, but configure.in/set_soenv.in and didctionaries still<br>had stuff for it)</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9102&Path=DEV300%2Ffwk133_DEV300">fwk133_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Framework
showstopper fixes for OOo3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9103&Path=DEV300%2Finstaller14_DEV300">installer14_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Last
minute fixes for Windows Installer (Windows Vista or later)</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9003&Path=DEV300%2Fjl144">jl144</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Building
related fixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8938&Path=DEV300%2Fnative273">native273</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Replacing
MS merge modules for runtime libraries with redistributable executables.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9028&Path=DEV300%2Fnative275">native275</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Update
to OOo 3.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9074&Path=DEV300%2Fobo43">obo43</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Bug
fix for nss / unxmacxi</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8779&Path=DEV300%2Fodficonsso1">odficonsso1</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">DEV300m69</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8904&Path=DEV300%2Fpythonssldedux">pythonssldedux</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">enable ssl module in vanilla built-in python<br>(replaces pythonssl cws which the buildbots report as having 0 changes)</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8792&Path=DEV300%2Fsb116">sb116</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">various
OOo 3.3 fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m69</font></td>
</tr>
</tbody>
</table>
<br>
<table>
<thead> </thead><tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8574&Path=DEV300%2Fause106">ause106</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">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8813&Path=DEV300%2Fautomationdev300m61">automationdev300m61</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Collection of several fixes for DEV300 testautomation;<br>Lifetime [sh,c]ould be 'til end of year...</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9059&Path=DEV300%2Fbl01_DEV300">bl01_DEV300</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">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9072&Path=DEV300%2Fcalc32stopper6_DEV300">calc32stopper6_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo
Calc 3.2 fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8972&Path=DEV300%2Fcmcfixes67">cmcfixes67</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix
build and warnings that primarily affect building on Fedora</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9079&Path=DEV300%2Fcommunitypatches320_DEV300">communitypatches320_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Code
only related patches provided by the OOo community.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9054&Path=DEV300%2Fexpat201_DEV300">expat201_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Upgrade
expat to 2.0.1</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9060&Path=DEV300%2Ffwk128_DEV300">fwk128_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">CWS
for Gnome session shutdown problem.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9055&Path=DEV300%2Ffwk129_DEV300">fwk129_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Framework
showstopper fixes for OOo3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9070&Path=DEV300%2Ffwk131_DEV300">fwk131_DEV300</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">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9082&Path=DEV300%2Ffwk132_DEV300">fwk132_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">The
problem with Unix SMB-clients that do not support mmap().</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9056&Path=DEV300%2Fjl143_DEV300">jl143_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Showstopper
CWS, NSS update</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9083&Path=DEV300%2Fjl146_DEV300">jl146_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Showstopper
for 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8488&Path=DEV300%2Fkillnonpro">killnonpro</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Some fixes in build environment and source code to get rid of PRODUCT variable in source code<br>Some cleanups in dependencies<br>Split svx in three parts (svx, cui, msfilter)</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9058&Path=DEV300%2Flocalization37fix_DEV300">localization37fix_DEV300</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">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9071&Path=DEV300%2Fmh32_last_DEV300">mh32_last_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">update
year of copyright notice</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9081&Path=DEV300%2Fmingwport26_DEV300">mingwport26_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">mingw
port update fix</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9068&Path=DEV300%2Fooo32gsl08_DEV300">ooo32gsl08_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix
3.2 issues</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9069&Path=DEV300%2Fooo32gsl09_DEV300">ooo32gsl09_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">3.2
showstoppers</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9080&Path=DEV300%2Fooo32gsl10_DEV300">ooo32gsl10_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">KDE
plugin detection</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8724&Path=DEV300%2Fos137">os137</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Bugfixing
OOo 3.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9057&Path=DEV300%2Fos139_DEV300">os139_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Showstopper
fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9067&Path=DEV300%2Fqstartfix2_DEV300">qstartfix2_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix
a unix specific systray nasty.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9084&Path=DEV300%2Fsw32bf09_DEV300">sw32bf09_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo
3.2 show stopper fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8848&Path=DEV300%2Fvcl107">vcl107</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">3.3
issues</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m68</font></td>
</tr>
</tbody>
</table>
<br>
<table>
<thead> </thead><tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8727&Path=DEV300%2Fadc26">adc26</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix
broken @see tags regression. </p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8932&Path=DEV300%2FautomationOOO320m3_DEV300">automationOOO320m3_DEV300</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">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8948&Path=DEV300%2FautomationOOO320m4_DEV300">automationOOO320m4_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">[Automation]<br>Scriptfixes for greenstate OOo 3.2</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8989&Path=DEV300%2Fautomationooo320m5cat0_DEV300">automationooo320m5cat0_DEV300</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">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9020&Path=DEV300%2Fautomationooo320m6_DEV300">automationooo320m6_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">[Automation]<br>Script fixes for greenstate OOo 3.2 based on m6 milestone</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8974&Path=DEV300%2Fcalc32stopper5_DEV300">calc32stopper5_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Calc
3.2 stopper issues</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8935&Path=DEV300%2Fcms32fix_DEV300">cms32fix_DEV300</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">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8885&Path=DEV300%2Fdba32i_DEV300">dba32i_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">ongoing
DBA bug fixing towards OOo 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9011&Path=DEV300%2Fdba32j_DEV300">dba32j_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">ongoing
DBA bugfixing towards 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8673&Path=DEV300%2Fdba33a">dba33a</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">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9033&Path=DEV300%2Fdev300m67masterfix">dev300m67masterfix</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">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8994&Path=DEV300%2Fdv16_DEV300">dv16_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Last
minute bugfixes for the extension manager</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9019&Path=DEV300%2Fdv18_DEV300">dv18_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix
for hourly extension update check</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8985&Path=DEV300%2Ffwk125_DEV300">fwk125_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Framework
show stopper for OOo 3.2.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8766&Path=DEV300%2Fgridcontrol_02">gridcontrol_02</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">accessibility
for grid control</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9008&Path=DEV300%2Fhb32showstoppers2_DEV300">hb32showstoppers2_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">showstoppers
for OOo 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8977&Path=DEV300%2Fhb32showstoppers3_DEV300">hb32showstoppers3_DEV300</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">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8733&Path=DEV300%2Fhcmac02">hcmac02</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Some
Mac OS X Help issues</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8731&Path=DEV300%2Fhcshared24">hcshared24</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixing
issues of existing Help contents</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9016&Path=DEV300%2Ficuooo32_DEV300">icuooo32_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Upgrade
ICU to 4.0.1</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8978&Path=DEV300%2Fimpress182_DEV300">impress182_DEV300</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">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8980&Path=DEV300%2Fimpress183_DEV300">impress183_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo
3.2 show stopper bug fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8973&Path=DEV300%2Fimpressaccessibility5_DEV300">impressaccessibility5_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Presenter
Console extension related fixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8934&Path=DEV300%2Fimpressaccessibility6_DEV300">impressaccessibility6_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOO
3.2 show stopper bug fixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8772&Path=DEV300%2Fimpresspaintbrush01">impresspaintbrush01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Adding
text support for the format paintbrush feature in impress and draw</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8933&Path=DEV300%2Fjl141_DEV300">jl141_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Bundling
java 6u17</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8976&Path=DEV300%2Fjl142_DEV300">jl142_DEV300</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">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8993&Path=DEV300%2Flocalization37_DEV300">localization37_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">L10N
cws for OOo 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8950&Path=DEV300%2Fm_DEV300">m_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">fix
for not setting the initials by default in user dialog.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8695&Path=DEV300%2Fnpower12">npower12</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">sync
api from ooo-build, add sources ( non enabled ) for vba for word</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8936&Path=DEV300%2Fooo32gsl03_DEV300">ooo32gsl03_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">3.2
showstoppers</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8986&Path=DEV300%2Fooo32gsl04_DEV300">ooo32gsl04_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixes
for OOo32 showstoppers</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9010&Path=DEV300%2Fooo32gsl06_DEV300">ooo32gsl06_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">GSL
issues worthy of OOo32</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9018&Path=DEV300%2Fooo32gsl07_DEV300">ooo32gsl07_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">GSL
related issues for OOo320</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8920&Path=DEV300%2Frtspare01">rtspare01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Minor
build fixes around 'deliver' and 'checkdeliver'.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8963&Path=DEV300%2Fsconfigl10n">sconfigl10n</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Support
for source_config file in localize tooling</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8949&Path=DEV300%2Fsdk32fix_DEV300">sdk32fix_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Used
for late SDK 3.2 fixes </p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=7929&Path=DEV300%2Fslideshow1">slideshow1</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Slide
show related bug fixes and improvements.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8888&Path=DEV300%2Fsw32bf06_DEV300">sw32bf06_DEV300</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">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8987&Path=DEV300%2Fsw32bf07_DEV300">sw32bf07_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo
3.2 show stopper fixes in Writer</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9017&Path=DEV300%2Fsw32bf08_DEV300">sw32bf08_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo
3.2 show stopper fixes in Writer</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8894&Path=DEV300%2Ftkr27_DEV300">tkr27_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">change
static linkage to dynamic linkage of neon library</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8975&Path=DEV300%2Ftkr28_DEV300">tkr28_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Windows 64 Bit OOo Shell Extension, Desktop Search, Internet Explorer ActiveX Control<br><br><br><br></pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8988&Path=DEV300%2Ftkr29_DEV300">tkr29_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">3.2
Bug fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=9009&Path=DEV300%2Ftkr30_DEV300">tkr30_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Update
OpenSSL</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8893&Path=DEV300%2Ftl75_DEV300">tl75_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixes
for OO 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8707&Path=DEV300%2Fvalidityref">validityref</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Cell
reference input in the Validity dialog</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m67</font></td>
</tr>
</tbody>
</table>
<br>
<table>
<thead> </thead><tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8971&Path=DEV300%2Fbuildtool07">buildtool07</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">This CWS contains some fixes for the build tool, such as:<br>- broken incompatible build modus<br>- busy waiting in multiprocessing modus<br>- some typo and style fixing<br>- ability to add modules automatically with "--from" and such<br><br>This CWS has changes, that should actually be in the buildtool06. Because of urgency,<br>scm changes and related changes in last minors, the changes from buildtool06 have been<br>transited to this CWS</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8862&Path=DEV300%2Fc07v026_DEV300">c07v026_DEV300</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">DEV300m66</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8861&Path=DEV300%2Fc30v001_DEV300">c30v001_DEV300</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">DEV300m66</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8886&Path=DEV300%2Fcalc32stopper4_DEV300">calc32stopper4_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Calc
3.2 fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8776&Path=DEV300%2Fcmcfixes64">cmcfixes64</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">bridge
and build fixes for 64bit and minority linux platforms</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8737&Path=DEV300%2Fcoc02">coc02</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">DEV300m66</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8687&Path=DEV300%2Fcontroltextrendering">controltextrendering</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">allow controls contained in documents to render their text the<br>same way as text in the document is rendered.</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8643&Path=DEV300%2Fhr67">hr67</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">CWS-Tooling:
adapt "cws fetch" to the new style "source_config" source tree layout.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8884&Path=DEV300%2Fimpress180_DEV300">impress180_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo3.2
showstopper workspace</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8860&Path=DEV300%2Fjl133_DEV300">jl133_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">bundled
extensions for OpenSolaris</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8883&Path=DEV300%2Fjl139_DEV300">jl139_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">linux
build breaker in security module</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8969&Path=DEV300%2Flinuxhppa1">linuxhppa1</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Port
OOo to Linux HPPA (PA-RISC)</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8853&Path=DEV300%2Fnative271">native271</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Changes
for admin.pl, no office code changed</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8859&Path=DEV300%2Fooo32gsl01_DEV300">ooo32gsl01_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Graphics
related OOo 3.2 showstoppers</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8887&Path=DEV300%2Fooo32gsl02_DEV300">ooo32gsl02_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">3.2
showstoppers</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8742&Path=DEV300%2Fsw33bf01">sw33bf01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixes
in Writer for OOo 3.3</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8872&Path=DEV300%2Fwriterfilter32bugfixes01_DEV300">writerfilter32bugfixes01_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Bug
fixes to writerfilter and sw for docx files import</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m66</font></td>
</tr>
</tbody>
</table>
<br>
<table>
<thead> </thead><tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8435&Path=DEV300%2Fause103">ause103</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">one
more step to align SO and OOo build</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8847&Path=DEV300%2Fause109">ause109</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">buildfixes
and cleanup</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8845&Path=DEV300%2Fautomationdev300m62cat0">automationdev300m62cat0</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixes
for Testautomation based on DEV300m62</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8655&Path=DEV300%2Fchangehc02">changehc02</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Change
Highcontrast detection from reacting on background color to artificial
"HC" mode.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8876&Path=DEV300%2Fcmcfixes65">cmcfixes65</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Remove
low-hanging extra warnings seen with -Wp,-D_FORTIFY_SOURCE=2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8902&Path=DEV300%2Fcmcfixes66">cmcfixes66</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix
low hanging reports from cppcheck</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8954&Path=DEV300%2Fdev300m65masterfix">dev300m65masterfix</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">DEV300m65</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8858&Path=DEV300%2Fimpress178_DEV300">impress178_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo
3..2 .showstopper cws</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8873&Path=DEV300%2Fpdbrelocation01">pdbrelocation01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">source_config
adaptions and fixed for pushchecksum and pdbrelocation</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8877&Path=DEV300%2Fsb117">sb117</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">DEV300m65</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8897&Path=DEV300%2Fsmoketest24">smoketest24</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">adaptions
for source_config</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8677&Path=DEV300%2Fvcl106">vcl106</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">3.3
issues</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m65</font></td>
</tr>
</tbody>
</table>
<br>
<table>
<thead> </thead><tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8740&Path=DEV300%2Fause108">ause108</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">DEV300m64</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8898&Path=DEV300%2Fdev300m64masterfix">dev300m64masterfix</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">DEV300m64</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8871&Path=DEV300%2Ffwk126_DEV300">fwk126_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Show
stopper CWS for OOo 3.2.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m64</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8867&Path=DEV300%2Fgsminhibit">gsminhibit</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Change
from org.gnome.Screensaver to org.gnome.SessionManager for optional
(defaults off)<br>
dbus using feature</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m64</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8855&Path=DEV300%2Finstaller11_DEV300">installer11_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Installer
bug fix</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m64</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8829&Path=DEV300%2Fjskhgpilot6">jskhgpilot6</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">[Automation]<br>Copy some changes from 3.2 branch to DEV300 (could not clone entire CWS as some changes are<br>branch specific)</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m64</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8840&Path=DEV300%2Fobo41">obo41</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">DEV300m64</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8857&Path=DEV300%2Foooimprovement5_DEV300">oooimprovement5_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">showstoppers
for 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m64</font></td>
</tr>
</tbody>
</table>
<br>
<table>
<thead> </thead><tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8827&Path=DEV300%2Fbserver49">bserver49</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">DEV300m63</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8648&Path=DEV300%2Fbuildverbosity">buildverbosity</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">quiten the build.<br><br>The idea is to bring some new life into the former idea of three<br>different build verbosity levels<br>(http://blogs.sun.com/GullFOSS/entry/shut_up_or_better_tell)<br>where "quiet" ("verbose=false") emits nearly no output, "debug"<br>("verbose=true") quite excessive output, and "normal" ("verbose"<br>not set) something inbetween.<br><br>The current output of a build is more like one would expect from<br>a "debug" level, so a lot of the current output will be silenced,<br>and only emitted if explicitly requested.</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m63</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8763&Path=DEV300%2Fcalc32stopper3">calc32stopper3</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Still
more Calc 3.2 fixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m63</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8726&Path=DEV300%2Fconfigurecheck">configurecheck</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Add
a check, if configure is new and doesn't have conflict marks. Not
Office relevant!</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m63</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8770&Path=DEV300%2Ffwk123">fwk123</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Framework
OOo3.2 show stopper fixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m63</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8837&Path=DEV300%2Fhr74">hr74</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">Improvements to CWS-Tooling (cws.pl)<br>- fix clone operation in case the milestone is not yet available in LOCAL or LAN source<br>- implement hook to prevent the accidental commit of CR/LF<br>- prevent 'cws rebase' on hg based child workspaces<br>- check if hgext.mq extension is enabled, needed for 'hg strip' </pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m63</font></td>
</tr>
</tbody>
</table>
<br>
<table style="width: 1084px; height: 1051px;">
<thead> </thead><tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8725&Path=DEV300%2Fab76_a11y">ab76_a11y</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">set
release to 3.3 and clone for OOO320</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8693&Path=DEV300%2Fc29v001a">c29v001a</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">DEV300m62</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8697&Path=DEV300%2Fcalc32stopper2">calc32stopper2</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">more
Calc 3.2 fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8674&Path=DEV300%2Fdba32h">dba32h</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">DEV300m62</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8787&Path=DEV300%2Fdev300m62masterfix">dev300m62masterfix</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">DEV300m62</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8732&Path=DEV300%2Ffwk121">fwk121</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">This
is framework Beta-showstoppper cws.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8741&Path=DEV300%2Ffwk122">fwk122</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Beta
Framework showstopper for OOo 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8814&Path=DEV300%2Ffwk124_DEV300">fwk124_DEV300</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Beta
show stopper for OpenOffice.org 3.2</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8642&Path=DEV300%2Fhr66">hr66</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Adapt
CWS-Toolng to mercurial hosted CWSs.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8685&Path=DEV300%2Fimpress177">impress177</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">showstopper
cws for OOo 3.2 release</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8709&Path=DEV300%2Fjl135_nss">jl135_nss</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Security
fixes. Updating external libraries.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8754&Path=DEV300%2Fjskhgpilot5">jskhgpilot5</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<pre style="padding: 2px; font-family: Courier,monospace;">[Automation]<br>Fixes for 3.2 greenstate, modules "framework" and "extensions"</pre>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8728&Path=DEV300%2Fmav55">mav55</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Accessibility
fix for Wiki Publisher.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8746&Path=DEV300%2Fmhremove01">mhremove01</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">remove
superfluous code </p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8778&Path=DEV300%2Fmingwport25">mingwport25</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Merger
Problem fix</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8764&Path=DEV300%2Fobo39">obo39</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fix
for MacOSX 10.6</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8747&Path=DEV300%2Frpm4lngx">rpm4lngx</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">The
CWS enables new baseline (libc2.32) for unxlngx6...</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="http://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8745&Path=DEV300%2Fsw32bf05">sw32bf05</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">fixes
of show stoppers for OOo 3.2 in Writer</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m62</font></td>
</tr>
</tbody>
</table>
<br>
<table>
<thead> </thead> <tbody>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8723&Path=DEV300%2Fause107">ause107</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">remove
obsolete build prerequisites</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m61</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8699&Path=DEV300%2Fautomationdev300m58cat0">automationdev300m58cat0</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixes
on testscripts necessary for the Master DEV300 and OOO320</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m61</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8481&Path=DEV300%2Fbserver48">bserver48</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">DEV300m61</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8681&Path=DEV300%2Fbuildtool05">buildtool05</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Some
build tool fixes, as well as initial implementation for managing build
process via generated html page</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m61</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8631&Path=DEV300%2Fcmcfixes62">cmcfixes62</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">outstanding
build and 64bit fixes</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m61</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8735&Path=DEV300%2Fdev300m61masterfix">dev300m61masterfix</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">DEV300m61</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8696&Path=DEV300%2Ffwk117">fwk117</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo3.2
beta showstopper CWS for framework fixes.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m61</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8712&Path=DEV300%2Ffwk118">fwk118</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">OOo
3.2 framework show stopper.</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m61</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8730&Path=DEV300%2Fimpressnotes03">impressnotes03</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixes
a showstopper for the new comments in impress feature that was
introduced while merging the feature cws into m60</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m61</font></td>
</tr>
<tr class="a">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8736&Path=DEV300%2Fjskhgpilot4">jskhgpilot4</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">[Automation]
Playground for test script fixing</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m61</font></td>
</tr>
<tr class="b">
<td class="SmallText1"><font class="SmallText1"><a href="https://tools.services.openoffice.org/EIS2/cws.ShowCWS?logon=false&Id=8703&Path=DEV300%2Fsw32bf04">sw32bf04</a></font></td>
<td class="SmallText1"><font class="SmallText1">
<p style="padding: 2px; font-family: Courier,monospace;">Fixes
in Writer for OOo 3.2 (showstoppers)</p>
</font></td>
<td class="SmallText1"><font class="SmallText1">DEV300m61</font></td>
</tr>
</tbody>
</table>
<p class="footer"><small><a href="#top" title="Go back to the top of the page">Go back to top</a></small></p>
</body>
</html>