Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-10 | fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170 | Albert Thuswaldner | |
Change-Id: I9366de24414fa10e292e42df08a9658d90e5c1c1 | |||
2012-07-09 | some UniString->rtl::OUString | Caolán McNamara | |
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3 | |||
2012-07-07 | removed unnecessary forward declarations of class | Takeshi Abe | |
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b | |||
2012-07-02 | Remove unused defines | Thomas Arnhold | |
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce | |||
2012-06-27 | re-base on ALv2 code. | Michael Meeks | |
2012-06-26 | re-base on ALv2 code. | Michael Meeks | |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-12 | fdo#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-17 | Deduplicate some functions for iOS static linking (DISABLE_DYNLOADING) | Tor Lillqvist | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-03-26 | Remove unused code in scaddins. | Santiago Martinez | |
2012-02-21 | expand and remove CSS* macro | Thomas Arnhold | |
2012-01-05 | Fix for fdo43460 Part XXIX getLength() to isEmpty() | Olivier Hallot | |
Part XXIX Modules sax, scaddins, sccomp, scripting | |||
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-28 | dr78: #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-28 | dr78: #i43040# correction for BesselI, patch from Regina | Eike Rathke | |
# HG changeset patch # User Daniel Rentz [dr] <daniel.rentz@oracle.com> # Date 1295613474 -3600 # Node ID 7c526a3a4dfa801f59eaeeea99e7b7a032bc6fe4 # Parent 77c9f7fb9f061730dc584e18425f6645df14b648 | |||
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | |
2011-07-28 | add prefixes for component_getFactory | Matúš Kukan | |
2011-07-27 | convert scaddins to gbuild | Matúš Kukan | |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | |
2011-07-07 | CONVERT_ADD() fixes, more precise conversion factors | Laszlo Nemeth | |
2011-04-19 | Easy Hack: Add visibility markup to all component_get* functions | Julien Nabet | |
2011-04-01 | remove obsolete component_writeInfo methods | Michael Meeks | |
2011-03-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-03-10 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Kohei Yoshida | |
2011-03-01 | avoid implicit cast | Caolán McNamara | |
2011-03-01 | pointless to go from char* to OString to char* | Caolán McNamara | |
2011-03-01 | pointless to go from char* to OString to char* | Caolán McNamara | |
2011-03-01 | Remove bogus comments. | Guillaume Poussel | |
2011-02-16 | Remove SCO support | Thomas Arnhold | |
2011-01-25 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-24 | Replace suitable equalsAscii calls with equalsAsciiL. | Thomas Arnhold | |
2011-01-10 | removetooltypes01: #i112600# adjust basic and scaddins | Mikhail Voytenko | |
2010-12-03 | more Sal n elements | Kenneth Venken | |
2010-11-24 | .src cleanup | Joseph Powers | |
2010-11-21 | .src cleanup and .png fixes | Joseph Powers | |
2010-11-21 | cleaning dead code in calc/scaddins | Pierre-André Jacquod | |
2010-11-12 | Replace rtl::OUString::createFromAscii with RTL_CONSTASCII_USTRINGPARAM. | Julien Nabet | |
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-25 | Finally, gut the vos module out of the build | Norbert Thiebaud | |
2010-10-20 | Removed lots of dead code. | Povilas Kanapickas | |
2010-10-13 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-09-10 | sb129: #i113189# change UNO components to use passive registration | sb | |
2010-06-07 | calc55: #i110288# corrected uk_qt and uk_gal factors | Eike Rathke [er] | |
2010-06-07 | calc55: #i40309# #i31656# #i103458# improved accuracy of Bessel functions; ↵ | Eike Rathke [er] | |
patch from <regina> | |||
2010-02-25 | sb118: merged in DEV300_m72 | sb | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) |