summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header in chart2Norbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-01WaE: more windows tinderbox warning cleanupMichael Meeks
2011-10-24Put neq-operator for awt::Size in correct namespaceKristian Rietveld
2011-10-22make numeric field circular, i.e. pressing up from 359 goes to 0Andras Timar
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26remove obsolete ColorTable lifecycle workaroundMichael Meeks
2011-09-25hide a WaE... should be fixed properly when the issue is understoodNorbert Thiebaud
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
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
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-20Removed unused fMaxSize introduced by previous changeset 3e5edf6c.Stephan Bergmann
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel
2011-09-10Some cppcheck cleaningJulien Nabet
2011-08-29Rename class XColorTable to XColorListJoseph Powers
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
2011-08-23debug build errorsGabor
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
Notes: split repo tag: calc_PRE_MELD_REPOS
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-28add prefixes for component_getFactoryMatúš Kukan
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-20Get rid of SvULongs in calcMaciej Rumianowski
Instead of SvULongs use ::std::vector < sal_Int32 >
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan
2011-06-27fdo#38725: Reorder buttons to Ok, Cancel, HelpThomas Arnhold
Remove BUTTONS_HELP_OK_CANCEL definition and use more intuitive usable BUTTONS_OK_CANCEL_HELP.
2011-06-27Use definition of BUTTONS_HELP_OK_CANCEL directly.Thomas Arnhold
2011-06-23Adapt texts to new B-spline implementationRegina Henschel
2011-06-21gnumake4: postmerge fixes in scBjoern Michaelsen
2011-06-21catch by const referenceCaolán McNamara
2011-06-18remove all traces of offuh from makefilesDavid Tardon
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-07WaE: removed unused fZDerivationCaolán McNamara
2011-06-06Adapt smoothing with splines to ODF1.2Regina Henschel
2011-06-03use standard template for thisCaolán McNamara
2011-06-01overly staticCaolán McNamara
2011-05-30Code CleanupKorrawit Pruegsanusak
* Remove empty and bogus comments * Remove dead codes * Fix typos in comments Released under LGPLv3+/MPL
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak
2011-05-20valgrind: break circular dependency leaksCaolán McNamara
2011-05-20adjust for modified singletonCaolán McNamara
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida
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
2011-05-07Remove 2 private empty methods and their respective callJulien Nabet
2011-05-06fdo#36789: Set all dynamic controls invisible upon instantiation.Kohei Yoshida
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.
2011-05-05Some cppcheck cleaningJulien Nabet