summaryrefslogtreecommitdiffstats
path: root/scaddins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* re-base on ALv2 code.Michael Meeks2012-06-225-118/+73
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-211-26/+17
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-212-46/+28
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* fdo#51017 ODFF: implement missing imaginary functions [AOO i111609 r1348096]Regina Henschel2012-06-129-13/+575
| | | | | | | Adds IMTAN, IMSEC, IMCSC, IMCOT, IMSINH, IMCOSH, IMSECH, IMCSCH spreadsheet functions. Change-Id: I04ce0b1fdf787c3d8b2301cd92400e54049494bf
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* Deduplicate some functions for iOS static linking (DISABLE_DYNLOADING)Tor Lillqvist2012-04-171-0/+17
|
* scaddins: clean makefilesMatúš Kukan2012-04-092-18/+2
|
* gbuild: "use" vs. "add"David Tardon2012-04-081-2/+2
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-5/+5
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+1
|
* merge origin/masterDavid Tardon2012-04-0112-138/+94
|\
| * Remove unused code in scaddins.Santiago Martinez2012-03-262-18/+0
| |
| * gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-104-4/+4
| |
| * expand and remove CSS* macroThomas Arnhold2012-02-214-81/+80
| |
| * fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-102-2/+0
| |
| * Add and expand more readme files for module documentationMichael Meeks2012-02-081-0/+4
| |
| * Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich2012-02-081-0/+4
| |
| * switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
| |
* | move addins out of offapi againDavid Tardon2012-03-1810-4/+983
| |
* | split into one file for each interface/serviceDavid Tardon2012-03-132-2/+0
|/ | | | | This is the way gbuild's UnoApi class keeps track of which header files are there to be delivered.