summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
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
2011-04-22cppcheck inefficient checking for emptinessKayo Hamid
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
2011-04-19Easy Hack: Add visibility markup to all component_get* functionsJulien Nabet
2011-04-19prefer prefix ++/-- operatorsKayo Hamid
2011-04-17move the code to gbuildDavid Tardon
2011-04-15use SAL_DLLPUBLIC_EXPORT for consistencyDavid Tardon
2011-04-15remove obsoleted .pmk filesDavid Tardon
2011-04-15check for the value being outside the numeric limit of 32-bit intDavid Tardon
Apply the original commit a05213c822ed62256af12690abea62b12aa5dedd to the right file.
2011-04-15fdo#34350 make sure these values are positiveDavid Tardon
Apply the original commit 1e3b1a7a8c939a0ae08a14d5efdd65b17355dae9 to the right file.
2011-04-15remove unused filesDavid Tardon
2011-04-15gbuildize chart2David Tardon
2011-04-13catch by const referenceCaolán McNamara
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-28use PartialWeakComponentImplHelperX for overloaded-virtualCaolán McNamara
2011-03-28migrate chart2 subsequenttests to gbuildBjoern Michaelsen
2011-03-26fd#35693: disable hangin subsequenttests (complex and unoapi tests)Bjoern Michaelsen
- chart2/qa/unoapi - configmgr/qa/unoapi - dbaccess/qa/unoapi - forms/qa/complex/forms - linguistic/qa/unoapi - qadevOOo/qa/unoapi - sd/qa/unoapi - starmath/qa/unoapi - ucb/qa/complex/ucb - ucb/qa/unoapi - unotools/qa/complex/tempfile
2011-03-25set build depencencies against the new "translations" modulePetr Mladek
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: sc/source/filter/starcalc/scflt.cxx sc/source/ui/unoobj/chart2uno.cxx
2011-03-21WaE: nColumnCount unusedCaolán McNamara
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-18fix array bounds problem that crept in from OO.oMichael Meeks
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src
2011-03-16CWS-TOOLING: integrate CWS chart55obo
Notes: split repo tag: calc_ooo/DEV300_m103
2011-03-16CWS-TOOLING: integrate CWS chart51obo