summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
2012-03-01Presumably && is what we want here and not (pointlessly) a comma operatorTor Lillqvist
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann
2012-02-21fix typoMarkus Mohrhard
2012-02-21use const_iterator for begin and endMarkus Mohrhard
2012-02-20fdo#31551: Show actual line width in the legendKatarina Machalkova
however, limit the line width from above by legend entry height (which +- matches the font height)
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-19Get rid of size() == 0Elton Chung
2012-02-18Fix typos in commentsElton Chung
2012-02-17Remove unnecessary header filesMatteo Casalin
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-08Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida
2012-01-31Remove unused code.Santiago Martinez
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-27Replace 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-23add the "Send Feedback..." help menu itemIvan Timofeev
2012-01-23make chart2 ByteString freeCaolán McNamara
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)
2012-01-14Some cppcheck cleaningJulien Nabet
2012-01-09fdo#44546: Hopefully correct automatic calculation of y-axis scale.Kohei Yoshida
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-05Removed 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-25Remove unused headerMatteo Casalin
2011-12-22remove some unused codeCaolán McNamara
2011-12-21callcatcher: remove some unused codeCaolán McNamara
2011-12-15Removed extra semicolonsJesse
2011-12-14missing include limitsMarkus Mohrhard
2011-12-14don't try to use Inf for axes calculation fdo#43703Markus Mohrhard
2011-12-13fdo#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-13Prefer reference over pointer (when it makes sense).Kohei Yoshida
2011-12-13fdo#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-13Prefer pre-increments, especially with iterators.Kohei Yoshida
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot
Part V Module chart2
2011-12-08Less succes, more successStefan Knorr (astron)
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-12-01Remove uses of charAtAugust Sodora
2011-11-30fixed fdo#40363 freeze chart wizard with non-gregorian dateEike Rathke
Use the newly introduced Date::Normalize() instead of a never ending while(!date.IsValid())
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29catch by const referenceTakeshi Abe
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header in chart2Norbert Thiebaud