summaryrefslogtreecommitdiffstats
path: root/scaddins
Commit message (Collapse)AuthorAgeFilesLines
* re-base on ALv2 code. Includes:Michael Meeks2013-06-037-147/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
* fix typos (wich instead of which)Philipp Riemer2013-05-061-1/+1
|
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-3/+3
| | | | | | | | | Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#40100 make function YEARFRAC comply with ODFF Version1.2Winfried Donkers2013-04-172-81/+130
| | | | | | | Change-Id: Ief5e5c89b7fb69fb9849cf2d6efe2b4c5b7f5391 Reviewed-on: https://gerrit.libreoffice.org/3375 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-79/+79
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* new module i18nlangtagEike Rathke2013-04-053-3/+3
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* scaddins: OUString cleanupThomas Arnhold2013-04-023-38/+26
| | | | Change-Id: I82de6220b08bd5af23ec2a8103e2114b99483396
* cleanup macros in scaddinsThomas Arnhold2013-04-028-632/+613
| | | | Change-Id: Id3c05d7771845f4a9f8c1105d9c9f126c6131cee
* Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith2013-04-012-8/+8
| | | | Change-Id: Ic4f9bef02cc4bdc74b9a6d81e3317e10b9c79bd4
* ResMgr with LanguageTagEike Rathke2013-03-296-3/+6
| | | | Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
* -Wunused-macrosStephan Bergmann2013-03-272-3/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* gbuild: stop using $(OUTDIR)/idlMichael Stahl2013-03-131-1/+2
| | | | | | Instead, include directly from $(SRCDIR) Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-111-8/+8
| | | | | | brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
* scaddins: remove STRING macroThomas Arnhold2013-03-097-190/+188
| | | | Change-Id: Ib8af7b4a84c96bbf1b7a0665ba05b83e5c023805
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-088-0/+24
| | | | | | | | | use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* loplugin: unused variablesThomas Arnhold2013-02-241-2/+0
| | | | Change-Id: I7fc203900256839e679bf73b717d121fedc42087
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* Some cppcheck cleaningJulien Nabet2013-02-131-4/+4
| | | | Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
* Some cppcheck cleaningJulien Nabet2013-01-311-3/+2
| | | | Change-Id: I57baea223b0f0a78346d9872665ab85c00c8fc51
* resolved fdo#60078 correctly calculate IMCSCH and IMSECHRegina Henschel2013-01-301-4/+4
| | | | | | | | For the transformation used see http://de.wikipedia.org/wiki/Sekans_Hyperbolicus_und_Kosekans_Hyperbolicus#Komplexes_Argument (German only) Change-Id: If502b7333308069d7fcbe09e954b26ce8b7268b6
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-263-0/+6
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* added RID_PRICING_DEFFUNCTION_NAMES string resourcestino2012-12-181-1/+37
| | | | Change-Id: I2a4e596724abb82dccbe4a8e9110bbb9b9479ff7
* changed function names and variables to conform with UNO styletino2012-12-055-58/+60
| | | | Change-Id: I3de884b54083a6916a5baed4d475016aa9d4ddec
* adding calc add-in for option pricingtino2012-12-0413-0/+3021
| | | | | | | Change-Id: Ica4b621a7ae7e5ab447192ae3fe7b8911295bef2 Reviewed-on: https://gerrit.libreoffice.org/1232 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Merge branch 'master' into feature/killsdfAndras Timar2012-11-115-14/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
| * fdo#46808, fix up some NumberFormatter createInstance calls I missedNoel Grandin2012-10-235-14/+13
| | | | | | | | Change-Id: Ieb3ce841243797a119f1d1d40379ff2a4614168f
* | Merge branch 'master' into feature/killsdfAndras Timar2012-10-132-12/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.top Module_tail_build.mk RepositoryExternal.mk RepositoryFixes.mk accessibility/source/standard/vclxaccessibletoolbox.cxx basic/source/uno/dlgcont.cxx connectivity/Library_ado.mk cross_tail_build/prj/build.lst desktop/source/offacc/acceptor.cxx filter/Library_PptImporter.mk filter/source/t602/filterenv.cxx i18npool/Library_textconv_dict.mk ooo.lst.in saxon/ExternalProject_saxon.mk saxon/build.xml sc/sdi/scalc.sdi sc/source/filter/xml/xmlstyli.cxx sc/source/ui/condformat/condformatdlg.cxx sc/source/ui/condformat/condformatmgr.cxx sc/source/ui/view/cellsh1.cxx sdext/source/pdfimport/misc/pwdinteract.cxx shell/qa/zip/makefile.mk shell/qa/zip/testimpl/makefile.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/android.mk solenv/gbuild/platform/com_GCC_defs.mk solenv/gbuild/platform/macosx.mk soltools/Executable_adjustvisibility.mk soltools/Executable_checkdll.mk soltools/Executable_cpp.mk soltools/Executable_javadep.mk soltools/Executable_makedepend.mk sw/qa/extras/rtfimport/rtfimport.cxx tail_build/prj/build.lst tomcat/ExternalProject_tomcat.mk ucb/source/ucp/webdav/webdavcontent.cxx xml2cmp/Executable_xml2cmp.mk
| * mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-122-4/+4
| | | | | | | | | | | | http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I1a0e436051d48e7f6224d6f0fc602347df2d4df1
| * Resolves: fdo#55367 wrong convertion factor for "tspm"Julien Nabet2012-10-091-1/+1
| | | | | | | | | | | | | | Change-Id: If37ef46ab009b9886fefd0ca071bd81dd68e25fc Reviewed-on: https://gerrit.libreoffice.org/849 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
| * cppcheck : redundantCondition. In this case, it seems to be a typo.jailletc362012-10-061-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * gbuild: invert handling of standard system libraries:Michael Stahl2012-09-282-4/+0
| | | | | | | | | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
| * gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-282-2/+4
| | | | | | | | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
| * gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-282-0/+2
| | | | | | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* | translations is a source-only moduleAndras Timar2012-10-011-1/+1
| | | | | | | | Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
* | gbuild: invert handling of standard system libraries:Michael Stahl2012-10-012-4/+0
| | | | | | | | | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* | gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-10-012-2/+4
| | | | | | | | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* | gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-10-012-0/+2
|/ | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* hide duplication into anonymous namespaceMatúš Kukan2012-09-011-7/+2
| | | | Change-Id: Ie9a810f59d08d79636a0ad4b56adedb87479706e
* add more runtime deps on resource files for unit-testsMatúš Kukan2012-08-212-0/+8
| | | | Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
* fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170Albert Thuswaldner2012-08-103-29/+27
| | | | Change-Id: I9366de24414fa10e292e42df08a9658d90e5c1c1
* some UniString->rtl::OUStringCaolán McNamara2012-07-091-12/+7
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* removed unnecessary forward declarations of classTakeshi Abe2012-07-071-1/+0
| | | | | | except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
* Remove unused definesThomas Arnhold2012-07-022-2/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* re-base on ALv2 code.Michael Meeks2012-06-2715-357/+222
|
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+14
|