Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-25 | Remove unused header | Matteo Casalin | |
2011-12-22 | remove some unused code | Caolán McNamara | |
2011-12-21 | callcatcher: remove some unused code | Caolán McNamara | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-14 | missing include limits | Markus Mohrhard | |
2011-12-14 | don't try to use Inf for axes calculation fdo#43703 | Markus Mohrhard | |
2011-12-13 | fdo#43681: Set correct auto scaling for stacked data series. | Kohei Yoshida | |
With this change, the automatic y-axis scaling should be more accurate for stacked charts (i.e. stacked line, area, bar charts) with dates on the x-axis. The previous algorithm only calculated the max and min y-values of the individual data, without taking into account the stacking type when the x-axis type was date. | |||
2011-12-13 | Prefer reference over pointer (when it makes sense). | Kohei Yoshida | |
2011-12-13 | fdo#43681: Always sort category axis when it's a date type. | Kohei Yoshida | |
Or else we'd end up drawing a pretty interesting diagram... | |||
2011-12-13 | Prefer pre-increments, especially with iterators. | Kohei Yoshida | |
2011-12-13 | Fix for fdo43460 Part V getLength to isEmpty | Olivier Hallot | |
Part V Module chart2 | |||
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-30 | fixed fdo#40363 freeze chart wizard with non-gregorian date | Eike Rathke | |
Use the newly introduced Date::Normalize() instead of a never ending while(!date.IsValid()) | |||
2011-11-30 | renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions | Eike Rathke | |
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date. | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | catch by const reference | Takeshi Abe | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in chart2 | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-01 | WaE: more windows tinderbox warning cleanup | Michael Meeks | |
2011-10-24 | Put neq-operator for awt::Size in correct namespace | Kristian Rietveld | |
2011-10-22 | make numeric field circular, i.e. pressing up from 359 goes to 0 | Andras Timar | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-26 | remove obsolete ColorTable lifecycle workaround | Michael Meeks | |
2011-09-25 | hide a WaE... should be fixed properly when the issue is understood | Norbert Thiebaud | |
2011-09-24 | re-factor XPropertyList derivatives to use a rtl::Reference | Michael Meeks | |
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too | |||
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-22 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-20 | Removed unused fMaxSize introduced by previous changeset 3e5edf6c. | Stephan Bergmann | |
2011-09-20 | Add missing chart data point ODF1.2 standard symbols | Regina Henschel | |
2011-09-10 | Some cppcheck cleaning | Julien Nabet | |
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 > |