blob: 9733e3483dbf6cd23a43707a33385ebc850d1790 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>1.9 m65 snapshot</title>
</head>
<body>
<h1>1.9 m65 Snapshot <br>
</h1>
<h2>Release Notes</h2>
these notes contains changes between 680_m63 and&nbsp; 680_m65.<br>
this release will install as OpenOffice.org 1.9.65, it comes with ugly
hacked splash screen to make clear, that this is not the final 2.0
build.<br>
Sources can be received from cvs by tag SRC680_m65.<br>
<br>
<h2>Important Notes <br>
</h2>
<h3>File Format</h3>
Some documents that have been saved with SRC680 build prior to m64
cannot be loaded into SRC680m64 and future builds. This espacially
applies to Writer documents. To be able to load them, the file need to
be coverted. The conversion can be done as follows:<br>
<br>
<ol>
<li>&nbsp;Create a backup of the document.</li>
<li>Rename the document to a file with the same name but an
extensions that has the 2nd "o" replaced with a "d". For instance,
test.oot becomes test.odt. For drawing documents, use the extension
"odg". For templates,only the extension of drawing templates has to be
changed to "otg".</li>
<li>Unzip the sub documents "mimetype" and "META-INF/manifest.xml"
from the document using an arbitrary zip tool.</li>
<li>Within the unzipped "mimetype" and "META-INF/manifest.xml" files,
replace all occurencies of "x-vnd.oasis.openoffice" with
"vnd.oasis.opendocument".</li>
<li>Add the "mimetype" file uncompressed to the document.</li>
<li>Add "META-INF/manifest.xml" to the document.</li>
<li>Load the document into OpenOffice.org and resave it.<br>
</li>
</ol>
For a file called test.oot, on Unix/Solaris the following commands do
that job:<br>
<br>
<blockquote type="cite">
<pre wrap=""><span class="moz-txt-citetags">&gt; </span>cp test.oot test.odt<br><span
class="moz-txt-citetags">&gt; </span>unzip test.odt mimetype META-INF/manifest.xml<br><span
class="moz-txt-citetags">&gt; </span>mv mimetype mimetype.bak<br><span
class="moz-txt-citetags">&gt; </span>sed -e"s/x-vnd\.oasis\.openoffice/vnd.oasis.opendocument/"<br></pre>
</blockquote>
<pre wrap=""><!----> mimetype.bak &gt;mimetype<br></pre>
<blockquote type="cite">
<pre wrap=""><span class="moz-txt-citetags">&gt; </span>zip -0 test.odt mimetype<br><span
class="moz-txt-citetags">&gt; </span>mv META-INF/manifest.xml META-INF/manifest.xml.bak<br><span
class="moz-txt-citetags">&gt; </span>sed -e"s/x-vnd\.oasis\.openoffice/vnd.oasis.opendocument/"<br></pre>
</blockquote>
<pre wrap=""><!----> META-INF/manifest.xml.bak &gt;META-INF/manifest.xml<br></pre>
<blockquote type="cite">
<pre wrap=""><span class="moz-txt-citetags">&gt; </span>zip test.odt META-INF/manifest.xml<br><span
class="moz-txt-citetags">&gt; </span>[start OpenOffice.org, load file and dave it again]<br></pre>
</blockquote>
<br>
Background: The OASIS Open Office Technical Committee (TC) recently
decided to rename its specification from "Open Office Specification
1.0" to "OASIS Open Document Format for Office Applications
(OpenDocument) 1.0", abbreviated "OpenDocument". At the same time the
TC decided to use new extensions (odt, ods, etc. instead oot, oos,
etc.), new MIME types (application/vnd.oasis.opendocument.text, etc.
instead of application/vnd.oasis.openoffice.text, etc) and new XML
namespace URIs.<br>
This change has been implemented in SRC680m64.<br>
Elizabeth explained the proper naming in
her <a href="http://l10n.openoffice.org/servlets/ReadMsg?list=dev&msgNo=4425">message</a> to the dev@l10n list.
<br>
<h2>What's new ?</h2>
<font color="grey">- if you miss some features in the list or the list
is empty, it is possible that the feature-announcement is missing. <br>
- or the issue wasn't added to a CWS, have a look at the issue in EIS. </font><br>
<br>
<br>
<br>
<table bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0">
<thead> <tr bgcolor="#eeeeee">
<th>Feature title </th>
<th>TaskId </th>
<th>Spec. abstract </th>
<th>Spec. link </th>
<th>Component </th>
</tr>
</thead> <tbody>
<tr>
<td>Hangul Hanja feature changed </td>
<td>intern </td>
<td>In Korean apart from Hangul (Korean alphabet) Hanja (Chinese
characters) is often used for writing. Since all Hanja words have a
transliteration in Hangul Koreans often first write a word in Hangul
and convert it then to Hanja.
MS Word and Hancom 97/2002 provide special functionality to address
this issue. To stay competitive on the Korean market OpenOffice.org 1.1
will need to have such feature, too.
<!--
(According to SunONE Korea this feature is regarded as a show stopper
in case of not-having it!)
All of this spec has 1.1 Beta as a goal, apart from the sections that
are marked &#8220;Goal '2.0'&#8221;.
Current iBIS tasks: 105688 , 109443, 110125 and 110117
-->
</td>
<td> <a
href="http://specs.openoffice.org/g11n/HHC/Hangul-Hanja_Conversion.sxw">speclink
</a> </td>
<td>L10N </td>
</tr>
<tr>
<td>form property browser follows user action </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=11287">i11287
</a></td>
<td>feature-info:<br>
As a small convenience improvement when designing form documents (and
as welcome side effect of another implementation in CWS eforms2), the
content of the form property browser now follows the user action.
That is: Previously, if you displayed properties of a form in the
property browser, and then selected a control in your document, the
property browser switched to the form which this control belonged to.
Effectively, this means the property browser content usually didn't
change, which was confusing.
Nowadays, whenever you select a form control in the document view, or
a control or form in the form navigator (or, in both cases: more than
one), the property browser will follow this selection, and display the
properties of the selected object(s). </td>
<td> <font color="red">speclink<br>
not set</font> </td>
<td>dba </td>
</tr>
<tr>
<td>Extension for UserDefinedDriver in the registry </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=33591">i33591
</a></td>
<td>feature-info:<br>
The registry schema for the
org.openoffice.Office.DataAccess.UserDefinedDriver now contains an
Extension property, which should be set if the driver needs to select
a file to connect to. If the Extension is empty no browse button will
be shown in the connection dialog, otherwise the fileopen dialog
appears with the extension set as filter.
Best regards,
Ocke </td>
<td> <font color="red">speclink<br>
not set</font> </td>
<td>dba </td>
</tr>
<tr>
<td>The default value for connection pooling changed to false </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=34787">i34787
</a></td>
<td>feature-info:<br>
The connection pool is now disabled by default. The same applies for
every database driver.
The options can be changed in the dialog -&gt;
(Tools-&gt;Options-&gt;OOoBase-&gt;Connections) </td>
<td> <font color="red">speclink<br>
not set</font> </td>
<td>dba </td>
</tr>
<tr>
<td>Windows: Binary file name changed to soffice.bin </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=20882">i20882
</a></td>
<td>The OpenOffice.org Error Reporting Tool and the document
recovery
features are combined into one work flow. When OpenOffice.org crashes
the documents will be saved and users get informed abut the upcoming
recovery process, followed by sending out an error report. </td>
<td> <a
href="http://specs.openoffice.org/appwide/errorreporter/error_report_2_0_ui_specification.sxw">speclink
</a> </td>
<td>framework </td>
</tr>
<tr>
<td>View menu for Start module and Bibliography </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=35058">i35058
</a></td>
<td>The View menus of all OOo 2.0 modules are restructured. The
first
segment contains the different viewing modes, the second segment
contains the toolbars and layout aids like rulers and guide, while the
last section contains full screen mode and zooming functions. Module
specific options are placed above the last group. The terminology is
also updated to better match the terms used by competing applications. </td>
<td> <a
href="http://specs.openoffice.org/appwide/menus/ViewMenu.sxw">speclink
</a> </td>
<td>framework </td>
</tr>
<tr>
<td>Start module has a "Tools - Customize" menu entry </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=35059">i35059
</a></td>
<td> <br>
</td>
<td> <a
href="http://specs.openoffice.org/appwide/start_module/StartModule.sxw">speclink
</a> </td>
<td>framework </td>
</tr>
<tr>
<td>Toolbar contents changed </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=35062">i35062
</a></td>
<td>This specification covers the Toolbar content changes for
OpenOffice.org 2.0 </td>
<td> <a
href="http://specs.openoffice.org/appwide/toolbars/Toolbar_content_spec.sxw">speclink
</a> </td>
<td>framework </td>
</tr>
<tr>
<td>New slide show subsystem for Impress </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=20477">i20477
</a></td>
<td>feature-info:<br>
In the CWS presentationengine01, the Impress slideshow subsystem is
completely overhauled. The underlying model data representation for
animation effects now borrows from SMIL (see
http://www.w3.org/TR/smil20/), and is able to handle nearly all of the
PPT effects.
On the UI, the new functionality is mainly reflected by two new task
panels, namely one for shape effect and one for slide
transitions. Overall, the workflow and controllability regarding
animation effects should be much improved. </td>
<td> <font color="red">speclink<br>
not set</font> </td>
<td>presentation </td>
</tr>
<tr>
<td>option buttons / check boxes now also exchanging text </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=116712">116712
</a></td>
<td>feature-info:<br>
Currently, check box and option button form controls can be bound to
cells in spreadsheet documents, but are only able to exchange boolean
values with those cells.
That is, when the control is selected resp. checked, TRUE appears in
the cell, and when it's not selected resp. unchecked, FALSE appears.
The "indetermined" state is mapped to #N/A.
With the integration of eforms2, both control types are also able to
exchange strings with their bound cell.
That is, if the "Reference value" of the control is set to an
non-empty string, this string will be used for data exchange with the
cell:
If the control is selected resp. checked, the ref value appears in the
cell, and when it's not selected resp. unchecked, an empty string
appears. The "indetermined" state is still mapped to #N/A.
In the opposite direction, when you enter something in the bound cell,
the respective control will be selected / checked if and only if the
cell content evaluates to the reference value.
This allows new use cases: For instance, you could create a group of 3
option buttons, all bound to the same cell, but having different
reference values: Here, the cell will always contain exactly the
reference value of the selected option button.
The details of this change have been added to the original feature
specification at
http://specs.openoffice.org/calc/compatibility/linkedcontrols.sxw. </td>
<td> <font color="red">speclink<br>
not set</font> </td>
<td>sc </td>
</tr>
<tr>
<td>Lotus 1-2-3 import supporting version 9.7 </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=34806">i34806
</a></td>
<td>feature-info:<br>
The Lotus 1-2-3 import now also loads files of Lotus versions up to
9.7, the file type list box lists the .123 file name extension
additionally to the already known .wk1 and .wks extensions. Opening a
Lotus 1-2-3 file without selecting a filter type now loads the file
into Calc instead of Writer. The feature set supported is similar to
the old *.wk? versions, with the addition of text attributes.
The following have been completed:
Rendering of Positive integers Rendering of Negative integers and
Character Data Rendering of Floating Point Numbers
Rendering of Numbers that are multiples of 10
Rendering of Long Numbers stored in IEEE Format
Rendering of Formula that does Summation, Avg
Rendering of Notes
Rendering of various other formula like abs, sqrt etc
Alignment of Text- Vertical as well as Horizontal
Bold, Italics and Underlined
Thanks to Ashwanth Premchandran and Michael Meeks. </td>
<td> <font color="red">speclink<br>
not set</font> </td>
<td>sc </td>
</tr>
<tr>
<td>Apache Xalan-J 2.6.0 has been added to the Office and build
environment </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=36335">i36335
</a></td>
<td>feature-info:<br>
Xalan-J 2.6.0, together with the embedded Xerces-J 2.6.2 version, has
been added to the build environment.
A new module 'xalan' has been created containing the three mandatory
JARs 'xalan.jar', 'xercesImpl.jar' and 'xml-apis.jar'.
All three JARs will be delivered into the
'<office_path>/program/classes' directory. Office components, which
want to use it, should load the JARs by their
manifest.
For example, the line 'Class-Path: xalan.jar xercesImp.jar
xml-apis.jar' has been added to the manifest 'MANIFEST.MF' of the
XSLTFilter.jar. By this all XSLT filter of the Office uses Xalan2.6
now.
Exception: JDK/JRE1.4 users will still use the integrated Xalan.
All changes are integrated with the CWS xsltfilter04 and will be most
probably available with the src680_m63 build. </office_path></td>
<td> <font color="red">speclink<br>
not set</font> </td>
<td>tools </td>
</tr>
<tr>
<td>Increase usability of file recovery (framework) </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=20078">i20078
</a></td>
<td>The OpenOffice.org Error Reporting Tool and the document
recovery
features are combined into one work flow. When OpenOffice.org crashes
the documents will be saved and users get informed abut the upcoming
recovery process, followed by sending out an error report. </td>
<td> <a
href="http://specs.openoffice.org/appwide/errorreporter/error_report_2_0_ui_specification.sxw">speclink
</a> </td>
<td>ui </td>
</tr>
<tr>
<td>Time stamps now are stored in a document when they are signed
</td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=20172">i20172
</a></td>
<td> <br>
</td>
<td> <a
href="http://specs.openoffice.org/appwide/security/Electronic_Signatures_and_Security.sxw">speclink
</a> </td>
<td>ui </td>
</tr>
<tr>
<td>Improve Emergency Recovery and Combine with AutoSave Feature
(framework) </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=20882">i20882
</a></td>
<td>Introduce new &#8220;AutoRecovery&#8221; function with the possibility to
configure the saving time frame. &#8220;AutoRecovery&#8221; recovers all SO
applications (including all documents, cursor and window positions)
exactly to the previously saved state. The user will get the same
working environment he had before the application terminated. User will
be informed using dialogs. </td>
<td> <a
href="http://specs.openoffice.org/appwide/recovery/Autorecovery.sxw">speclink
</a> </td>
<td>ui </td>
</tr>
<tr>
<td>First Start Wizard </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=29572">i29572
</a></td>
<td> <br>
</td>
<td> <a
href="http://specs.openoffice.org/appwide/migration/spec_migration.sxw">speclink
</a> </td>
<td>ui </td>
</tr>
<tr>
<td>"Digital Signature..." Menu Entry added to Tools - Macros Sub
Menu </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=36223">i36223
</a></td>
<td> <br>
</td>
<td> <a
href="http://specs.openoffice.org/appwide/security/Electronic_Signatures_and_Security.sxw">speclink
</a> </td>
<td>ui </td>
</tr>
<tr>
<td>No more .properties files containing localized descriptions
of registry
schema items </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=18588">i18588
</a></td>
<td>feature-info:<br>
The *.properties files containing localized descriptions and labels
for configuration schema items are not installed (under
$(install)/share/registry/res) any more.
There were no clients of this data left.
[Note: the internal 'ecomp' product is broken by this, but is being
removed currently and should not be tested any more.
Instead the schema item descriptions (only the default language - in
all known cases english) are now left inside the installed schema
files (under $(install)/share/registry/schema), where they can be
found by interested users (developers or system administrators) much
more easily. </td>
<td> <font color="red">speclink<br>
not set</font> </td>
<td>util </td>
</tr>
<tr>
<td>XForms support in Writer </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=31958">i31958
</a></td>
<td>XForms is an international standard for web forms. OO.org is
able
to create and edit XForms compatible forms. Part 1 of the specification
describes the graphical user interface (GUI) for Toolbars, modes and
the Data navigator for this new XForms functionality. </td>
<td> <a
href="http://specs.openoffice.org/appwide/xforms/GUI_spec_part1.sxw">speclink
</a> </td>
<td>word processing </td>
</tr>
<tr>
<td>XForms support in Writer (2) </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=31958">i31958
</a></td>
<td>XForms is an international standard for web forms. OO.org is
able
to create and edit XForms compatible forms. Part 2 of the specification
describes the graphical user interface for designing form controls
which live in XForms compatible form documents. </td>
<td> <a
href="http://specs.openoffice.org/appwide/xforms/GUI_spec_part2.sxw">speclink
</a> </td>
<td>word processing </td>
</tr>
<tr>
<td>Mail Merge Feature changed </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=34305">i34305
</a></td>
<td>The Mail Merge functionality will be totally renewed. The
user will
be assisted by a Merge Wizard. Advanced users will get a Toolbar from
where the most needed functions for creating a Merge are accessible.
The new Merge will also be much more flexible in managing &amp; editing
databases and allows to save into one single file. </td>
<td> <a
href="http://specs.openoffice.org/writer/mail_merge/mailmerge_specification.sxw">speclink
</a> </td>
<td>word processing </td>
</tr>
<tr>
<td>table style parent changed </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=34939">i34939
</a></td>
<td>OOo 2.0 now considers spacing and indent set for left / right
and
for above / below paragraphs when calculating the entire spacing to a
table's border. Those two sorts of spacing (paragraph and table) are
now being added instead of only considering the distance to border set
in the table's properties. This new feature improves the Microsoft
interoperability and is also set as default for new created Writer
documents to improve the export to Microsoft Word format. But this new
feature has some side effects for new created documents: Writer
automatically assigns paragraph styles "Table heading" and "Table
content" to a table's heading and content. Due to paragraph spacing,
set in those styles, the spacing between the last paragraph at the end
of a cell and the table border is now much bigger than in OO 1.1.
Especially single line paragraph content will not be shown vertically
centered within the table cell anymore.
Therefore the attribute spacing below paragraph is set to 0cm in the
"Table contents" and "Table heading" style. </td>
<td> <a
href="http://specs.openoffice.org/writer/tables/Consider_Paragraph_Spacing_on_Table_Borders.sxw">speclink
</a> </td>
<td>word processing </td>
</tr>
<tr>
<td>Bibliography now has a "Tools - Customize" menu entry </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=35060">i35060
</a></td>
<td>This document is a collection of links to specifications
related to the
new menu structure of OpenOffice.org 2.0. </td>
<td> <a
href="http://specs.openoffice.org/appwide/menus/MenuStructure.sxw">speclink
</a> </td>
<td>word processing </td>
</tr>
<tr>
<td>no "form properties" in XML form documents </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=36484">i36484
</a></td>
<td>XForms is an international standard for web forms. OO.org is
able
to create and edit XForms compatible forms. Part 2 of the specification
describes the graphical user interface for designing form controls
which live in XForms compatible form documents. </td>
<td> <a
href="http://specs.openoffice.org/appwide/xforms/GUI_spec_part2.sxw">speclink
</a> </td>
<td>word processing </td>
</tr>
<tr>
<td>Import/Export XSLT filter for Microsoft Spreadsheetml &amp;
Wordml now
installed by default </td>
<td><a
href="http://qa.openoffice.org/issues/show_bug.cgi?id=33450">i33450
</a></td>
<td>feature-info:<br>
With SRC680_m63 build the import and export filter of Microsoft's XML
formats Spreadsheetml and Wordml are becoming part of the default
installation set.
Earlier they belong to the optional 'XSLT Filter Samples'. </td>
<td> <font color="red">speclink<br>
not set</font> </td>
<td>xml </td>
</tr>
</tbody>
</table>
<br>
<br>
<h2>List of Feature/Enhancement Tasks</h2>
<table width="100%">
<tbody>
<tr>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?Submit%20query=Submit%20query&amp;issue_type=ENHANCEMENT&amp;issue_type=FEATURE&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=12228%2C13886%2C16318%2C17487%2C17764%2C17861%2C20172%2C20477%2C20518%2C20882%2C25686%2C26044%2C26155%2C26882%2C27259%2C27336%2C27368%2C27726%2C27780%2C27847%2C28480%2C28493%2C28755%2C28816%2C28900%2C29640%2C29884%2C30098%2C30190%2C30383%2C30833%2C31024%2C31376%2C31481%2C32133%2C32195%2C32217%2C32277%2C32314%2C32465%2C32559%2C32587%2C32676%2C32742%2C32743%2C32842%2C32921%2C32947%2C32974%2C33027%2C33093%2C33140%2C33212%2C33237%2C33255%2C33348%2C33359%2C33391%2C33419%2C33451%2C33584%2C33627%2C33716%2C33798%2C33806%2C33865%2C33868%2C33954%2C33971%2C34110%2C34116%2C34208%2C34242%2C34247%2C34248%2C34250%2C34291%2C34292%2C34314%2C34351%2C34434%2C34444%2C34485%2C34491%2C34560%2C34683%2C34711%2C34729%2C34777%2C34788%2C34804%2C34806%2C34816%2C34881%2C34938%2C34946%2C34951%2C34952%2C34968%2C34994%2C34997%2C35014%2C35017%2C35043%2C35062%2C35064%2C35095%2C35098%2C35107%2C35109%2C35111%2C35113%2C35119%2C35130%2C35133%2C35190%2C35269%2C35286%2C35322%2C35331%2C35334%2C35351%2C35352%2C35368%2C35390%2C35547%2C35564%2C35593%2C35618%2C35687%2C35714%2C35746%2C35772%2C35794%2C35801%2C35802%2C35851%2C35854%2C35886%2C35890%2C35899%2C35940%2C35972%2C36000%2C36002%2C36003%2C36004%2C36076%2C36078%2C36093%2C36113%2C36117%2C36214%2C36221%2C36222%2C36223%2C36228%2C36242%2C36243%2C36244%2C36249%2C36252%2C36255%2C36257%2C36276%2C36283%2C36284%2C36286%2C36300%2C36322%2C36330%2C36332%2C36333%2C36349%2C36352%2C36358%2C36452%2C36455%2C36457%2C36510%2C36525%2C36532%2C36552%2C36564%2C36576%2C36584%2C36604%2C36612%2C36650%2C36675%2C36687%2C36723%2C36730%2C36749%2C36762%2C36820%2C36821%2C36828%2C36831%2C36832%2C36833%2C36838%2C36844%2C36868%2C36903%2C36905%2C36906%2C36911%2C36922%2C36936%2C36938%2C36939%2C36946%2C36960%2C36975%2C36995%2C37013%2C37014%2C37016%2C37018%2C37024%2C37027%2C37047%2C37059%2C37063%2C37064%2C37067%2C37080%2C37089%2C37103%2C37154%2C37188%2C37232%2C37233%2C37235%2C37239%2C37247%2C37268%2C37278%2C37296%2C37330%2C37393%2C37403%2C37409%2C37413%2C37418%2C37493%2C37512%2C37613%2C37676%2C37704%2C37709%2C37712%2C37790%2C37796%2C37818%2C37819%2C37862%2C37863%2C37878%2C37887%2C37985%2C38033%2C38067%2C38073%2C38078%2C38080%2C38089%2C38100%2C38169%2C38179%2C38187%2C38212%2C38228%2C38233%2C38240%2C38245%2C38249%2C38282%2C38289%2C38290%2C38293%2C38297%2C38298%2C38302%2C38306%2C38307%2C38310%2C38341%2C38342%2C38357%2C38361%2C38363%2C38373%2C38385%2C38386%2C38392%2C38403%2C38457%2C38469%2C38470%2C38471%2C38492%2C38517%2C38626%2C38627%2C8930%2C8988%2C9188&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.issue_id">ID</a>
</th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=ENHANCEMENT&amp;issue_type=FEATURE&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=12228%2C13886%2C16318%2C17487%2C17764%2C17861%2C20172%2C20477%2C20518%2C20882%2C25686%2C26044%2C26155%2C26882%2C27259%2C27336%2C27368%2C27726%2C27780%2C27847%2C28480%2C28493%2C28755%2C28816%2C28900%2C29640%2C29884%2C30098%2C30190%2C30383%2C30833%2C31024%2C31376%2C31481%2C32133%2C32195%2C32217%2C32277%2C32314%2C32465%2C32559%2C32587%2C32676%2C32742%2C32743%2C32842%2C32921%2C32947%2C32974%2C33027%2C33093%2C33140%2C33212%2C33237%2C33255%2C33348%2C33359%2C33391%2C33419%2C33451%2C33584%2C33627%2C33716%2C33798%2C33806%2C33865%2C33868%2C33954%2C33971%2C34110%2C34116%2C34208%2C34242%2C34247%2C34248%2C34250%2C34291%2C34292%2C34314%2C34351%2C34434%2C34444%2C34485%2C34491%2C34560%2C34683%2C34711%2C34729%2C34777%2C34788%2C34804%2C34806%2C34816%2C34881%2C34938%2C34946%2C34951%2C34952%2C34968%2C34994%2C34997%2C35014%2C35017%2C35043%2C35062%2C35064%2C35095%2C35098%2C35107%2C35109%2C35111%2C35113%2C35119%2C35130%2C35133%2C35190%2C35269%2C35286%2C35322%2C35331%2C35334%2C35351%2C35352%2C35368%2C35390%2C35547%2C35564%2C35593%2C35618%2C35687%2C35714%2C35746%2C35772%2C35794%2C35801%2C35802%2C35851%2C35854%2C35886%2C35890%2C35899%2C35940%2C35972%2C36000%2C36002%2C36003%2C36004%2C36076%2C36078%2C36093%2C36113%2C36117%2C36214%2C36221%2C36222%2C36223%2C36228%2C36242%2C36243%2C36244%2C36249%2C36252%2C36255%2C36257%2C36276%2C36283%2C36284%2C36286%2C36300%2C36322%2C36330%2C36332%2C36333%2C36349%2C36352%2C36358%2C36452%2C36455%2C36457%2C36510%2C36525%2C36532%2C36552%2C36564%2C36576%2C36584%2C36604%2C36612%2C36650%2C36675%2C36687%2C36723%2C36730%2C36749%2C36762%2C36820%2C36821%2C36828%2C36831%2C36832%2C36833%2C36838%2C36844%2C36868%2C36903%2C36905%2C36906%2C36911%2C36922%2C36936%2C36938%2C36939%2C36946%2C36960%2C36975%2C36995%2C37013%2C37014%2C37016%2C37018%2C37024%2C37027%2C37047%2C37059%2C37063%2C37064%2C37067%2C37080%2C37089%2C37103%2C37154%2C37188%2C37232%2C37233%2C37235%2C37239%2C37247%2C37268%2C37278%2C37296%2C37330%2C37393%2C37403%2C37409%2C37413%2C37418%2C37493%2C37512%2C37613%2C37676%2C37704%2C37709%2C37712%2C37790%2C37796%2C37818%2C37819%2C37862%2C37863%2C37878%2C37887%2C37985%2C38033%2C38067%2C38073%2C38078%2C38080%2C38089%2C38100%2C38169%2C38179%2C38187%2C38212%2C38228%2C38233%2C38240%2C38245%2C38249%2C38282%2C38289%2C38290%2C38293%2C38297%2C38298%2C38302%2C38306%2C38307%2C38310%2C38341%2C38342%2C38357%2C38361%2C38363%2C38373%2C38385%2C38386%2C38392%2C38403%2C38457%2C38469%2C38470%2C38471%2C38492%2C38517%2C38626%2C38627%2C8930%2C8988%2C9188&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.component%2C%20issues.issue_id">Comp</a></th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=ENHANCEMENT&amp;issue_type=FEATURE&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=12228%2C13886%2C16318%2C17487%2C17764%2C17861%2C20172%2C20477%2C20518%2C20882%2C25686%2C26044%2C26155%2C26882%2C27259%2C27336%2C27368%2C27726%2C27780%2C27847%2C28480%2C28493%2C28755%2C28816%2C28900%2C29640%2C29884%2C30098%2C30190%2C30383%2C30833%2C31024%2C31376%2C31481%2C32133%2C32195%2C32217%2C32277%2C32314%2C32465%2C32559%2C32587%2C32676%2C32742%2C32743%2C32842%2C32921%2C32947%2C32974%2C33027%2C33093%2C33140%2C33212%2C33237%2C33255%2C33348%2C33359%2C33391%2C33419%2C33451%2C33584%2C33627%2C33716%2C33798%2C33806%2C33865%2C33868%2C33954%2C33971%2C34110%2C34116%2C34208%2C34242%2C34247%2C34248%2C34250%2C34291%2C34292%2C34314%2C34351%2C34434%2C34444%2C34485%2C34491%2C34560%2C34683%2C34711%2C34729%2C34777%2C34788%2C34804%2C34806%2C34816%2C34881%2C34938%2C34946%2C34951%2C34952%2C34968%2C34994%2C34997%2C35014%2C35017%2C35043%2C35062%2C35064%2C35095%2C35098%2C35107%2C35109%2C35111%2C35113%2C35119%2C35130%2C35133%2C35190%2C35269%2C35286%2C35322%2C35331%2C35334%2C35351%2C35352%2C35368%2C35390%2C35547%2C35564%2C35593%2C35618%2C35687%2C35714%2C35746%2C35772%2C35794%2C35801%2C35802%2C35851%2C35854%2C35886%2C35890%2C35899%2C35940%2C35972%2C36000%2C36002%2C36003%2C36004%2C36076%2C36078%2C36093%2C36113%2C36117%2C36214%2C36221%2C36222%2C36223%2C36228%2C36242%2C36243%2C36244%2C36249%2C36252%2C36255%2C36257%2C36276%2C36283%2C36284%2C36286%2C36300%2C36322%2C36330%2C36332%2C36333%2C36349%2C36352%2C36358%2C36452%2C36455%2C36457%2C36510%2C36525%2C36532%2C36552%2C36564%2C36576%2C36584%2C36604%2C36612%2C36650%2C36675%2C36687%2C36723%2C36730%2C36749%2C36762%2C36820%2C36821%2C36828%2C36831%2C36832%2C36833%2C36838%2C36844%2C36868%2C36903%2C36905%2C36906%2C36911%2C36922%2C36936%2C36938%2C36939%2C36946%2C36960%2C36975%2C36995%2C37013%2C37014%2C37016%2C37018%2C37024%2C37027%2C37047%2C37059%2C37063%2C37064%2C37067%2C37080%2C37089%2C37103%2C37154%2C37188%2C37232%2C37233%2C37235%2C37239%2C37247%2C37268%2C37278%2C37296%2C37330%2C37393%2C37403%2C37409%2C37413%2C37418%2C37493%2C37512%2C37613%2C37676%2C37704%2C37709%2C37712%2C37790%2C37796%2C37818%2C37819%2C37862%2C37863%2C37878%2C37887%2C37985%2C38033%2C38067%2C38073%2C38078%2C38080%2C38089%2C38100%2C38169%2C38179%2C38187%2C38212%2C38228%2C38233%2C38240%2C38245%2C38249%2C38282%2C38289%2C38290%2C38293%2C38297%2C38298%2C38302%2C38306%2C38307%2C38310%2C38341%2C38342%2C38357%2C38361%2C38363%2C38373%2C38385%2C38386%2C38392%2C38403%2C38457%2C38469%2C38470%2C38471%2C38492%2C38517%2C38626%2C38627%2C8930%2C8988%2C9188&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.short_desc%2C%20issues.issue_id">Summary</a></th>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=16318">16318</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">Problems entering composed characters
like uppercasse ??</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=20172">20172</a>
</td>
<td><span class="component">xml</span> </td>
<td><span class="summary">Q-PCD Security-38: Time stamps should
be stored in a documen</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=20477">20477</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Q-PCD MSInteroperability-12</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=20518">20518</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Q-PCD Performance-10</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=20882">20882</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Q-PCD Improve Emergency Recovery and
Combine with AutoSave F</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=27726">27726</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">implement AutoRecovery core</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=27780">27780</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">UI implementation for Error Reporter</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=28480">28480</a>
</td>
<td><span class="component">porting</span> </td>
<td><span class="summary">Q-PCD: Implementation for issue 20882</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32277">32277</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">System integration of new filw formats
(*ix)</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33140">33140</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">shellnew files for new file types</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33255">33255</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Provide wizard for First Start-Up and
User Data Migration</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33348">33348</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">Integrate HSQLDB into new database
storage</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34683">34683</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Crash recovery dialog has to be shown
if unsent crash data i</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34806">34806</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">lotus 123 importer</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34938">34938</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">It should be possible to hide Toolbars
in View/Toolbars menu</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35062">35062</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Order of toolbar items shall be improved</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35714">35714</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">default glyph rendering hints ...</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36113">36113</a>
</td>
<td><span class="component">ui</span> </td>
<td><span class="summary">Drawing Toolbar shall appear by
pressing a toolbar button</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36223">36223</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Add "Digital Signature..." Menu Entry
to Tools-Macros Sub Me</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36457">36457</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">recovered document immediately starts
autorecovery</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36838">36838</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">Synchronous resizing of floating
toolbars</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36906">36906</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">New document and application icons for
Windows desktop</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37080">37080</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">Register new document types</span> </td>
</tr>
</tbody>
</table>
<h2>Fixed Issues</h2>
<table width="100%">
<tbody>
<tr>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_type=TASK&amp;issue_type=PATCH&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=12228%2C13886%2C16318%2C17487%2C17764%2C17861%2C20172%2C20477%2C20518%2C20882%2C25686%2C26044%2C26155%2C26882%2C27259%2C27336%2C27368%2C27726%2C27780%2C27847%2C28480%2C28493%2C28755%2C28816%2C28900%2C29640%2C29884%2C30098%2C30190%2C30383%2C30833%2C31024%2C31376%2C31481%2C32133%2C32195%2C32217%2C32277%2C32314%2C32465%2C32559%2C32587%2C32676%2C32742%2C32743%2C32842%2C32921%2C32947%2C32974%2C33027%2C33093%2C33140%2C33212%2C33237%2C33255%2C33348%2C33359%2C33391%2C33419%2C33451%2C33584%2C33627%2C33716%2C33798%2C33806%2C33865%2C33868%2C33954%2C33971%2C34110%2C34116%2C34208%2C34242%2C34247%2C34248%2C34250%2C34291%2C34292%2C34314%2C34351%2C34434%2C34444%2C34485%2C34491%2C34560%2C34683%2C34711%2C34729%2C34777%2C34788%2C34804%2C34806%2C34816%2C34881%2C34938%2C34946%2C34951%2C34952%2C34968%2C34994%2C34997%2C35014%2C35017%2C35043%2C35062%2C35064%2C35095%2C35098%2C35107%2C35109%2C35111%2C35113%2C35119%2C35130%2C35133%2C35190%2C35269%2C35286%2C35322%2C35331%2C35334%2C35351%2C35352%2C35368%2C35390%2C35547%2C35564%2C35593%2C35618%2C35687%2C35714%2C35746%2C35772%2C35794%2C35801%2C35802%2C35851%2C35854%2C35886%2C35890%2C35899%2C35940%2C35972%2C36000%2C36002%2C36003%2C36004%2C36076%2C36078%2C36093%2C36113%2C36117%2C36214%2C36221%2C36222%2C36223%2C36228%2C36242%2C36243%2C36244%2C36249%2C36252%2C36255%2C36257%2C36276%2C36283%2C36284%2C36286%2C36300%2C36322%2C36330%2C36332%2C36333%2C36349%2C36352%2C36358%2C36452%2C36455%2C36457%2C36510%2C36525%2C36532%2C36552%2C36564%2C36576%2C36584%2C36604%2C36612%2C36650%2C36675%2C36687%2C36723%2C36730%2C36749%2C36762%2C36820%2C36821%2C36828%2C36831%2C36832%2C36833%2C36838%2C36844%2C36868%2C36903%2C36905%2C36906%2C36911%2C36922%2C36936%2C36938%2C36939%2C36946%2C36960%2C36975%2C36995%2C37013%2C37014%2C37016%2C37018%2C37024%2C37027%2C37047%2C37059%2C37063%2C37064%2C37067%2C37080%2C37089%2C37103%2C37154%2C37188%2C37232%2C37233%2C37235%2C37239%2C37247%2C37268%2C37278%2C37296%2C37330%2C37393%2C37403%2C37409%2C37413%2C37418%2C37493%2C37512%2C37613%2C37676%2C37704%2C37709%2C37712%2C37790%2C37796%2C37818%2C37819%2C37862%2C37863%2C37878%2C37887%2C37985%2C38033%2C38067%2C38073%2C38078%2C38080%2C38089%2C38100%2C38169%2C38179%2C38187%2C38212%2C38228%2C38233%2C38240%2C38245%2C38249%2C38282%2C38289%2C38290%2C38293%2C38297%2C38298%2C38302%2C38306%2C38307%2C38310%2C38341%2C38342%2C38357%2C38361%2C38363%2C38373%2C38385%2C38386%2C38392%2C38403%2C38457%2C38469%2C38470%2C38471%2C38492%2C38517%2C38626%2C38627%2C8930%2C8988%2C9188&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.issue_id">ID</a>
</th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_type=TASK&amp;issue_type=PATCH&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=12228%2C13886%2C16318%2C17487%2C17764%2C17861%2C20172%2C20477%2C20518%2C20882%2C25686%2C26044%2C26155%2C26882%2C27259%2C27336%2C27368%2C27726%2C27780%2C27847%2C28480%2C28493%2C28755%2C28816%2C28900%2C29640%2C29884%2C30098%2C30190%2C30383%2C30833%2C31024%2C31376%2C31481%2C32133%2C32195%2C32217%2C32277%2C32314%2C32465%2C32559%2C32587%2C32676%2C32742%2C32743%2C32842%2C32921%2C32947%2C32974%2C33027%2C33093%2C33140%2C33212%2C33237%2C33255%2C33348%2C33359%2C33391%2C33419%2C33451%2C33584%2C33627%2C33716%2C33798%2C33806%2C33865%2C33868%2C33954%2C33971%2C34110%2C34116%2C34208%2C34242%2C34247%2C34248%2C34250%2C34291%2C34292%2C34314%2C34351%2C34434%2C34444%2C34485%2C34491%2C34560%2C34683%2C34711%2C34729%2C34777%2C34788%2C34804%2C34806%2C34816%2C34881%2C34938%2C34946%2C34951%2C34952%2C34968%2C34994%2C34997%2C35014%2C35017%2C35043%2C35062%2C35064%2C35095%2C35098%2C35107%2C35109%2C35111%2C35113%2C35119%2C35130%2C35133%2C35190%2C35269%2C35286%2C35322%2C35331%2C35334%2C35351%2C35352%2C35368%2C35390%2C35547%2C35564%2C35593%2C35618%2C35687%2C35714%2C35746%2C35772%2C35794%2C35801%2C35802%2C35851%2C35854%2C35886%2C35890%2C35899%2C35940%2C35972%2C36000%2C36002%2C36003%2C36004%2C36076%2C36078%2C36093%2C36113%2C36117%2C36214%2C36221%2C36222%2C36223%2C36228%2C36242%2C36243%2C36244%2C36249%2C36252%2C36255%2C36257%2C36276%2C36283%2C36284%2C36286%2C36300%2C36322%2C36330%2C36332%2C36333%2C36349%2C36352%2C36358%2C36452%2C36455%2C36457%2C36510%2C36525%2C36532%2C36552%2C36564%2C36576%2C36584%2C36604%2C36612%2C36650%2C36675%2C36687%2C36723%2C36730%2C36749%2C36762%2C36820%2C36821%2C36828%2C36831%2C36832%2C36833%2C36838%2C36844%2C36868%2C36903%2C36905%2C36906%2C36911%2C36922%2C36936%2C36938%2C36939%2C36946%2C36960%2C36975%2C36995%2C37013%2C37014%2C37016%2C37018%2C37024%2C37027%2C37047%2C37059%2C37063%2C37064%2C37067%2C37080%2C37089%2C37103%2C37154%2C37188%2C37232%2C37233%2C37235%2C37239%2C37247%2C37268%2C37278%2C37296%2C37330%2C37393%2C37403%2C37409%2C37413%2C37418%2C37493%2C37512%2C37613%2C37676%2C37704%2C37709%2C37712%2C37790%2C37796%2C37818%2C37819%2C37862%2C37863%2C37878%2C37887%2C37985%2C38033%2C38067%2C38073%2C38078%2C38080%2C38089%2C38100%2C38169%2C38179%2C38187%2C38212%2C38228%2C38233%2C38240%2C38245%2C38249%2C38282%2C38289%2C38290%2C38293%2C38297%2C38298%2C38302%2C38306%2C38307%2C38310%2C38341%2C38342%2C38357%2C38361%2C38363%2C38373%2C38385%2C38386%2C38392%2C38403%2C38457%2C38469%2C38470%2C38471%2C38492%2C38517%2C38626%2C38627%2C8930%2C8988%2C9188&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.component%2C%20issues.issue_id">Comp</a></th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_type=TASK&amp;issue_type=PATCH&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=12228%2C13886%2C16318%2C17487%2C17764%2C17861%2C20172%2C20477%2C20518%2C20882%2C25686%2C26044%2C26155%2C26882%2C27259%2C27336%2C27368%2C27726%2C27780%2C27847%2C28480%2C28493%2C28755%2C28816%2C28900%2C29640%2C29884%2C30098%2C30190%2C30383%2C30833%2C31024%2C31376%2C31481%2C32133%2C32195%2C32217%2C32277%2C32314%2C32465%2C32559%2C32587%2C32676%2C32742%2C32743%2C32842%2C32921%2C32947%2C32974%2C33027%2C33093%2C33140%2C33212%2C33237%2C33255%2C33348%2C33359%2C33391%2C33419%2C33451%2C33584%2C33627%2C33716%2C33798%2C33806%2C33865%2C33868%2C33954%2C33971%2C34110%2C34116%2C34208%2C34242%2C34247%2C34248%2C34250%2C34291%2C34292%2C34314%2C34351%2C34434%2C34444%2C34485%2C34491%2C34560%2C34683%2C34711%2C34729%2C34777%2C34788%2C34804%2C34806%2C34816%2C34881%2C34938%2C34946%2C34951%2C34952%2C34968%2C34994%2C34997%2C35014%2C35017%2C35043%2C35062%2C35064%2C35095%2C35098%2C35107%2C35109%2C35111%2C35113%2C35119%2C35130%2C35133%2C35190%2C35269%2C35286%2C35322%2C35331%2C35334%2C35351%2C35352%2C35368%2C35390%2C35547%2C35564%2C35593%2C35618%2C35687%2C35714%2C35746%2C35772%2C35794%2C35801%2C35802%2C35851%2C35854%2C35886%2C35890%2C35899%2C35940%2C35972%2C36000%2C36002%2C36003%2C36004%2C36076%2C36078%2C36093%2C36113%2C36117%2C36214%2C36221%2C36222%2C36223%2C36228%2C36242%2C36243%2C36244%2C36249%2C36252%2C36255%2C36257%2C36276%2C36283%2C36284%2C36286%2C36300%2C36322%2C36330%2C36332%2C36333%2C36349%2C36352%2C36358%2C36452%2C36455%2C36457%2C36510%2C36525%2C36532%2C36552%2C36564%2C36576%2C36584%2C36604%2C36612%2C36650%2C36675%2C36687%2C36723%2C36730%2C36749%2C36762%2C36820%2C36821%2C36828%2C36831%2C36832%2C36833%2C36838%2C36844%2C36868%2C36903%2C36905%2C36906%2C36911%2C36922%2C36936%2C36938%2C36939%2C36946%2C36960%2C36975%2C36995%2C37013%2C37014%2C37016%2C37018%2C37024%2C37027%2C37047%2C37059%2C37063%2C37064%2C37067%2C37080%2C37089%2C37103%2C37154%2C37188%2C37232%2C37233%2C37235%2C37239%2C37247%2C37268%2C37278%2C37296%2C37330%2C37393%2C37403%2C37409%2C37413%2C37418%2C37493%2C37512%2C37613%2C37676%2C37704%2C37709%2C37712%2C37790%2C37796%2C37818%2C37819%2C37862%2C37863%2C37878%2C37887%2C37985%2C38033%2C38067%2C38073%2C38078%2C38080%2C38089%2C38100%2C38169%2C38179%2C38187%2C38212%2C38228%2C38233%2C38240%2C38245%2C38249%2C38282%2C38289%2C38290%2C38293%2C38297%2C38298%2C38302%2C38306%2C38307%2C38310%2C38341%2C38342%2C38357%2C38361%2C38363%2C38373%2C38385%2C38386%2C38392%2C38403%2C38457%2C38469%2C38470%2C38471%2C38492%2C38517%2C38626%2C38627%2C8930%2C8988%2C9188&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.short_desc%2C%20issues.issue_id">Summary</a></th>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=8930">8930</a> </td>
<td><span class="component">l10n</span> </td>
<td><span class="summary">can't enter accented characters if
LC_CTYPE is en_GB.utf8</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=8988">8988</a> </td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">Inputting ?? and ?? characters from
keyboard don't work corr</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=9188">9188</a> </td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Accents on the Sun keyboard produces
double letters</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=12228">12228</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Outline Numbering changes paragraph
styles at reload</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=13886">13886</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Table of Contents not correctly
exported to Word format</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=17487">17487</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">"Hangs" between slides of different
background colors</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=17764">17764</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Any change tracking in a texttable is
lost if the table is a</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=17861">17861</a>
</td>
<td><span class="component">ui</span> </td>
<td><span class="summary">Broken link from Help button on PDF
Options dialogue box</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=25686">25686</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">MailMerge.OutputType=PRINTER hangs OOo
on Linux</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=26044">26044</a>
</td>
<td><span class="component">udk</span> </td>
<td><span class="summary">typelib_typedescription_newMIInterface
fails for comprehensi</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=26155">26155</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">API: sd.SdXImpressDocument::XPrintable</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=26882">26882</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">user/config/soffice.cfg/soffice.cfg
file is generated</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=27259">27259</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">Opening document with formulas is
extremely slow in some cas</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=27336">27336</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Using 'Palatino Linotype' font causes
wrong caret movement</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=27368">27368</a>
</td>
<td><span class="component">l10n</span> </td>
<td><span class="summary">code changes for Hebrew native-language
support</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=27847">27847</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">API: sd.SdXImpressDocument::XComponent</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=28493">28493</a>
</td>
<td><span class="component">Formula </span> </td>
<td><span class="summary">symbol categories lost if Formula
started as OLE in Writer</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=28755">28755</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">text: main-etry: typo in name</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=28816">28816</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">[frmcontrols04] "flat" radio buttons
and check boxes switch </span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=28900">28900</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">I18N: make checkScriptType available
via API</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=29640">29640</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Open GL should be switched off as
default</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=29884">29884</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">hangul hanja feature English string
correction</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=30098">30098</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Input list entry change not tracked by
undo</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=30190">30190</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Bad performance of OOo 1.1.1 with Math
objects. Regression</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=30383">30383</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">Offer API to embed XGraphic objects</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=30833">30833</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Excel-Export: Graphic looses size and
position</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=31024">31024</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Headings saved as numbered paragraphs</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=31376">31376</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">add ui strings for Q-PCD MS Interop12</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=31481">31481</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Picture toolbar: Background of the
icons isn't transparent</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32133">32133</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">service css.style.StyleFamily should
provide a localized Dis</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32195">32195</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">footer is visible in the previews</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32217">32217</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">Text object: problem with default
attributes</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32314">32314</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">crash when window new and make a reload.</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32465">32465</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">Cannot change pages/slides with
pageup/pagedown</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32559">32559</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">RNG: table border model default is
saved incorrectly</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32587">32587</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">OOo 1.1.x document formatted bad</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32676">32676</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Book preview icon is lost.</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32742">32742</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">Accessibility: content of slide sorter
not reachable via key</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32743">32743</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Accessibility: content of task panel is
not reachable using </span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32842">32842</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Format.Frame/Graphic/Object crashes
680m50</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32921">32921</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">formating in richtext control in draw
doesn't work correct</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32947">32947</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">custom shapes: icon of trapezoid is
upside down.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32974">32974</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Insert new slide doesn't make the new
slide the current one.</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33027">33027</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Regression: spellchecker always US</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33093">33093</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">No warning if macro should be executed
on load and Macrosecu</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33212">33212</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">qwizard2: delete a doc of a saved
setting results in a loop</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33237">33237</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Signing of pasword protected documents
currently not possibl</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33359">33359</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">PPT Import: Video Files should be
imported MediaObject</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33391">33391</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">PPT Export: MediaObject needs to be
exported to PPT</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33419">33419</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Presentation only starts once when in
wondows-mode</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33451">33451</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Record changes in tools Options
Staroffice Security acts dif</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33584">33584</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Trusted Path could not be removed</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33627">33627</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Replace Layout dialog by layout menu in
task pane</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33716">33716</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Area filling gets unnamed ('[]') in the
toolbar when applied</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33798">33798</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Restarting office process after a crash
is not working</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33806">33806</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">Line end configurator does not work</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33865">33865</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">recovery GUI is too large</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33868">33868</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">recovery GUI has different dialogs</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33954">33954</a>
</td>
<td><span class="component">l10n</span> </td>
<td><span class="summary">improve performance of chinese
translator</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33971">33971</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Convert Dialog XML format from/to OOo
1.1.x format for impor</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34110">34110</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">Object window of gallery has wrong frame</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34116">34116</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Zoom to selected object does not work
with key</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34208">34208</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">Missing Database icon in File - New menu</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34242">34242</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">No Help-IDs on Task Pane</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34247">34247</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Crash when clicking on hyperlink to
notesview of same doc</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34248">34248</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">crash when I assign a slide transition
and open the preview</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34250">34250</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Multi pane view: I can't drag out the
Tasks pain.</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34291">34291</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Bad repaint on first opening of sample</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34292">34292</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Wrong page formatting in handout view</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34314">34314</a>
</td>
<td><span class="component">utilitie</span> </td>
<td><span class="summary">OOo thumbnail viwer for Windows missing
support for signed d</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34351">34351</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Numbering styles don't work when used
in heading styles</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34434">34434</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Edit Button doesn't work if document
saved with flag 'recomm</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34444">34444</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">'Recommend to open document Read only'
must be changed</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34485">34485</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">crash when I delete all slides in the
slide sorter and chang</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34491">34491</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">I can't move several slides.</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34560">34560</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Master page design doesn't adjust to a
changed page format</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34711">34711</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">Fontwork Gallery window has no Help
button and Help-ID</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34729">34729</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Macro security tabpage in tools options
security is English </span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34777">34777</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Typos and wrong entrys compared to the
spec</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34788">34788</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">[CWS dbwizard1] roadmap control in new
wizards not high-cont</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34804">34804</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Make Task pane panels listen to
relevant events</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34816">34816</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">New Tabdialog "Macro Security" has no
Help-IDs</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34881">34881</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Crash when I delete the first Slide in
the notes view.</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34946">34946</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">crash when I assign some slide
transition.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34951">34951</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">PDF-Options check-box-text cannot be
clicked.</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34952">34952</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">I can't start an presentation with the
keyboard.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34968">34968</a>
</td>
<td><span class="component">ui</span> </td>
<td><span class="summary">Help|Support| causes error (Help page
not found)</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34994">34994</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">API:
sd.SdXPresentation::com::sun::star::presentation::Prese</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34997">34997</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Some object effects doesn't work or
work completely wrong</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35014">35014</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">No sound on effects.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35017">35017</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">adopt draw:Influence-on-position to
OASIS spec</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35043">35043</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">After animation doesn't work.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35064">35064</a>
</td>
<td><span class="component">udk</span> </td>
<td><span class="summary">cppumaker: generated getCppuType()
versions use incomptabile</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35095">35095</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">XStorage: Unable to open encrypted
streams without password</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35098">35098</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Remove pre MAV09 hacks</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35107">35107</a>
</td>
<td><span class="component">xml</span> </td>
<td><span class="summary">Certificate Versions are reported wrong</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35109">35109</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Change default tool bar of Impress to
text object bar</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35111">35111</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Entires under View - Toolbars must be
sorted</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35113">35113</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">The replacement image location should
be stored in xml forma</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35119">35119</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">Deleting slides doesn't work in Draw.</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35130">35130</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Mousecursor as pen doesn't work in
running Presentation</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35133">35133</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Animated gif doesent work in the
running presentation</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35190">35190</a>
</td>
<td><span class="component">xml</span> </td>
<td><span class="summary">warning about compromised signature
should appear before ena</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35269">35269</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">autorecovery: Status text and status
icon wrong if recovery </span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35286">35286</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">WPS-Files crashes while loading</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35322">35322</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Zoomfactor not shown in statusbar</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35331">35331</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">OutputDevice::DrawTransparent() fails
for pixel-mapmode dest</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35334">35334</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">override desktopdetection</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35351">35351</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">/org.openoffice.Office.Common/OfficeObjects
node is missing</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35352">35352</a>
</td>
<td><span class="component">Formula </span> </td>
<td><span class="summary">performance: Math initial startup takes
too long</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35368">35368</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Adapt sfx2 related code to not use
depracted SfxImageManager</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35390">35390</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">'autoformat chart' dialog freeses the
office</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35547">35547</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">API:
sw.SwXDrawPage::com::sun::star::drawing::XShapeGrouper</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35564">35564</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">maximum foo calculation</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35593">35593</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">wrong context menu for drawing objects
and controls</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35618">35618</a>
</td>
<td><span class="component">ui</span> </td>
<td><span class="summary">PDF Options dialog: strings and control
fixes needed</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35687">35687</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Custom format in section endnotes wrong</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35746">35746</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">BASIC IDE: Background of Titlebar in
dialogeditor displayed </span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35772">35772</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Wizard dialogs are not consistent on
sparc version</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35794">35794</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">RNG: Invalid attribute names</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35801">35801</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">RNG: Invalid attribute name
style:break-inside</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35802">35802</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">RNG: Invalid attribure svg:points</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35851">35851</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">RNG: validation issues</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35854">35854</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">RNG: draw:wrap-influne-on-position</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35886">35886</a>
</td>
<td><span class="component">xml</span> </td>
<td><span class="summary">RNG(Impress,content) attribute
"font-independent-line-spacin</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35890">35890</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">All Wzards should show current date</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35899">35899</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">Wrong or missing copyright in SGENPRT
and SGENT42</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35940">35940</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">[cws dbwizard1] forms created with form
wizard can't be open</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35972">35972</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">PPT import good, but failure after save
to ood</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36000">36000</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">file format of form:delay-for-repeat
changed</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36002">36002</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">CustomShapes file format change</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36003">36003</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">CustomShapes: Oasis file format change
(predefined type)</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36004">36004</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">CustomShapes: Oasis file format change:
parsing of equations</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36076">36076</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Disabled date item will change whole
layout</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36078">36078</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Preview of Fax/Letter wizard flickers
by input footer text.</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36093">36093</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Performance of emulated VCL gradients
is poor - take native </span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36117">36117</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Fonts run out and loose color in some
cases</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36214">36214</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Fly in 'Smooth start and Smooth end
doesn't work.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36221">36221</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Trigger doesn't have any effect during
presentation</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36222">36222</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">I can't remove a trigger entry</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36228">36228</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Slide transitionCover and Uncover
doesn't work</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36242">36242</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Cann't draw custom shape when another
one is selected</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36243">36243</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Text in empty animation list is missing</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36244">36244</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">custom Animation: Sound button is
missing</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36249">36249</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">custom animation: I can't choose a
direction for Whipe</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36252">36252</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">References boken in Lotus files</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36255">36255</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Custom animation Diagonal squares has
wrong direction</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36257">36257</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">slide show menu has too much lines</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36276">36276</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">&Ouml;ffnen not in utf-8 in
embedding_base.xcu</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36283">36283</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Change slide manually doesn't works.</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36284">36284</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">mousepointer is always visible in
running presentation</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36286">36286</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Navigator visible is deselected after
ok.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36300">36300</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">entry in sound list is missing</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36322">36322</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">API: sd.SdUnoPresView::XComponent crash
on dispose</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36330">36330</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">API: sd.SdUnoPresView::XServiceInfo</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36332">36332</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Evaluate more Text Context also for
layouting Non-CTL text</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36333">36333</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Masterpages used in this presentation
contains one slide too</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36349">36349</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">RNG: Missing attribute... (in this case
value-type)</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36352">36352</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">RNG: content.xml:107:666: error:
attribute "text-line-though</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36358">36358</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Effects should be sortet in
alphabetical order.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36452">36452</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Cancel button in first CrashReporter
dialog is disabled</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36455">36455</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">"Show Report" button not functioning:
crash data dialog is e</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36510">36510</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">vcl StatusBar draws a top border line</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36525">36525</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Show General Input/Output Error Message
If Loading of XML-DO</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36532">36532</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">API: proxyset.SOffice52ProxySettings</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36552">36552</a>
</td>
<td><span class="component">www</span> </td>
<td><span class="summary">IZ entry -&gt; bounce arrived to me</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36564">36564</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">Database wizard crashes if I select an
existing database for</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36576">36576</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">RNG: content errors in cellformats
document</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36584">36584</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">form control image align not loaded
anymore</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36604">36604</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">RNG: Validation errors within tables</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36612">36612</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">ERROR: OPropertyExport::implConvertAny:
unsupported value ty</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36650">36650</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">RNG: content errors in Validity document</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36675">36675</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">adding custom animation to shape with
custom speed</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36687">36687</a>
</td>
<td><span class="component">sdk</span> </td>
<td><span class="summary">missing properties in IDLs</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36723">36723</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">New Paragraph Style from Selection Does
not Work via Object </span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36730">36730</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">wk1 and wks files are not recognized
=&gt; loaded in writer</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36749">36749</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Assertion on load: Numrule not found</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36762">36762</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Remove translations from officecfg xcu
files</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36820">36820</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">.NET assemblies: install with condition</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36821">36821</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">.Net assemblies: new entry in
MsiAssemblyName table</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36828">36828</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">System "New" menu contains entries for
both new and old docu</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36831">36831</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">Old document formats are registered as
"OpenOffice 2.0" docu</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36832">36832</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">New document and applications icons for
CDE, GNOME, KDE</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36833">36833</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">New document/app icons for unix taskbar</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36844">36844</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">helpid for table listbox in all
database wizards is wrong</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36868">36868</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">some CustomShapes are not using
standard graphic style</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36903">36903</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">HTML Export looses numbering of outlines</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36905">36905</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">System context menu command "New" with
wrong accelerator</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36911">36911</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">Crash when starting SO/OOo from Windows
start menu</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36922">36922</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">StarOffice strings in .xcu files</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36936">36936</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">autorecovery: reload after recovery
crashes</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36938">36938</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">System information and
title/description missing in "Show re</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36939">36939</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">autorecovery: change, save and close
file after recovery: --</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36946">36946</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">autorecovery: recovery file has 0 byte
lenght if file has be</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36960">36960</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">crash reporter always starts if report
wansn't send</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36975">36975</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">fonts are scaled *very* bad</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36995">36995</a>
</td>
<td><span class="component">bibliogr</span> </td>
<td><span class="summary">Missing Entry for radio button in
customize dialog when call</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37013">37013</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">wrong file permissions causes a crash</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37014">37014</a>
</td>
<td><span class="component">Database &nbsp;</span> </td>
<td><span class="summary">ERROR: Can not retrieve storage media
type</span> </td>
</tr>
</tbody>
</table>
<table width="100%">
<tbody>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37016">37016</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">Font sizes different in Word and Writer</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37018">37018</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">It's not possible to use the drawing
toolbar, 2D Graphics ar</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37024">37024</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Horizontal slide count in slide sorter
not remembered</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37027">37027</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">changes made to an embedded form are
lost if you don't expli</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37047">37047</a>
</td>
<td><span class="component">gsl</span> </td>
<td><span class="summary">[vcl29] loop on entering "Alt-Graph-2"
(twosuperior) in C lo</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37059">37059</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Not possible to get back the fullscreen
toolbar if closed</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37063">37063</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Not possible to get back the 3D Toolbar
if closed</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37064">37064</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Not possible to get back the Fontwork
Toolbar if closed</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37067">37067</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">Error message and GPF when moving a
master form to the inser</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37089">37089</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">Listbox entries lost after loading an
OOo 1.x file</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37103">37103</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Custom animation on mask bitmaps
doesn't work.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37154">37154</a>
</td>
<td><span class="component">ui</span> </td>
<td><span class="summary">Enable "directory up" button in
Documents &amp; Template dialog </span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37188">37188</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Animation effects created by OOo are
not exported properly</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37232">37232</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Document versioning does not work</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37233">37233</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">List of recently used master pages not
correctly restored</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37235">37235</a>
</td>
<td><span class="component">document</span> </td>
<td><span class="summary">Help viewer: double entries in
application list box</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37239">37239</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Crash when assingning two master slide
designs affter anothe</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37247">37247</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Office crashes when toggeling
edit/read-only mode</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37268">37268</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Crash Reporter isn't shown if
configuration item wasn't writ</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37278">37278</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Bad scrolling performance in document
with many objects</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37296">37296</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">SEGV while saving master document</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37330">37330</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">Cut, copy, paste, select all etc not
available</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37393">37393</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">Assign help files to specific modules</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37403">37403</a>
</td>
<td><span class="component">l10n</span> </td>
<td><span class="summary">Add german translations in xcu files</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37409">37409</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Formatting lost when document saved as
.sxw</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37413">37413</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">text error needs to be fixed: Standard
--&gt;Default</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37418">37418</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">old ppt 97 Effects / TextEffects are
not imported</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37493">37493</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">MS Word Import: 1.9m62 crasher</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37512">37512</a>
</td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="summary">Spreadsheet: RTL style is lost after
closing a document</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37613">37613</a>
</td>
<td><span class="component">api</span> </td>
<td><span class="summary">API:
sw.SwXTextCursor::com::sun::star::beans::XMultiProperty</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37676">37676</a>
</td>
<td><span class="component">l10n</span> </td>
<td><span class="summary">[HHC] List of User-defined dictionaries
displays also S-T-Ch</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37704">37704</a>
</td>
<td><span class="component">ucb</span> </td>
<td><span class="summary">Performance Problem: File UCP
needlessly calls osl_syncFile</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37709">37709</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">Control points are part of the BoundRect</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37712">37712</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">crash when trying to open doc from
issue 35546 on Unix</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37790">37790</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Crash while inserting callout with
activated accesibility</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37796">37796</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">VCL canvas does not resize on windows
resize</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37818">37818</a>
</td>
<td><span class="component">porting</span> </td>
<td><span class="summary">Solaris compiler bug with ?: operator</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37819">37819</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">[src680 m63] crash when closing database</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37862">37862</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">"File - New" menu entry is incorrect</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37863">37863</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">Change 'early access' entry to 'beta'</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37878">37878</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">Context menu Edit on dba Form causes
segfault and core dump</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37887">37887</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Help shows no content</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37985">37985</a>
</td>
<td><span class="component">document</span> </td>
<td><span class="summary">en Help: "an apostrophe (ASCII value
34)" -&gt; "a quotation ma</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38033">38033</a>
</td>
<td><span class="component">l10n</span> </td>
<td><span class="summary">localize -m: error in
sw/source/ui/dialog/regionsw.src</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38067">38067</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">report wizard doesn't work when click
Finish. Exception in t</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38073">38073</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Package Manager UI does not open on
Linux</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38078">38078</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">new hsql database doesn't work</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38080">38080</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">crash when closing hsql database</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38089">38089</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">backend windows isn't in fullscreen,
after closing a doc wit</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38100">38100</a>
</td>
<td><span class="component">tools</span> </td>
<td><span class="summary">configure script does not check for MSI</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38169">38169</a>
</td>
<td><span class="component">udk</span> </td>
<td><span class="summary">W32-tcsh build failure in testtools</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38179">38179</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Countless warnings "Group other does
not exist using root" d</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38187">38187</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Insert Index crashes office</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38212">38212</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Wizards need the new template format.</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38228">38228</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">no property "content" in form property
browser</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38233">38233</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">commandline switch '-norestore' doesn't
work</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38240">38240</a>
</td>
<td><span class="component">Installa</span> </td>
<td><span class="summary">No module description in cnp-sdk german</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38245">38245</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Crash on hitting "Edit File" button in
menu when file is rea</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38249">38249</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">new splash screen for OOo 2.0 Beta</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38282">38282</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Running fullscreen presentation only
covers part of the wind</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38289">38289</a>
</td>
<td><span class="component">document</span> </td>
<td><span class="summary">m64: Help shows page breaks</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38290">38290</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">No custom animations available.</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38293">38293</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Impress crashes when applying 5 layouts</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38297">38297</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Crash when loading company takeover
sample</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38298">38298</a>
</td>
<td><span class="component">ucb</span> </td>
<td><span class="summary">Performance Problem: File UCP again
needlessly calls osl_syn</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38302">38302</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Switch to edit mode of documents based
on readonly files is </span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38306">38306</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Opening letter wizard crashes office</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38307">38307</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Crash when I select Form functions with
CTRL+a</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38310">38310</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">No context menu in task pane (layouts)</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38341">38341</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">crash on switching the view</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38342">38342</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Outline gets lost when loading .sxw
document</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38357">38357</a>
</td>
<td><span class="component">Drawing</span> </td>
<td><span class="summary">Crash when I delete a slide and click
into the slide sorter </span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38361">38361</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Macro execution fails</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38363">38363</a>
</td>
<td><span class="component">Word pro</span> </td>
<td><span class="summary">Outline numberings are not displayed at
all</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38373">38373</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Data-loss after autorecovery</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38385">38385</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">gconfd crashes when started from OO.o</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38386">38386</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Not all keys are working in localized
version</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38392">38392</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Crash report preview dialog isn't
resizeable</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38403">38403</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">No Spellcheck Icon in main menu</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38457">38457</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">"Open Office" file format instead of
"OpenDocument"</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38469">38469</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Crash because of OLE in OLE</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38470">38470</a>
</td>
<td><span class="component">Formula </span> </td>
<td><span class="summary">Math object is sized dramatically
wrongly on formula input</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38471">38471</a>
</td>
<td><span class="component">Database</span> </td>
<td><span class="summary">[SRC680 m65] database open only every
second time after open</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38492">38492</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">Crash when saving template in current
format</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38517">38517</a>
</td>
<td><span class="component">Presenta</span> </td>
<td><span class="summary">essential graphic filters missing when
omitting optional ins</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38626">38626</a>
</td>
<td><span class="component">framewor</span> </td>
<td><span class="summary">Broken umlaut in german typ column of
save dialog</span> </td>
</tr>
</tbody>
</table>
<br>
<input name="issuelist"
value="31111:32799:30620:30187:32363:24857:30236:31138:26061:30863:25869:12459:32096:32576:16487:32583:33928:32288:32512:32877:30218:30625:31824:33677:30618:24876:26794:27012:27015:31593:33138:31102:31244:32314:32448:29128:26507:31396:31836:31932:31972:32298:33349:31104:33056:33459:33939:32850:33287:32720:32245:32541:32707:29291:23697:26282:30264:30867:31317:31245:31562:31587:31714:31756:31823:31880:31887:32060:32219:32088:32356:32729:32510:32516:33583:33213:30812:29514:28182:33362:31733:32041:31142:23496:31298:30462:31409:31422:31504:31551:31603:31921:32181:32284:32237:33121:33381:33397:33447:30836:31033:31474:32452:17966:30082:32036:32490:32066:32499:29979:32518:33173:33641:30971:31391:32273:32453:32454:33145:33203:32858:23407:27675:30891:32394:32396:33012:25507:27032:32552:32065:33340:30801:31791:30774:31187:31854:32161:32639:31283:27242:31584:31926:32109:32358:32641:33758:13821:22214:32212:3875:27407:33028:32879:33033:12577:194:29930:30107:30350:30411:30816:30908:31242:31252:31290:31677:30921:31189:31795:31846:32417:32664:32666:32667:32669:32673:33049:33052:33054:33087:33090:33093:33095:33097:33215:33443:33448:24129:24672:16277:18334:27955:28468:31482:26431:30543:31882:12638:31044:31676:29893:26396:31666:33727:33423:33258:29919:28835:31318:32042:32565:33519:33520:17992:30244:30751:30779:30874:30887:31067:31082:31255:31369:31446:32475:33400:23779:26833:30915:33043:32388:30579:20704:29492:25687:29084:29787:31370:32130:32131:32148:32151:32281:32348:32449:33224:15455:32515:31607:3317:32842:30878:31900:31930:32002:32539:32889:21837:31480:31698:9684:28749:28795:32480:30241:30554:30655:31999:32949:32952:32970:32581:32620:32355:32457:32964:33313:33242:31182:22197:27030:28745:17371:26215:32765:29393:32362:31910:32339:32346:32366:32368"
type="hidden"><input name="id"
value="31111:32799:30620:30187:32363:24857:30236:31138:26061:30863:25869:12459:32096:32576:16487:32583:33928:32288:32512:32877:30218:30625:31824:33677:30618:24876:26794:27012:27015:31593:33138:31102:31244:32314:32448:29128:26507:31396:31836:31932:31972:32298:33349:31104:33056:33459:33939:32850:33287:32720:32245:32541:32707:29291:23697:26282:30264:30867:31317:31245:31562:31587:31714:31756:31823:31880:31887:32060:32219:32088:32356:32729:32510:32516:33583:33213:30812:29514:28182:33362:31733:32041:31142:23496:31298:30462:31409:31422:31504:31551:31603:31921:32181:32284:32237:33121:33381:33397:33447:30836:31033:31474:32452:17966:30082:32036:32490:32066:32499:29979:32518:33173:33641:30971:31391:32273:32453:32454:33145:33203:32858:23407:27675:30891:32394:32396:33012:25507:27032:32552:32065:33340:30801:31791:30774:31187:31854:32161:32639:31283:27242:31584:31926:32109:32358:32641:33758:13821:22214:32212:3875:27407:33028:32879:33033:12577:194:29930:30107:30350:30411:30816:30908:31242:31252:31290:31677:30921:31189:31795:31846:32417:32664:32666:32667:32669:32673:33049:33052:33054:33087:33090:33093:33095:33097:33215:33443:33448:24129:24672:16277:18334:27955:28468:31482:26431:30543:31882:12638:31044:31676:29893:26396:31666:33727:33423:33258:29919:28835:31318:32042:32565:33519:33520:17992:30244:30751:30779:30874:30887:31067:31082:31255:31369:31446:32475:33400:23779:26833:30915:33043:32388:30579:20704:29492:25687:29084:29787:31370:32130:32131:32148:32151:32281:32348:32449:33224:15455:32515:31607:3317:32842:30878:31900:31930:32002:32539:32889:21837:31480:31698:9684:28749:28795:32480:30241:30554:30655:31999:32949:32952:32970:32581:32620:32355:32457:32964:33313:33242:31182:22197:27030:28745:17371:26215:32765:29393:32362:31910:32339:32346:32366:32368"
type="hidden"><br>
<br>
<h2>Integrated Child Workspaces</h2>
List of integrated child workspaces:<br>
<br>
<table style="width: 637px; height: 2029px;">
<tbody>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1388&amp;Path=SRC680%2Fadc9">adc9</a></font></td>
<td class="SmallText1"><font class="SmallText1">Autodoc:<br>
- recognize templated structs in IDL</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1494&amp;Path=SRC680%2Ftl03">tl03</a></font></td>
<td class="SmallText1"><font class="SmallText1">Misc. bug fixes.</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1500&amp;Path=SRC680%2Fmigration1">migration1</a></font></td>
<td class="SmallText1"><font class="SmallText1">Excute migration
tasks on first office start<br>
Th</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1551&amp;Path=SRC680%2Fcfglooseends">cfglooseends</a></font></td>
<td class="SmallText1"><font class="SmallText1">Small bugfixes in
configuration-related areas.<br>
</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1620&amp;Path=SRC680%2Ftbe13">tbe13</a></font></td>
<td class="SmallText1"><font class="SmallText1">OOo 2.0 bug fixes</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1622&amp;Path=SRC680%2Fpythonupgrade">pythonupgrade</a></font></td>
<td class="SmallText1"><font class="SmallText1">upgrades python
version to 2.3.4 and makes python </font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1651&amp;Path=SRC680%2Ftexteng03">texteng03</a></font></td>
<td class="SmallText1"><font class="SmallText1">Basic / BasicIDE</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1761&amp;Path=SRC680%2Fcalc25">calc25</a></font></td>
<td class="SmallText1"><font class="SmallText1">More Calc bugfixes</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1763&amp;Path=SRC680%2Fscriptingf8">scriptingf8</a></font></td>
<td class="SmallText1"><font class="SmallText1">Scripting
Framework Bugfixes for OOo 2.0 Beta</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1771&amp;Path=SRC680%2Fopenldap">openldap</a></font></td>
<td class="SmallText1"><font class="SmallText1">make OOo be able
to use the OpenLDAP LDAP SDK inst</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1778&amp;Path=SRC680%2Fvcl30">vcl30</a></font></td>
<td class="SmallText1"><font class="SmallText1">still more bugs
for OOo 2.0</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1779&amp;Path=SRC680%2Fcd01">cd01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bugfixes for Beta</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1785&amp;Path=SRC680%2Fschoasis02">schoasis02</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bugfixes for
OASIS file format issues in chart</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1790&amp;Path=SRC680%2Foasisbf3">oasisbf3</a></font></td>
<td class="SmallText1"><font class="SmallText1">OASIS file format
fixes</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1795&amp;Path=SRC680%2Fpbfixes01">pbfixes01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bugfixes for SO8
Beta.</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1799&amp;Path=SRC680%2Fpj11">pj11</a></font></td>
<td class="SmallText1"><font class="SmallText1">Misc. fixes for
SRC680_m61, new registration URL.</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1812&amp;Path=SRC680%2Fiha05">iha05</a></font></td>
<td class="SmallText1"><font class="SmallText1">spellchecker
&amp; writer tables</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1814&amp;Path=SRC680%2Fvq05">vq05</a></font></td>
<td class="SmallText1"><font class="SmallText1">W32 build fixes.</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1831&amp;Path=SRC680%2Fause013">ause013</a></font></td>
<td class="SmallText1"><font class="SmallText1">(quick)fix build
problem in "wizards"</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=869&amp;Path=SRC680%2Feforms2">eforms2</a></font></td>
<td class="SmallText1"><font class="SmallText1">Implement XForms
functionality</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1027&amp;Path=SRC680%2Fborderingfilterteam28">borderingfilterteam28</a></font></td>
<td class="SmallText1"><font class="SmallText1">A RTF/WW8 filter
workspace for 2.0 beta</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1471&amp;Path=SRC680%2Fdocking4">docking4</a></font></td>
<td class="SmallText1"><font class="SmallText1">bugfixes related
to docking and new toolbars</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1570&amp;Path=SRC680%2Frebase">rebase</a></font></td>
<td class="SmallText1"><font class="SmallText1">Rebase windows
libraries before creating install s</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1677&amp;Path=SRC680%2Fswqbugfixes09">swqbugfixes09</a></font></td>
<td class="SmallText1"><font class="SmallText1">Writer bug fixes
for Q</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1679&amp;Path=SRC680%2Fimpress15">impress15</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bug fixes for
Draw and Impress</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1730&amp;Path=SRC680%2Fiha04">iha04</a></font></td>
<td class="SmallText1"><font class="SmallText1">mostly mail merge
bugs</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1753&amp;Path=SRC680%2Fdba19">dba19</a></font></td>
<td class="SmallText1"><font class="SmallText1">ongoing DBA
bugfixing towards 2.0</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1556&amp;Path=SRC680%2Ffwkbugfix03">fwkbugfix03</a></font></td>
<td class="SmallText1"><font class="SmallText1">generell bug
fixing for OOo 2.0</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1685&amp;Path=SRC680%2Fdba18">dba18</a></font></td>
<td class="SmallText1"><font class="SmallText1">Ongoing bugfixing
for dba</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1742&amp;Path=SRC680%2Faw020">aw020</a></font></td>
<td class="SmallText1"><font class="SmallText1">BugFixing CWS<br>
AW: At least, even the wntmsci10 </font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1750&amp;Path=SRC680%2Fos41">os41</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bugfixing</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1773&amp;Path=SRC680%2Ffwkp2fix02">fwkp2fix02</a></font></td>
<td class="SmallText1"><font class="SmallText1">Framework Team P2
bugfixes</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1838&amp;Path=SRC680%2Fpj12">pj12</a></font></td>
<td class="SmallText1"><font class="SmallText1">Misc. fixes for
m62.<br>
I postponed fixing 37097 (</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1532&amp;Path=SRC680%2Fxsltfilter04">xsltfilter04</a></font></td>
<td class="SmallText1"><font class="SmallText1">Main reason of
the CWS is the adding of automated </font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1670&amp;Path=SRC680%2Fivo06">ivo06</a></font></td>
<td class="SmallText1"><font class="SmallText1">prio 2 bug</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1721&amp;Path=SRC680%2Fnativefixer1">nativefixer1</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fixes for native
installer</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1766&amp;Path=SRC680%2Fdr29">dr29</a></font></td>
<td class="SmallText1"><font class="SmallText1">Calc Q bug fixes</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1796&amp;Path=SRC680%2Faw021">aw021</a></font></td>
<td class="SmallText1"><font class="SmallText1">BugFixing CWS<br>
</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1851&amp;Path=SRC680%2Fbabelfish04">babelfish04</a></font></td>
<td class="SmallText1"><font class="SmallText1">localize export
fix</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1853&amp;Path=SRC680%2Frt04">rt04</a></font></td>
<td class="SmallText1"><font class="SmallText1">CWS for i36824
and related fixes in deliver.pl. De</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1629&amp;Path=SRC680%2Foooicons">oooicons</a></font></td>
<td class="SmallText1"><font class="SmallText1">Synchronization
between StarOffice and OO.o toolba</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1039&amp;Path=SRC680%2Fimpress10">impress10</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fixing bugs that
can not be fixed independently of</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1042&amp;Path=SRC680%2Fpresentationengine01">presentationengine01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Feature workspace
for the new presentation engine:</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1238&amp;Path=SRC680%2Fgt08hangulhanja">gt08hangulhanja</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bug fixing for
Hangul/Hanja-conversion</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1449&amp;Path=SRC680%2Frecovery04">recovery04</a></font></td>
<td class="SmallText1"><font class="SmallText1">Successor of
recovery03.<br>
</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1548&amp;Path=SRC680%2Fnsplugin3">nsplugin3</a></font></td>
<td class="SmallText1"><font class="SmallText1">address bug fixes
for Mozilla Plugin</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1579&amp;Path=SRC680%2Fxmlsec06">xmlsec06</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fixes for Digital
Signatures...</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1633&amp;Path=SRC680%2Flotus123import01">lotus123import01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Basic Lotus 123
support, numbers, strings, formula</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1654&amp;Path=SRC680%2Fsj12">sj12</a></font></td>
<td class="SmallText1"><font class="SmallText1">bugfixes and file
format change for OOo 2.0<br>
<br ="">
</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1671&amp;Path=SRC680%2Ftoolbars3">toolbars3</a></font></td>
<td class="SmallText1"><font class="SmallText1">New structure of
the application toolbars as speci</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1709&amp;Path=SRC680%2Fvcl29">vcl29</a></font></td>
<td class="SmallText1"><font class="SmallText1">On our way to
OOo2.0</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1727&amp;Path=SRC680%2Foasisbf2">oasisbf2</a></font></td>
<td class="SmallText1"><font class="SmallText1">bug fixes for
OASIS Open Office and OpenOffice.org</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1729&amp;Path=SRC680%2Fimpress16">impress16</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bug fixes</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1739&amp;Path=SRC680%2Fdbwizard2">dbwizard2</a></font></td>
<td class="SmallText1"><font class="SmallText1">bugfixing cws for
new database wizards</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1769&amp;Path=SRC680%2Fusp4all">usp4all</a></font></td>
<td class="SmallText1"><font class="SmallText1">Work around
problem in XP SP2 (forced ligatures)</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1781&amp;Path=SRC680%2Fimpress19">impress19</a></font></td>
<td class="SmallText1"><font class="SmallText1">P3 bug fixes</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1801&amp;Path=SRC680%2Fjl14">jl14</a></font></td>
<td class="SmallText1"><font class="SmallText1">Installation and
registration of assemblies</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1805&amp;Path=SRC680%2Fcd03">cd03</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fixes which
should be part of Beta from our point </font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1809&amp;Path=SRC680%2Fvcl31">vcl31</a></font></td>
<td class="SmallText1"><font class="SmallText1">fixing VCL
related issues that are important enoug</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1815&amp;Path=SRC680%2Foasisrng01">oasisrng01</a></font></td>
<td class="SmallText1"><font class="SmallText1">OASIS Bugfixes
(P2) for SO 8/OOo 2 beta.<br>
In par</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1834&amp;Path=SRC680%2Fdbabetap2">dbabetap2</a></font></td>
<td class="SmallText1"><font class="SmallText1">Beta relevant P2
bug fixing for DBA</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1843&amp;Path=SRC680%2Fnojava2">nojava2</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix m62 to build
without java</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1859&amp;Path=SRC680%2Fcalcp2fix">calcp2fix</a></font></td>
<td class="SmallText1"><font class="SmallText1">P2 fix #118522#</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1860&amp;Path=SRC680%2Ftextalign">textalign</a></font></td>
<td class="SmallText1"><font class="SmallText1">fixing &lt;a
href="http://www.openoffice.org/</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1868&amp;Path=SRC680%2Fso8betal10n">so8betal10n</a></font></td>
<td class="SmallText1"><font class="SmallText1">StarOffice 8 /
OpenOffice 2.0 Big rules translatio</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1882&amp;Path=SRC680%2Fsb26">sb26</a></font></td>
<td class="SmallText1"><font class="SmallText1">Improve first
office startup performance (no more </font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1885&amp;Path=SRC680%2Freadme680beta">readme680beta</a></font></td>
<td class="SmallText1"><font class="SmallText1">Readme changes
for Beta</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1578&amp;Path=SRC680%2Fhelpcontentbeta">helpcontentbeta</a></font></td>
<td class="SmallText1"><font class="SmallText1">Help content
changes for SO8 Beta, plus changes in</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1783&amp;Path=SRC680%2Fswqcore01">swqcore01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Q sw core bugs</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1786&amp;Path=SRC680%2Fos42">os42</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bugfixing OOo 2.0</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1808&amp;Path=SRC680%2Fsysint1">sysint1</a></font></td>
<td class="SmallText1"><font class="SmallText1">System
integration of new icons, new document form</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1832&amp;Path=SRC680%2Fos43">os43</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bugfixing SO8</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1887&amp;Path=SRC680%2Fsolsfix">solsfix</a></font></td>
<td class="SmallText1"><font class="SmallText1">Code fix for
Solaris compiler bug for ?: operator</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1893&amp;Path=SRC680%2Fgtkmenucrash">gtkmenucrash</a></font></td>
<td class="SmallText1"><font class="SmallText1">fix issue 37939
for beta</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1897&amp;Path=SRC680%2Fdba21">dba21</a></font></td>
<td class="SmallText1"><font class="SmallText1">Ongoing dba bug
fixing</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1898&amp;Path=SRC680%2Fodbeta01">odbeta01</a></font></td>
<td class="SmallText1"><font class="SmallText1">my beta
showstopper fixes</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1904&amp;Path=SRC680%2Foasisbeta1">oasisbeta1</a></font></td>
<td class="SmallText1"><font class="SmallText1">beta fixes of the
OASIS file format</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1909&amp;Path=SRC680%2Fvq06">vq06</a></font></td>
<td class="SmallText1"><font class="SmallText1">W32-tcsh build
fixes for m63</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1910&amp;Path=SRC680%2Ffwkbeta01">fwkbeta01</a></font></td>
<td class="SmallText1"><font class="SmallText1">beta stopper</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1912&amp;Path=SRC680%2Ffmebeta01">fmebeta01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Showstopper cws
for issue 38187</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1916&amp;Path=SRC680%2Fdbabeta1">dbabeta1</a></font></td>
<td class="SmallText1"><font class="SmallText1">beta bugfixing
for DBA</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1920&amp;Path=SRC680%2Fmiscbeta2">miscbeta2</a></font></td>
<td class="SmallText1"><font class="SmallText1">fixing Beta issues</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1878&amp;Path=SRC680%2Ftl05">tl05</a></font></td>
<td class="SmallText1"><font class="SmallText1">P2 fixes</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1900&amp;Path=SRC680%2Fimpress21beta">impress21beta</a></font></td>
<td class="SmallText1"><font class="SmallText1">Beta showstoppers</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1928&amp;Path=SRC680%2Fsb27">sb27</a></font></td>
<td class="SmallText1"><font class="SmallText1">last minute beta
fixes</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1944&amp;Path=SRC680%2Fsysintbeta1">sysintbeta1</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix Windows
system icons for database documents</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1902&amp;Path=SRC680%2Ftl06">tl06</a></font></td>
<td class="SmallText1"><font class="SmallText1">Beta bugfixes,
mainly for Math.</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1922&amp;Path=SRC680%2Fhbbeta01">hbbeta01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Q Beta fixes</font></td>
</tr>
<tr class="TableRow2">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1937&amp;Path=SRC680%2Fpbbeta01">pbbeta01</a></font></td>
<td class="SmallText1"><font class="SmallText1">Fix issue i38403</font></td>
</tr>
<tr class="TableRow1">
<td class="SmallText1"><font class="SmallText1"><a
href="http://eis.services.openoffice.org/EIS2/servlet/cws.ShowCWS?Id=1949&amp;Path=SRC680%2Fpbbeta02">pbbeta02</a></font></td>
<td class="SmallText1"><font class="SmallText1">Bugfixes SO8
(Beta?)</font></td>
</tr>
</tbody>
</table>
<br>
<h2>Unconfirmed issues reported since m40<br>
</h2>
<a name="unconfirmed"></a>
<input name="issuelist"
value="31190:32656:31991:33233:32907:32633:33406:31047:31623:31624:31625:31636:31927:32493:32701:33035:31502:32260:32262:32263:30997:31505:31499:32309:31598:33124:33222:33223:33392:31214:32545:33236:31742:29957:31231:33120:32264:33121"
type="hidden"><input name="id"
value="31190:32656:31991:33233:32907:32633:33406:31047:31623:31624:31625:31636:31927:32493:32701:33035:31502:32260:32262:32263:30997:31505:31499:32309:31598:33124:33222:33223:33392:31214:32545:33236:31742:29957:31231:33120:32264:33121"
type="hidden"><input name="issuelist"
value="31190:32656:31991:33233:32907:32633:33406:31047:31623:31624:31625:31636:31927:32493:32701:33035:31502:32260:32262:32263:30997:31505:31499:32309:31598:33124:33222:33223:33392:31214:32545:33236:31742:29957:31231:33120:32264:33121"
type="hidden"><!-- TD--><!-- INPUT TYPE="SUBMIT" VALUE="Excel format" --><!-- /TD --><input
name="issuelist"
value="31190:32656:31991:33233:32907:32633:33406:31047:31623:31624:31625:31636:31927:32493:32701:33035:31502:32260:32262:32263:30997:31505:31499:32309:31598:33124:33222:33223:33392:31214:32545:33236:31742:29957:31231:33120:32264:33121"
type="hidden"> <input name="issuelist"
value="31190:32656:31991:33233:32907:32633:33406:31047:31623:31624:31625:31636:31927:32493:32701:33035:31502:32260:32262:32263:30997:31505:31499:32309:31598:33124:33222:33223:33392:31214:32545:33236:31742:29957:31231:33120:32264:33121"
type="hidden">
<table width="100%">
<tbody>
<tr>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_status=UNCONFIRMED&amp;version=680m40&amp;version=680m41&amp;version=680m42&amp;version=680m43&amp;version=680m44&amp;version=680m45&amp;version=680m46&amp;version=680m47&amp;version=680m48&amp;version=680m49&amp;version=680m50&amp;version=680m51&amp;version=680m52&amp;version=680m53&amp;version=680m54&amp;version=680m55&amp;version=680m56&amp;version=680m57&amp;version=680m58&amp;version=680m59&amp;version=680m60&amp;version=680m61&amp;version=680m62&amp;version=680m63&amp;version=680m64&amp;version=680m65&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.issue_id">ID</a>
</th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_status=UNCONFIRMED&amp;version=680m40&amp;version=680m41&amp;version=680m42&amp;version=680m43&amp;version=680m44&amp;version=680m45&amp;version=680m46&amp;version=680m47&amp;version=680m48&amp;version=680m49&amp;version=680m50&amp;version=680m51&amp;version=680m52&amp;version=680m53&amp;version=680m54&amp;version=680m55&amp;version=680m56&amp;version=680m57&amp;version=680m58&amp;version=680m59&amp;version=680m60&amp;version=680m61&amp;version=680m62&amp;version=680m63&amp;version=680m64&amp;version=680m65&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.priority%2C%20issues.issue_id">Pri</a></th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_status=UNCONFIRMED&amp;version=680m40&amp;version=680m41&amp;version=680m42&amp;version=680m43&amp;version=680m44&amp;version=680m45&amp;version=680m46&amp;version=680m47&amp;version=680m48&amp;version=680m49&amp;version=680m50&amp;version=680m51&amp;version=680m52&amp;version=680m53&amp;version=680m54&amp;version=680m55&amp;version=680m56&amp;version=680m57&amp;version=680m58&amp;version=680m59&amp;version=680m60&amp;version=680m61&amp;version=680m62&amp;version=680m63&amp;version=680m64&amp;version=680m65&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=map_reporter.userid%2C%20issues.issue_id">Reporter</a></th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_status=UNCONFIRMED&amp;version=680m40&amp;version=680m41&amp;version=680m42&amp;version=680m43&amp;version=680m44&amp;version=680m45&amp;version=680m46&amp;version=680m47&amp;version=680m48&amp;version=680m49&amp;version=680m50&amp;version=680m51&amp;version=680m52&amp;version=680m53&amp;version=680m54&amp;version=680m55&amp;version=680m56&amp;version=680m57&amp;version=680m58&amp;version=680m59&amp;version=680m60&amp;version=680m61&amp;version=680m62&amp;version=680m63&amp;version=680m64&amp;version=680m65&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.issue_status%2C%20issues.issue_id">State</a></th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_status=UNCONFIRMED&amp;version=680m40&amp;version=680m41&amp;version=680m42&amp;version=680m43&amp;version=680m44&amp;version=680m45&amp;version=680m46&amp;version=680m47&amp;version=680m48&amp;version=680m49&amp;version=680m50&amp;version=680m51&amp;version=680m52&amp;version=680m53&amp;version=680m54&amp;version=680m55&amp;version=680m56&amp;version=680m57&amp;version=680m58&amp;version=680m59&amp;version=680m60&amp;version=680m61&amp;version=680m62&amp;version=680m63&amp;version=680m64&amp;version=680m65&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.component%2C%20issues.issue_id">Comp</a></th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_status=UNCONFIRMED&amp;version=680m40&amp;version=680m41&amp;version=680m42&amp;version=680m43&amp;version=680m44&amp;version=680m45&amp;version=680m46&amp;version=680m47&amp;version=680m48&amp;version=680m49&amp;version=680m50&amp;version=680m51&amp;version=680m52&amp;version=680m53&amp;version=680m54&amp;version=680m55&amp;version=680m56&amp;version=680m57&amp;version=680m58&amp;version=680m59&amp;version=680m60&amp;version=680m61&amp;version=680m62&amp;version=680m63&amp;version=680m64&amp;version=680m65&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.version%2C%20issues.issue_id">Vers</a></th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_status=UNCONFIRMED&amp;version=680m40&amp;version=680m41&amp;version=680m42&amp;version=680m43&amp;version=680m44&amp;version=680m45&amp;version=680m46&amp;version=680m47&amp;version=680m48&amp;version=680m49&amp;version=680m50&amp;version=680m51&amp;version=680m52&amp;version=680m53&amp;version=680m54&amp;version=680m55&amp;version=680m56&amp;version=680m57&amp;version=680m58&amp;version=680m59&amp;version=680m60&amp;version=680m61&amp;version=680m62&amp;version=680m63&amp;version=680m64&amp;version=680m65&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.votes%20desc%2C%20issues.issue_id">Votes</a></th>
<th><a
href="http://www.openoffice.org/issues/buglist.cgi?resort=1&amp;Submit%20query=Submit%20query&amp;issue_type=DEFECT&amp;issue_status=UNCONFIRMED&amp;version=680m40&amp;version=680m41&amp;version=680m42&amp;version=680m43&amp;version=680m44&amp;version=680m45&amp;version=680m46&amp;version=680m47&amp;version=680m48&amp;version=680m49&amp;version=680m50&amp;version=680m51&amp;version=680m52&amp;version=680m53&amp;version=680m54&amp;version=680m55&amp;version=680m56&amp;version=680m57&amp;version=680m58&amp;version=680m59&amp;version=680m60&amp;version=680m61&amp;version=680m62&amp;version=680m63&amp;version=680m64&amp;version=680m65&amp;email1=&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=exact&amp;emailreporter2=1&amp;issueidtype=include&amp;issue_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;issue_file_loc=&amp;issue_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anytokens&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=issues.short_desc%2C%20issues.issue_id">Summary</a></th>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=31623">31623</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">aparan</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m47</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">provide a context menu in empty space
of the menubar to show</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=31991">31991</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">robotii</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m47</span> </td>
<td><span class="votes">3</span> </td>
<td><span class="summary">Athlon 64 slow startup</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=32701">32701</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">mjneedles</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m49</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Export to PDF of Selected Graphic is
wrong</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33561">33561</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">stefansyz</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Drawing</span> </td>
<td><span class="version">680m49</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Additional white pixels in exported
pixel grafic</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=33810">33810</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">vyho</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m51</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Select wrong left and right table
columns when resize them</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34372">34372</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">ed2</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">ui</span> </td>
<td><span class="version">680m47</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Incorrect mousover when toolbar is in
focus</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34455">34455</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">staebler</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">gsl</span> </td>
<td><span class="version">680m49</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Formfields without frames are
"invisible"</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34548">34548</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">dina</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Presenta</span> </td>
<td><span class="version">680m51</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">On import of Hebrew presentation the
line width changes</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=34848">34848</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">oharboe</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="version">680m51</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Excel spreadsheet with broken automatic
links does not rende</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=35225">35225</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">regina</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m54</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">"Apply Style" in toolbar has fixed width</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36171">36171</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">fajun_ma</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m55</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">*.doc'S Properties lead to crash</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36578">36578</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">peterkovar</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m58</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">File Open dialog flashing</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36634">36634</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">gordonke</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m58</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">General input/output error opening file
on NFS mount</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36688">36688</a>
</td>
<td><span class="priority">P2</span> </td>
<td><span class="reporter">richlv</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m58</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">dragging the border of inserted table
hangs oo.org</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36689">36689</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">richlv</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m58</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">impress covers calc unexpectedly</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36705">36705</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">maacruz</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="version">680m58</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Slow scrolling on spreadsheet with
controls</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36733">36733</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">shlomif</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m56</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">OOo 2.0 opens a 1.1.x document with
wrong fonts</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36745">36745</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">hansel</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m60</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Mail Merged file counts every page as 2
pages</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36758">36758</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">no_name</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Database</span> </td>
<td><span class="version">680m58</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Form wizard error after create click </span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36806">36806</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">gorgonz</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m60</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Unknown Help ID 541249030</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=36869">36869</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">mecrider</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Database</span> </td>
<td><span class="version">680m58</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Merging blank fields from spreadsheet
data source gives 1/1/</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37128">37128</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">justinf</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m60</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">PDF widget button action should match
OOo action</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37198">37198</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">okapi1253</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m60</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Documents won't open when OO not
already launched</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37315">37315</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">kingkookie</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">File Menu Doesn't Open unless you click
the edge of it.</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37316">37316</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">dina</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Presenta</span> </td>
<td><span class="version">680m60</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Date field in footer is displayed in
time format</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37318">37318</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">dina</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Presenta</span> </td>
<td><span class="version">680m60</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Text in textbox touches the border
after import to OOo</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37349">37349</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">ansorg</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">OOo crashes at start after installeing
german dictionaries</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37424">37424</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">peterkovar</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Mozilla plug-in crashing</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37425">37425</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">mjneedles</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Minimize app does not minimize undocked
toolbar</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37497">37497</a>
</td>
<td><span class="priority">P2</span> </td>
<td><span class="reporter">bobharvey</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Presenta</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">2</span> </td>
<td><span class="summary">Unexpected invocation of windows
installer at first run</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37525">37525</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">aparan</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Opening more than one document in
writer - distorted window </span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37526">37526</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">aparan</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Opening an already opened document
doesn't confirm</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37603">37603</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">eberlein</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">OO doesn't detect installed JRE</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37604">37604</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">eberlein</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Crash with Tools/Macro "MOUSE_OVER"</span>
</td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37658">37658</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">bulldozer</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">*Testpro</span> </td>
<td><span class="version">680m49</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Problem with code printing</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37671">37671</a>
</td>
<td><span class="priority">P2</span> </td>
<td><span class="reporter">randomthot</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">No UI on program start with
quickstarter disabled</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37693">37693</a>
</td>
<td><span class="priority">P2</span> </td>
<td><span class="reporter">herbk</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Read error</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37705">37705</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">flr</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">RTF table import results in wrong table
layout</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37730">37730</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">maartenpiot</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Database</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">mdb database chooses JDBC</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=37994">37994</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">amoroder2</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Cannot my macro assign macro to a
dialog button</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38002">38002</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">kasey</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Basic: Bitwise Imp with constants is
impossible</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38116">38116</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">aparan</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Open dialog goes off-screen after a
resize</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38264">38264</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">isaare</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Installa</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">2</span> </td>
<td><span class="summary">Unable to install m62 under Windows XP</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38288">38288</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">fransvc</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Presenta</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Synchronize windows</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38292">38292</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">fransvc</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Presenta</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Outline wordwrap different from
slideview</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38443">38443</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">aaronforjesus</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">api</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Dispatcher does not select table row in
Basic macro</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38454">38454</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">7kaltoid</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Envelope Printing previews OK but
doesn't print correctly</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38455">38455</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">cncxbox</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">SpellCheck doesn't work</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38512">38512</a>
</td>
<td><span class="priority">P2</span> </td>
<td><span class="reporter">jagadish659</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Database</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">An unrecoverable error has occured
while running datasources</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38566">38566</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">edurbs</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Drawing</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Moving using arrows freeze OO</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38607">38607</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">mfedyk</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">ui</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">File -&gt; Save As doesn't populate
dialog with current file na</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38609">38609</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">mfedyk</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">ui</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Correct file extension not changed in
during File -&gt; save as</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38612">38612</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">mfedyk</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Helvetica-Narrow substituted for
Haettenschweiler in importe</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38613">38613</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">mfedyk</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">framewor</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">parent directory locked after file
closed</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38690">38690</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">mfedyk</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Installa</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">"Open With" not registered properly</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38704">38704</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">peschtra</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Can't paste from 1.1.4</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38731">38731</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">ftorres</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Don't show user defined properties in
document</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38732">38732</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">ftorres</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Lost format when export to Open Office
1.0 format</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38761">38761</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">bretrooks</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Spreadsh</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Delete Rows &amp; Delete Columns icons
missing</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38771">38771</a>
</td>
<td><span class="priority">P2</span> </td>
<td><span class="reporter">te_pp</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Saving this .oot file over itself
causes data loss with 680m</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38781">38781</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">prathima</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Macros not working</span> </td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38782">38782</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">richlv</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Presenta</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">helper text colour is not changed as
needed</span> </td>
</tr>
<tr class="b">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38783">38783</a>
</td>
<td><span class="priority">P4</span> </td>
<td><span class="reporter">richlv</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Presenta</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">unreadable text on some backgrounds</span>
</td>
</tr>
<tr class="a">
<td> <a
href="http://www.openoffice.org/issues/show_bug.cgi?id=38799">38799</a>
</td>
<td><span class="priority">P3</span> </td>
<td><span class="reporter">prathima</span> </td>
<td><span class="status">UNCO</span> </td>
<td><span class="component">Word pro</span> </td>
<td><span class="version">680m62</span> </td>
<td><span class="votes">0</span> </td>
<td><span class="summary">Loading selected 'presentation
background'in a slide causes </span> </td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
<br>
<hr>
$Id: 1.9.m65_snapshot.html,v 1.6 2004/12/17 10:36:09 st Exp $
</body>
</html>