summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Collapse)AuthorAgeFilesLines
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-105-5/+0
|
* Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Fixed cppcheck messages about rethrowing copy of exception.PKEuS2012-02-051-16/+16
|
* Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2012-01-312-4/+6
|
* Remove unused code.Santiago Martinez2012-01-312-32/+0
|
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-3/+1
|
* Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-271-2/+5
| | | | | Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0.
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-231-1/+2
|
* make chart2 ByteString freeCaolán McNamara2012-01-231-1/+1
|
* Improve checking for emptinessThomas Arnhold2012-01-212-2/+2
|
* Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)2012-01-151-1/+1
|
* Some cppcheck cleaningJulien Nabet2012-01-141-1/+1
|
* fdo#44546: Hopefully correct automatic calculation of y-axis scale.Kohei Yoshida2012-01-091-45/+161
|
* Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2012-01-074-12/+0
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-068-10/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-053-3/+0
| | | | | | | | | | | | | | | | | 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
* Remove unused headerMatteo Casalin2011-12-251-1/+0
|
* remove some unused codeCaolán McNamara2011-12-222-31/+0
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-212-15/+1
|
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* missing include limitsMarkus Mohrhard2011-12-141-0/+1
|
* don't try to use Inf for axes calculation fdo#43703Markus Mohrhard2011-12-141-0/+6
|
* fdo#43681: Set correct auto scaling for stacked data series.Kohei Yoshida2011-12-131-15/+42
| | | | | | | | 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.
* Prefer reference over pointer (when it makes sense).Kohei Yoshida2011-12-131-9/+9
|
* fdo#43681: Always sort category axis when it's a date type.Kohei Yoshida2011-12-131-3/+8
| | | | Or else we'd end up drawing a pretty interesting diagram...
* Prefer pre-increments, especially with iterators.Kohei Yoshida2011-12-132-4/+4
|
* Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot2011-12-1352-121/+121
| | | | | | Part V Module chart2
* Less succes, more successStefan Knorr (astron)2011-12-081-1/+1
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-066-30/+24
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-012-2/+2
|
* Remove uses of charAtAugust Sodora2011-12-012-3/+2
|
* fixed fdo#40363 freeze chart wizard with non-gregorian dateEike Rathke2011-11-301-4/+2
| | | | | Use the newly introduced Date::Normalize() instead of a never ending while(!date.IsValid())
* renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke2011-11-301-2/+2
| | | | Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* catch by const referenceTakeshi Abe2011-11-2988-301/+297
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-307/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-274-4/+0
|
* remove include of pch header in chart2Norbert Thiebaud2011-11-27310-613/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-274-8/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* WaE: more windows tinderbox warning cleanupMichael Meeks2011-11-012-1/+4
|
* Put neq-operator for awt::Size in correct namespaceKristian Rietveld2011-10-241-6/+11
|
* make numeric field circular, i.e. pressing up from 359 goes to 0Andras Timar2011-10-221-1/+2
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-3018-0/+53
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-17/+16
|
* remove obsolete ColorTable lifecycle workaroundMichael Meeks2011-09-261-2/+0
|