Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-05 | move some auto_ptr to boost::scoped_ptr | Markus Mohrhard | |
2012-03-05 | fdo#44832: Follow-up fix for axis labels for complex categories | Markus Mohrhard | |
Don't add special handling for second and following categories. [From Markus's patch email to the list, edited by tml] This patch is not obvious and I'm not sure that it will not introduce another regression. I don't fully understand why we need to add special handling for labels of second and following categories. | |||
2012-03-04 | fdo#37197: No legend entry for regression curve if not applicable | Katarina Machalkova | |
make the original check more general, to cover all chart types that don't support statistics | |||
2012-03-04 | correctly set the position of the axis labels, related fdo#44832 | Markus Mohrhard | |
There are still some more issues but at least they are now correctly located in the right position All advanced attributes are not yet applied. | |||
2012-03-01 | Presumably && is what we want here and not (pointlessly) a comma operator | Tor Lillqvist | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |
2012-02-21 | fix typo | Markus Mohrhard | |
2012-02-21 | use const_iterator for begin and end | Markus Mohrhard | |
2012-02-20 | fdo#31551: Show actual line width in the legend | Katarina Machalkova | |
however, limit the line width from above by legend entry height (which +- matches the font height) | |||
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | Remove unnecessary header files | Matteo Casalin | |
2012-02-05 | Fixed cppcheck messages about rethrowing copy of exception. | PKEuS | |
2012-01-31 | Get the whole thing to build after the method sig change in SdrObject. | Kohei Yoshida | |
2012-01-31 | Remove unused code. | Santiago Martinez | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-27 | Replace SvtUndoOptions with (simplified) direct configuration access. | Stephan Bergmann | |
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0. | |||
2012-01-23 | make chart2 ByteString free | Caolán McNamara | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
2012-01-15 | Galaxy (default) icon theme is now in icon-themes/galaxy | Stefan Knorr (astron) | |
2012-01-14 | Some cppcheck cleaning | Julien Nabet | |
2012-01-09 | fdo#44546: Hopefully correct automatic calculation of y-axis scale. | Kohei Yoshida | |
2012-01-07 | Remove superfluous _ZFORLIST_DECLARE_TABLE definition. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
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-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 | catch by const reference | Takeshi Abe | |
2011-11-27 | remove include of pch header in chart2 | Norbert Thiebaud | |
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-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 | |