summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* hide a WaE... should be fixed properly when the issue is understoodNorbert Thiebaud2011-09-251-0/+1
|
* re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks2011-09-2412-47/+46
| | | | | | 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
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-2222-3/+105
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-221-2/+4
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-1/+1
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* Removed unused fMaxSize introduced by previous changeset 3e5edf6c.Stephan Bergmann2011-09-201-1/+0
|
* Add missing chart data point ODF1.2 standard symbolsRegina Henschel2011-09-202-1/+324
|
* Some cppcheck cleaningJulien Nabet2011-09-101-8/+2
|
* Rename class XColorTable to XColorListJoseph Powers2011-08-299-10/+10
| | | | | The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
* debug build errorsGabor2011-08-232-3/+3
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-108-8/+8
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-308-7/+15
|
* add prefixes for component_getFactoryMatúš Kukan2011-07-288-8/+8
|
* resyncing to masterBjoern Michaelsen2011-07-2123-132/+73
|\
| * Get rid of SvULongs in calcMaciej Rumianowski2011-07-203-17/+5
| | | | | | | | Instead of SvULongs use ::std::vector < sal_Int32 >
| * Remove component_getImplementationEnvironmentMatus Kukan2011-07-128-37/+0
| |
| * fdo#38725: Reorder buttons to Ok, Cancel, HelpThomas Arnhold2011-06-272-22/+1
| | | | | | | | | | Remove BUTTONS_HELP_OK_CANCEL definition and use more intuitive usable BUTTONS_OK_CANCEL_HELP.
| * Use definition of BUTTONS_HELP_OK_CANCEL directly.Thomas Arnhold2011-06-272-5/+1
| |
| * Adapt texts to new B-spline implementationRegina Henschel2011-06-231-1/+1
| |