Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

2.3 m216 Snapshot - Release Notes


These notes contains changes between SRC680_m213 and  SRC680_m216.
This release will install as OOo-Dev2.3.
Sources can be received from cvs by tag SRC680_m216.

What's new ?

Feature title TaskId Spec. title Spec. abstract Dev. owner Spec. link Component
keyboard shortcuts for task pane entries i72799   feature-info:
With the integration of CWS dba23ui, the entries in Base's task pane (the upper pane with items such as "Create a new table..." etc.) have accelerator shortcuts, i.e. can be accessed by pressing the Alt key (or whatever is the platform dependent accelerator key) plus the respective shortcut. The shortcuts are determined dynamically at runtime, and do not interfere with the accelerators for main menu and the left hand side category pane.
frank.schoenheit@sun.com
dba
Preview Document in Web Browser i74477 Preview Document in Web Browser Make the current document previewed by browser as web page, in order to see the effect of display before release. dded a new menu item in the File menu which named 'Preview in Web Browser'. This menu item can make the current document browsed in web page. text, picture and media that can be edit in the document are all can be browsed successful. Liu Tao speclink framework
Support of inline matrix/array constants in formulas i32342   feature-info:
Calc now supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE) or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements, so that a two-dimensional array has no sparse elements. The column separator (separating elements in one row) is the ';' semicolon, the row separator is a '|' pipe symbol. They were chosen because the upcoming ODF formula specification uses these separators. Contrary to Excel, the separators are not UI-version and/or locale dependent. Arrays can not be nested. Import/export from/to Excel are implemented. Examples: ={1;2;3} An array with one row consisting of the three numbers 1, 2 and 3. ={1;2;3|4;5;6} An array with two rows and three values in each row. ={0;1;2|FALSE;TRUE;"two"} A mixed data array. =SIN({1;2;3}) Entered as a matrix formula delivers the result of three SIN calculations with the arguments 1, 2 respectively three. ={1;2|4;5;6} Invalid array, the first row misses an element. This results in Err:512 "Formula overflow". ={1;2+3} Invalid array, the second element is not a constant. This results in Err:512 "Formula overflow". ={1;2;{3;4;5}} Invalid array, nested arrays are not allowed. This results in Err:533 "Nested arrays are not supported". This is a new error condition relevant for translation.
eike.rathke@sun.com
sc
"Form Objects" toolbar removed i71900   feature-info:
The toolbar "Form Objects" has been removed from Calc. It was a remaint from the times before the Big Toolbar Renewal, did exist in Calc only, and contained only items which nowadays are to be found in the "Form Design" toolbar.
frank.schoenheit@sun.com
sc
Intro and about bitmap location changed, configure script extended i66426   feature-info:
To better support the creation of adapted OpenOffice.org installation sets we now support the following options with the configure script. intro-bitmaps [ --with-intro-bitmaps Prefer the specified intro bitmaps over the the default one. Can be more than one (separated by commas), the order means priority of fallback if the first does not exist (in the installed tree). Usage: --with-intro-bitmaps=/path/my_ooo_intro.bmp ],,) about-bitmaps [ --with-about-bitmaps Similarly to --with-intro-bitmaps, this allows specification of bitmaps for the About box. Usage: --with-about-bitmaps=/path/my_ooo_about.bmp ],,) vendor, [ --with-vendor Set vendor of the build. Usage: --with-vendor="John the Builder" ],,) The location of the intro and about bitmaps have changed in the following way: - "svx/res/oooabout.bmp" - "svx/res/ooointro.bmp" - "svx/res/brabout.bmp" - "svx/res/brintro.bmp" - "svx/res/soffice.bmp" - "svx/res/ofaabout.bmp" + "default_images/introabout/about.bmp" + "default_images/introabout/intro.bmp" + "ooo_custom_images/broffice/about.bmp" + "ooo_custom_images/broffice/intro.bmp" + "custom_images/so/introabout/about.bmp" + "custom_images/so/introabout/intro.bmp"
carsten.driesner@sun.com
tools

Integrated Child Workspaces


List of integrated child workspaces:

chart05

chart fixes (mainly regressions)

m216
dba23ui
UI/Help/Translation-relevant fixes/features/changes in Base,
targeted for OOo 2.3
m216
dmake48

Release dmake 4.8

m216
dv02

New Feature: Extensions: Get path to self

m216
headlesstwo

Follow up to headless01 to add ability to draw in headless mode

m216
jgarrays

Support inline arrays with ODF/XLS in/out.

m216
jl64

bugfixes

m216
oointroaboutbrand

Find a way to integrate patch from kendy that also works in our environment

m216
rt21

Small build fixes, mostly around deliver

m216
salinternfix1

fix intern silly.

m216
vcl78

more 2.3 issues

m216
ww8export03_SRC680

fixes for WW8 export and PowerPoint export defects

m216
aquabundle

Modify bundle directory structure for Mac OS X

m215
ause080

tweak compiler switches for crashdump resolution on windows

m215
bgdlremove
- Remove unused background download stuff from code base (ucb, ucbhelper)
- Eliminate usage of VOS in ucb and ucbhelper
- Cleanup messy ucbhelper namespaces (::ucb => ::ucbhelper)
m215
brofficereadme
m215
cmcfixes34

Two simple outstanding patches.

m215
enabletango
The Tango icons have already been added to the OOo sources in CWS jimmactango2. This CWS enables them, so they can really be used in UI.

It also adds detection of the current icon theme in KDE and GNOME and sets the default theme in OOo accordingly.
m215
helplinker01
Provide a C++ Helplinker based around libxml2, libxslt and icu with
better performance than the existing java solution
m215
i18n30

i18n bug fix

m215
ka009

speedup of image lists; patches

m215
namespacefixes
some namespace fixes in sw and filter project
adding fast sax parser to unoxml project for use in writer office 12 filter cws and others
m215
obo12

.NET 2005: Changes for new Windows Vista Platform SDK

m215
plug05_SRC680
m215
qadev29

enhacnements and bugfixing in UNO-API tests and framework

m215
ww8export02_SRC680

fixes for WW8 export defects

m215
xsltfilter07
- Minor fix in XSLT filter dialog JAR storage functionality (exception will be ignored)
- Mayor improvements of XSLT XHTML export
- Adding XSLT XHTML export as default
- Adding FlatXML as additional optional filter
- Patch for LaTeX export filter
m215
autotext02_SRC680

A showstopper fix for OOo2.2.1

m214
extras230

Bug fix CWS for extras.

m214
freetypettg_SRC680

fix CVE-2007-2754 for the internal freetype copy

m214
headless01

Provide a headless vclplug for OOo

m214
l10n77316fix_SRC680

contains fix for i77316

m214
mhu16

Integrate contributed patches.

m214
mingwport04

This CWS contains additional/lost mingw port changes

m214
native91
m214
notepaint_SRC680

Fix for invisible text in Calc notes while editing

m214
os97

Integration of patches

m214
pj80

Minor build (extra qualification issue for gcc 4.1.x, 64bit issue) and l10n related fixes (adding language ka to prevent build breakage), remove last SISSL reference outside of helpcontent2.

m214
plug03_SRC680
m214
swautomaticfixes

Fixes bugs introduced with cws swautomatic

m214
swqbf93

Bugfixes in Writer for OOo 2.3

m214
tl32

Warning-free code for starmath, lingu and linguistic.

m214
webhtml

CWS for the web html feature provided by RedFlag Office

m214
xmllintforsolver

Deliver xmllint that can be useful from times to times :-)

m214



Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.