summaryrefslogtreecommitdiff
path: root/scaddins
AgeCommit message (Collapse)Author
2012-10-23fdo#46808, fix up some NumberFormatter createInstance calls I missedNoel Grandin
Change-Id: Ieb3ce841243797a119f1d1d40379ff2a4614168f
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I1a0e436051d48e7f6224d6f0fc602347df2d4df1
2012-10-09Resolves: fdo#55367 wrong convertion factor for "tspm"Julien Nabet
Change-Id: If37ef46ab009b9886fefd0ca071bd81dd68e25fc Reviewed-on: https://gerrit.libreoffice.org/849 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-10-06cppcheck : redundantCondition. In this case, it seems to be a typo.jailletc36
Changed the redundant check against fRate with a test against fPrice as everywhere else in the file. Also change some comparisons against 0.0 instead of 0 when using floating point variable (to be consistent with the rest of the code). Change-Id: I94a397f1578a90156359987996cb1ef02d5e4209 Reviewed-on: https://gerrit.libreoffice.org/779 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-01hide duplication into anonymous namespaceMatúš Kukan
Change-Id: Ie9a810f59d08d79636a0ad4b56adedb87479706e
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-08-10fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170Albert Thuswaldner
Change-Id: I9366de24414fa10e292e42df08a9658d90e5c1c1
2012-07-09some UniString->rtl::OUStringCaolán McNamara
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-07removed unnecessary forward declarations of classTakeshi Abe
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-26re-base on ALv2 code.Michael Meeks
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-12fdo#51017 ODFF: implement missing imaginary functions [AOO i111609 r1348096]Regina Henschel
Adds IMTAN, IMSEC, IMCSC, IMCOT, IMSINH, IMCOSH, IMSECH, IMCSCH spreadsheet functions. Change-Id: I04ce0b1fdf787c3d8b2301cd92400e54049494bf
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-17Deduplicate some functions for iOS static linking (DISABLE_DYNLOADING)Tor Lillqvist
2012-04-09scaddins: clean makefilesMatúš Kukan
2012-04-08gbuild: "use" vs. "add"David Tardon
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-01merge origin/masterDavid Tardon
2012-03-26Remove unused code in scaddins.Santiago Martinez
2012-03-18move addins out of offapi againDavid Tardon
2012-03-13split into one file for each interface/serviceDavid Tardon
This is the way gbuild's UnoApi class keeps track of which header files are there to be delivered.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-21expand and remove CSS* macroThomas Arnhold
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan
2012-02-08Add and expand more readme files for module documentationMichael Meeks
2012-02-08Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot
Part XXIX Modules sax, scaddins, sccomp, scripting
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-01Remove uses of charAtAugust Sodora
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-28dr78: #i43040# removed german umlauts and utf8 bom accidentially added by ↵Eike Rathke
too smart editor # HG changeset patch # User Daniel Rentz [dr] <daniel.rentz@oracle.com> # Date 1295613905 -3600 # Node ID 65540563b0d1ba68bd3a9d6e3e8111c6c0e1a71d # Parent 7c526a3a4dfa801f59eaeeea99e7b7a032bc6fe4
2011-11-28dr78: #i43040# correction for BesselI, patch from ReginaEike Rathke
# HG changeset patch # User Daniel Rentz [dr] <daniel.rentz@oracle.com> # Date 1295613474 -3600 # Node ID 7c526a3a4dfa801f59eaeeea99e7b7a032bc6fe4 # Parent 77c9f7fb9f061730dc584e18425f6645df14b648
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe