Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-29 | Rename class XColorTable to XColorList | Joseph Powers | |
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List. | |||
2011-08-23 | debug build errors | Gabor | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
Notes: split repo tag: calc_PRE_MELD_REPOS | |||
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-28 | add prefixes for component_getFactory | Matúš Kukan | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-20 | Get rid of SvULongs in calc | Maciej Rumianowski | |
Instead of SvULongs use ::std::vector < sal_Int32 > | |||
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | |
2011-06-27 | fdo#38725: Reorder buttons to Ok, Cancel, Help | Thomas Arnhold | |
Remove BUTTONS_HELP_OK_CANCEL definition and use more intuitive usable BUTTONS_OK_CANCEL_HELP. | |||
2011-06-27 | Use definition of BUTTONS_HELP_OK_CANCEL directly. | Thomas Arnhold | |
2011-06-23 | Adapt texts to new B-spline implementation | Regina Henschel | |
2011-06-21 | gnumake4: postmerge fixes in sc | Bjoern Michaelsen | |
2011-06-21 | catch by const reference | Caolán McNamara | |
2011-06-18 | remove all traces of offuh from makefiles | David Tardon | |
2011-06-18 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-07 | WaE: removed unused fZDerivation | Caolán McNamara | |
2011-06-06 | Adapt smoothing with splines to ODF1.2 | Regina Henschel | |
2011-06-03 | use standard template for this | Caolán McNamara | |
2011-06-01 | overly static | Caolán McNamara | |
2011-05-30 | Code Cleanup | Korrawit Pruegsanusak | |
* Remove empty and bogus comments * Remove dead codes * Fix typos in comments Released under LGPLv3+/MPL | |||
2011-05-27 | Replace DBG_* with OSL_* in calc/chart2 | Jacek Wolszczak | |
2011-05-20 | valgrind: break circular dependency leaks | Caolán McNamara | |
2011-05-20 | adjust for modified singleton | Caolán McNamara | |
2011-05-16 | WaE - add explicit casting (decimal-types → integer types) | Christian Lohmaier | |
2011-05-09 | Merge branch 'libreoffice-3-4' | Kohei Yoshida | |
Conflicts: sc/CppunitTest_sc_ucalc.mk sc/Module_sc.mk sc/qa/unit/ucalc.cxx sc/source/core/tool/dbcolect.cxx sc/source/filter/excel/excimp8.cxx sc/source/filter/inc/excimp8.hxx sc/source/ui/docshell/impex.cxx sc/source/ui/unoobj/datauno.cxx | |||
2011-05-07 | Remove 2 private empty methods and their respective call | Julien Nabet | |
2011-05-06 | fdo#36789: Set all dynamic controls invisible upon instantiation. | Kohei Yoshida | |
Some of the dialog code depends on the controls being hidden unless explicitly set visible. Unfortunately that's not really guaranteed so we need to make that logic explicit. | |||
2011-05-05 | Some cppcheck cleaning | Julien Nabet | |
2011-04-22 | cppcheck inefficient checking for emptiness | Kayo Hamid | |
From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster. xxxx.size() can take linear time but xxxx.empty() is guaranteed to take constant time | |||
2011-04-19 | Easy Hack: Add visibility markup to all component_get* functions | Julien Nabet | |
2011-04-19 | prefer prefix ++/-- operators | Kayo Hamid | |
2011-04-17 | move the code to gbuild | David Tardon | |
2011-04-15 | use SAL_DLLPUBLIC_EXPORT for consistency | David Tardon | |
2011-04-15 | remove obsoleted .pmk files | David Tardon | |
2011-04-15 | check for the value being outside the numeric limit of 32-bit int | David Tardon | |
Apply the original commit a05213c822ed62256af12690abea62b12aa5dedd to the right file. | |||
2011-04-15 | fdo#34350 make sure these values are positive | David Tardon | |
Apply the original commit 1e3b1a7a8c939a0ae08a14d5efdd65b17355dae9 to the right file. | |||
2011-04-15 | remove unused files | David Tardon | |
2011-04-15 | gbuildize chart2 | David Tardon | |
2011-04-13 | catch by const reference | Caolán McNamara | |
2011-03-29 | drop bogus executable flag from idl/build/src and config files | Francisco Saito | |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito | |
2011-03-28 | use PartialWeakComponentImplHelperX for overloaded-virtual | Caolán McNamara | |
2011-03-28 | migrate chart2 subsequenttests to gbuild | Bjoern Michaelsen | |
2011-03-26 | fd#35693: disable hangin subsequenttests (complex and unoapi tests) | Bjoern Michaelsen | |
- chart2/qa/unoapi - configmgr/qa/unoapi - dbaccess/qa/unoapi - forms/qa/complex/forms - linguistic/qa/unoapi - qadevOOo/qa/unoapi - sd/qa/unoapi - starmath/qa/unoapi - ucb/qa/complex/ucb - ucb/qa/unoapi - unotools/qa/complex/tempfile | |||
2011-03-25 | set build depencencies against the new "translations" module | Petr Mladek | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | |
Conflicts: sc/source/filter/starcalc/scflt.cxx sc/source/ui/unoobj/chart2uno.cxx | |||
2011-03-21 | WaE: nColumnCount unused | Caolán McNamara | |
2011-03-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold | |