JavaScript engine/interpreter written in Java, used to provide JavaScript extensions. 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 /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/options/opthtml.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: cuiStephan Bergmann
2017-07-21de-hrc various thingsCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-11Delete unnecessary global options from Options dialogMihály Palenik
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-10-01convert CUI module from String to OUStringNoel Grandin