summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ErrorBar.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann1-1/+1
2019-05-13Remove ContainerHelper.hxxArkadiy Illarionov1-2/+1
2019-05-09Drop redundant explicit initialization of MutexContainer base classStephan Bergmann1-1/+0
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+8
2018-10-09tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxxGabor Kelemen1-4/+0
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-25tdf#42949 Fix IWYU warnings in chart2/source/inc/*Gabor Kelemen1-0/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-4/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-3/+2
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-6/+6
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+0
2016-11-17loplugin:unusedfieldsNoel Grandin1-10/+3
2016-11-11loplugin:expandablemethods in chart2Noel Grandin1-15/+4
2016-07-05merge LineProperties with chart::ErrorBarNoel Grandin1-9/+41
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin1-24/+24
2015-11-19use comphelper::containerToSequenceNoel Grandin1-1/+1
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-04yyyyyNoel Grandin1-2/+1
2015-07-20loplugin:unusedmethods chart2Noel Grandin1-15/+0
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir1-0/+7
2014-12-09inline UNO helper macrosNoel Grandin1-1/+23
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet1-9/+9
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-11Fix previous commit (chart2 part)Julien Nabet1-4/+4
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-4/+4
2014-05-01set graphic properties for error bars during import, fdo#78041Markus Mohrhard1-1/+1
2014-03-11fix negative error bar range export, fdo#75510Markus Mohrhard1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18
2014-01-29coverity#1019405-04 : Uninitialized scalar fieldNorbert Thiebaud1-0/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-16/+16
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-16/+16
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-16/+16
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-2/+0
2013-07-22Mark as constTakeshi Abe1-1/+1
2013-04-29remove this property temporarily until I understand the exceptionMarkus Mohrhard1-1/+0
2013-04-24fix a problem with error bar weightMarkus Mohrhard1-0/+6
2013-04-24protect the properties with a mutexMarkus Mohrhard1-0/+5
2013-04-22fix type mismatchMarkus Mohrhard1-1/+1
2013-04-22more work on getting the error bar export produce valid docsMarkus Mohrhard1-8/+184
2013-04-22fix the remaining issues with the changed handling of ErrorBar propsMarkus Mohrhard1-7/+17
2013-04-22make the properties in the error bar case explicitMarkus Mohrhard1-153/+88
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+2