summaryrefslogtreecommitdiff
path: root/chart2/inc
AgeCommit message (Expand)AuthorFilesLines
2016-04-14loplugin:passstuffbyref in chart2Noel Grandin1-1/+1
2016-04-08tdf#94306 replace boost::noncopyable in chart2Jochen Nitschke1-1/+1
2016-04-02Chart: Improve polynomial trendline equation renderingLaurent Balland-Poirier1-0/+18
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-14com::sun::star->css in chart2Noel Grandin2-337/+337
2016-02-02tdf#91054 cleanup weirdo function prototypesirem1-60/+30
2016-02-02boost::hash->std::hashNoel Grandin1-1/+0
2016-02-01boost::cref->std::crefNoel Grandin1-1/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-3/+0
2016-01-18drawmodes header goneCaolán McNamara1-1/+0
2015-12-23loplugin:unusedfields in chart2Noel Grandin1-2/+0
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist1-1/+1
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+0
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist1-1/+0
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl1-1/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian3-516/+583
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-118/+118
2015-09-14boost->stdCaolán McNamara4-12/+7
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson2-2/+0
2015-07-30API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl1-0/+3
2015-07-20loplugin:unusedmethods chart2Noel Grandin1-5/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-4/+4
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky1-1/+0
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-1/+1
2015-06-14Remove unused OpenGLObjectZolnai Tamás1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-21Get rid of unnecessary comphelper/implbase_var.hxx partsStephan Bergmann1-6/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-03-23loplugin:constantfunction: chart2Noel Grandin1-1/+0
2015-02-24Typo: curently->currentlyJulien Nabet1-1/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian2-3/+8
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-12-09inline UNO helper macrosNoel Grandin2-4/+18
2014-12-09inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin1-1/+5
2014-11-04Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida1-3/+7
2014-10-09Put SeriesPlotterContainer into CreateShapeParam2D.Kohei Yoshida1-4/+1
2014-09-19Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida1-4/+3
2014-09-19Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida1-2/+1
2014-09-19Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida1-4/+2
2014-09-19Move the code that creates shapes for axis titles to own method.Kohei Yoshida1-0/+2
2014-09-19Move the 2D shape creation code into a separate method.Kohei Yoshida1-0/+1
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard1-0/+2
2014-08-13warning C4373: 'chart::ChartModel::setWindow': virtual function overrides...Thomas Arnhold1-1/+1
2014-08-13update_pchThomas Arnhold3-0/+5