summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-182-0/+2
* tdf#96807 Reset min/max of auto scaleLaurent Balland-Poirier2016-01-122-2/+13
* chart2: add DocumentBaseURL in ChartFrameLoader::load()Michael Stahl2015-12-151-0/+5
* chart2: fix obvious mis-use of wrong member in XMLFilter::impl_Import()Michael Stahl2015-12-151-1/+2
* Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke2015-11-281-1/+1
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-232-2/+2
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-232-2/+4
* Remove last redundant toolbar:style propertiesSamuel Mehrbrodt2015-11-202-7/+7
* loplugin:unusedfields in chart2Noel Grandin2015-11-2011-29/+14
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-204-57/+5
* Remove redundant toolbar:style attributesSamuel Mehrbrodt2015-11-191-1/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-1961-110/+101
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-1/+0
* loplugin:unnecessaryvirtualNoel Grandin2015-11-171-1/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-153-516/+583
* use initialiser for Sequence<OUString>Noel Grandin2015-11-1512-24/+12
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-154-14/+7
* Bin mesa_headers completelyTor Lillqvist2015-11-122-2/+0
* Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2015-11-122-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-10173-720/+720
* fix build, std::make_unique is C++14, use o3tl::make_uniqueNoel Grandin2015-11-102-14/+16
* fix buildNoel Grandin2015-11-101-0/+1
* chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2015-11-102-43/+27
* chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2015-11-104-22/+18
* chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2015-11-102-12/+11
* chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2015-11-102-21/+20
* new loplugin: oncevarNoel Grandin2015-11-095-20/+10
* coverity#1338265 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* coverity#1338253 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* Reduce scope of #include <tools/poly.hxx>Matteo Casalin2015-11-051-1/+0
* Proper fix for coverity#1326893Stephan Bergmann2015-11-041-16/+3
* yyyyyNoel Grandin2015-11-043-5/+4
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-024-21/+21
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-3024-50/+44
* loplugin:unusedmethodsNoel Grandin2015-10-271-1/+1
* Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero2015-10-272-5/+2
* tdf#91063 Move border to Gtkbox in Data Series content panelYousuf Philips2015-10-271-1/+1
* tdf#91063 Change show legend label to tooltip in chart sidebarYousuf Philips2015-10-241-1/+2
* implement text rotation for chart axis sidebar panel, tdf#94970Markus Mohrhard2015-10-232-2/+45
* make it harder to use the API wrongly, tdf#95056Markus Mohrhard2015-10-221-8/+14
* disable all error bar radion buttons in the beginning, tdf#95057Markus Mohrhard2015-10-221-0/+3
* refactor out some com::sun::star typedefsNoel Grandin2015-10-212-16/+5
* new loplugin: badvectorinitNoel Grandin2015-10-202-4/+8
* loplugin:defaultparamsStephan Bergmann2015-10-204-8/+8
* tdf#91063 Move border to Gtkbox similar to other panelsYousuf Philips2015-10-191-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-196-9/+9
* cleanup some local var declarationsNoel Grandin2015-10-193-18/+18