summaryrefslogtreecommitdiff
path: root/chart2/inc
AgeCommit message (Expand)Author
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl
2017-03-29loplugin:singlevalfieldsNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-17drop TimeBasedMode enumNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-12[API CHANGE] Add PopupRequest - a callback to open a pop-up win. in calcTomaž Vajngerl
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist
2017-02-08The string "###" can be written as such, no need for a Special Const VariableTor Lillqvist
2017-02-08A newline is not that special or hard to rememberTor Lillqvist
2017-02-06OpenGLWindow typeinfo unavailable without HAVE_FEATURE_OPENGLCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-24use rtl::Reference in ChartModelNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, chart2Stephan Bergmann
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2016-12-13change from glew to epoxyCaolán McNamara
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-05-22tdf#94004 Trendline: wrap equation to fit in chart areaLaurent Balland-Poirier
2016-04-25Kill comphelper::MakeMapStephan Bergmann
2016-04-24C++11: disable ctors instead of not implementing them (chart2)Jochen Nitschke
2016-04-14loplugin:passstuffbyref in chart2Noel Grandin
2016-04-08tdf#94306 replace boost::noncopyable in chart2Jochen Nitschke
2016-04-02Chart: Improve polynomial trendline equation renderingLaurent Balland-Poirier
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-03-14com::sun::star->css in chart2Noel Grandin
2016-02-02tdf#91054 cleanup weirdo function prototypesirem
2016-02-02boost::hash->std::hashNoel Grandin
2016-02-01boost::cref->std::crefNoel Grandin
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
2016-01-18drawmodes header goneCaolán McNamara
2015-12-23loplugin:unusedfields in chart2Noel Grandin
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson
2015-07-30API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl
2015-07-20loplugin:unusedmethods chart2Noel Grandin
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe