summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Collapse)Author
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: Iedb58cade2bc7cdbce2e8d40b0e3502bf3df4fa9
2012-07-14Revert "Some cppcheck cleaning"Bjoern Michaelsen
This reverts commit b21661ce4200fd8040a213770a3f9e63a4b9f137. this breaks with ../framework/source/lomenubar/MenuItemInfo.hxx:49:12: error: expected ‘;’ at end of member declaration
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
remove onlineregistration with dependencies Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1249245
2012-07-06os141: add missing componentOcke.Janssen
Conflicts: scripting/source/dlgprov/dlgprov.cxx
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-02removed unnecessary forward declarations of classTakeshi Abe
this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
2012-06-29Java5 updates - update code to use genericsNoel Grandin
This is all of the code I missed in my first set of patches. Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-29Resolves: fdo#38713 fix multiple recipients in mailmergeCaolán McNamara
It appears I don't know the correct syntax for concatenating tuples Change-Id: I32756caeaabfcc52e521108da917aeadf8256caa
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-22.xba files don't need executable bitsMichael Stahl
Change-Id: Ie122a6befd94c836b6f08a7fe3ec8e4f2d67c690
2012-06-22.xdl files don't need executable bitsMichael Stahl
Change-Id: I604244b032855e0e6b94e3ed4217ee87d92c8419
2012-06-22.xml files don't need executable bitsMichael Stahl
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22.zip files don't need executable bitsMichael Stahl
Change-Id: Iecee21acd140ce12ee34ac077b1450205cc28618
2012-06-22manifest.mf files don't need executable bitsMichael Stahl
Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I37e225902bf7f3a6e007e7641b2b9898b044a45b
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-17removed unused const rtl::OUStringTakeshi Abe
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-06Allow usage of system rhino wrt fdo#42977Tomas Chvatal
It is done the same way the beanshell is handled. Currently it can't be enabled by default as internal version has patched-in debug interface. We can choose two paths, rewrite the code to the new rhino debug interface or just strip the current one out. Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6
2012-05-05Do not check for beanshell if not neededTomas Chvatal
Do not install the benashell/javascript stuff if they are not actually bult. Build rhino only when required by javascript extension. Change-Id: Icc378524008389af35631c64a1a0288eb4f271be
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-26Change implementation names of script providers...Stephan Bergmann
...that are no longer bundled extensions. Otherwise, old user data where these were still recorded as bundled extensions could cause execeptions at start up about duplicate implementations.
2012-04-26Typo in service nameStephan Bergmann
...detected now that the default service manager XContentEnumerationAccess no creates its own XServiceInfo instances.
2012-04-26Bump extension version after changing to passive registrationStephan Bergmann
...otherwise, if it is bundled, its per-user data is not regenerated, leading to inconsistencies.
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold
2012-04-18Fix another extra parenthesisJulien Nabet
2012-04-12use gb_Helper_make_url hereMatúš Kukan
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-03-23.html files don't need executable bitsMichael Stahl
2012-03-23README files don't need executable bitsMichael Stahl
2012-03-23.csv files don't need executable bitsMichael Stahl
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-23.gif files don't need executable bitsMichael Stahl
2012-03-23.hrc files don't need executable bitsMichael Stahl
2012-03-23Improve error reportingStephan Bergmann
2012-03-23Java new cannot return nullStephan Bergmann
2012-03-23Improve error reportingStephan Bergmann
2012-03-23fdo#46102: Fix Java script examples after gbuild'ificationStephan Bergmann
...they contained no class files anymore, due to missing gb_Jar_set_packageroot calls. However, those calls only work for subdirectories, i.e., the example .java files need to be put into a package (I chose org.libreoffice.example.java_scripts) for all of them). This in turn required adaption of the parcel-descriptor.xml files; not sure what the logicalname entries there are good for if anything -- the macro names at "Tools - Macros - Run Macro..." now unfortunately(?) contain the fully qualified paths for the HelloWorld, HighlightText, and MemoryUpdate examples. There are additional examples at scripting/examples/java/ that apparently do not get packaged (but I adapted them anyway).