summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Diagram.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-20improve some IllegalArgumentException messagesNoel1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann1-1/+1
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-1/+1
2019-05-10Consolidate MutexContainer GetMutex() vs. direct m_aMutex accessStephan Bergmann1-14/+14
2019-05-09Drop redundant explicit initialization of MutexContainer base classStephan Bergmann1-1/+0
2019-02-08loplugin:indentation in canvas..chart2Noel Grandin1-6/+6
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-08tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen1-7/+0
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen1-0/+1
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen1-0/+2
2018-06-16tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-6/+7
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin1-14/+6
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-4/+3
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-12/+12
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-54/+36
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin1-7/+7
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-8/+8
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-33/+0
2016-11-11loplugin:expandablemethods in chart2Noel Grandin1-16/+4
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke1-1/+0
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-4/+4
2016-03-14com::sun::star->css in chart2Noel Grandin1-4/+3
2015-11-19use comphelper::containerToSequenceNoel Grandin1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-9/+9
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir1-0/+7
2014-12-09inline UNO helper macrosNoel Grandin1-2/+23
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet1-9/+9
2014-03-29Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.Kohei Yoshida1-9/+1
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida1-2/+4
2014-03-26Pass the rounded edge property to the diagram object.Kohei Yoshida1-1/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-23/+23
2014-01-16fdo#72520 : Added property to store external data path in chart.sushil_shinde1-1/+7
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar1-1/+26
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-8/+0
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann1-4/+4
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-11Fix chart2 buildFridrich Štrba1-1/+1
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand1-2/+9
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-20/+20
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14