summaryrefslogtreecommitdiff
path: root/rhino/README
blob: f8f47a186e20ecd6244f73d86a01c6f7a8727197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
The Scripting Framework makes use of the Rhino (http://www.mozilla.org/rhino/)
JavaScript interpreter, available under the Mozilla Public License 
(http://www.mozilla.org/MPL/MPL-1.1.html).

In addition, to support the debugging of scripts contained in OpenOffice.org
documents, we have modified the Java source file Main.java.

The Rhino source tarball is unpacked and patched with the modified code. The
Rhino Jar file (js.jar) is then built (download/swingExSrc.zip is unpacked and
built as part of this procesS) and delivered to the solver. The file
rhino1_5R5.patch contains the changes made in order to build Rhino. The patch
was generated using the command: diff -wurN
i/dbgui/consdlg.cxx?h=feature/calc-data-table&id=6dda3d45c902d64323a085ea1604a993521f313d'>sc: sal_Bool->boolNoel Grandin 2014-04-04coverity#708085 Uninitialized scalar fieldCaolán McNamara 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-02-18sal_Bool->boolNoel Grandin 2014-02-14sal_Bool->boolNoel Grandin 2014-02-07fdo#39468 Translate German commentsSven Wehner 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist 2013-10-18convert remaining String in SC to OUStringNoel Grandin 2013-10-08convert sc/source/ui/dbgui/*.cxx from String to OUStringNoel Grandin 2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin 2013-10-01-Werror,-WuninitializedStephan Bergmann 2013-09-07CID#704695/704708: Dereference after null checkJulien Nabet 2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara 2013-07-24set widgets to use for extra title text in shrink modeCaolán McNamara 2013-07-24modern .ui widgetlayout for consdlgCsikós Tamás 2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara 2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara 2013-02-24loplugin: unused variablesThomas Arnhold 2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-06-09Remove superfluous include commentsThomas Arnhold 2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann 2011-11-27remove include of pch header from scNorbert Thiebaud