summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * catch by const referenceCaolán McNamara2011-06-215-46/+45
| |
| * remove all traces of offuh from makefilesDavid Tardon2011-06-184-4/+20
| |
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
| |
* | gnumake4: postmerge fixes in scBjoern Michaelsen2011-06-213-5/+3
|/
* WaE: removed unused fZDerivationCaolán McNamara2011-06-071-3/+0
|
* Adapt smoothing with splines to ODF1.2Regina Henschel2011-06-062-158/+605
|
* use standard template for thisCaolán McNamara2011-06-034-52/+22
|
* overly staticCaolán McNamara2011-06-015-46/+18
|
* Code CleanupKorrawit Pruegsanusak2011-05-305-13/+9
| | | | | | | | * Remove empty and bogus comments * Remove dead codes * Fix typos in comments Released under LGPLv3+/MPL
* Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak2011-05-2737-119/+73
|
* valgrind: break circular dependency leaksCaolán McNamara2011-05-201-0/+4
|
* adjust for modified singletonCaolán McNamara2011-05-201-1/+1
|
* WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier2011-05-165-9/+9
|
* Merge branch 'libreoffice-3-4'Kohei Yoshida2011-05-092-0/+47
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: sc/CppunitTest_sc_ucalc.mk sc/Module_sc.mk sc/qa/unit/ucalc.cxx sc/source/core/tool/dbcolect.cxx sc/source/filter/excel/excimp8.cxx sc/source/filter/inc/excimp8.hxx sc/source/ui/docshell/impex.cxx sc/source/ui/unoobj/datauno.cxx
| * fdo#36789: Set all dynamic controls invisible upon instantiation.Kohei Yoshida2011-05-062-0/+47
| | | | | | | | | | | | Some of the dialog code depends on the controls being hidden unless explicitly set visible. Unfortunately that's not really guaranteed so we need to make that logic explicit.
* | Remove 2 private empty methods and their respective callJulien Nabet2011-05-072-10/+0
| |
* | Some cppcheck cleaningJulien Nabet2011-05-0519-70/+71
| |
* | cppcheck inefficient checking for emptinessKayo Hamid2011-04-222-2/+2
| | | | | | | | | | | | From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster. xxxx.size() can take linear time but xxxx.empty() is guaranteed to take constant time
* | Easy Hack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-191-2/+2
| |
* | prefer prefix ++/-- operatorsKayo Hamid2011-04-191-2/+2
| |
* | move the code to gbuildDavid Tardon2011-04-171-121/+2
| |
* | use SAL_DLLPUBLIC_EXPORT for consistencyDavid Tardon2011-04-151-2/+2
| |
* | remove obsoleted .pmk filesDavid Tardon2011-04-153-108/+0
| |
* | check for the value being outside the numeric limit of 32-bit intDavid Tardon2011-04-151-1/+8
| | | | | | | | | | Apply the original commit a05213c822ed62256af12690abea62b12aa5dedd to the right file.
* | fdo#34350 make sure these values are positiveDavid Tardon2011-04-151-0/+3
| | | | | | | | | | Apply the original commit 1e3b1a7a8c939a0ae08a14d5efdd65b17355dae9 to the right file.
* | remove unused filesDavid Tardon2011-04-159-1680/+0
| |
* | gbuildize chart2David Tardon2011-04-1530-1760/+872
| |
* | catch by const referenceCaolán McNamara2011-04-131-2/+2
|/