summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2016-06-09only init the OpenGL context if we need itMarkus Mohrhard2-1/+5
2016-05-27Typo fixTor Lillqvist1-1/+1
2016-05-18tdf#35957 check for preconditions earlierDavid Tardon2-4/+16
2016-05-13Missing break in switchStephan Bergmann1-0/+1
2016-04-12tdf#99069: lock the solar mutex before updating sidebarMarkus Mohrhard1-0/+2
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock7-7/+7
2016-03-14Resolves: tdf#98390 ChartAreaPanel throw during ctorCaolán McNamara1-46/+71
2016-02-18Fix missing iterator include on MSVC 14.0David Ostrovsky2-0/+2
2016-01-12tdf#96807 Reset min/max of auto scaleLaurent Balland-Poirier2-2/+13
2015-12-15chart2: add DocumentBaseURL in ChartFrameLoader::load()Michael Stahl1-0/+5
2015-12-15chart2: fix obvious mis-use of wrong member in XMLFilter::impl_Import()Michael Stahl1-1/+2
2015-11-28Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke1-1/+1
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2-2/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-2/+4
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt2-7/+7
2015-11-20loplugin:unusedfields in chart2Noel Grandin11-29/+14
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin4-57/+5
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin61-110/+101
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-1/+0
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian3-516/+583
2015-11-15use initialiser for Sequence<OUString>Noel Grandin12-24/+12
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-14/+7
2015-11-12Bin mesa_headers completelyTor Lillqvist2-2/+0
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann173-720/+720
2015-11-10fix build, std::make_unique is C++14, use o3tl::make_uniqueNoel Grandin2-14/+16
2015-11-10fix buildNoel Grandin1-0/+1
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2-43/+27
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin4-22/+18
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2-12/+11
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2-21/+20
2015-11-09new loplugin: oncevarNoel Grandin5-20/+10
2015-11-06coverity#1338265 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06coverity#1338253 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin1-1/+0
2015-11-04Proper fix for coverity#1326893Stephan Bergmann1-16/+3
2015-11-04yyyyyNoel Grandin3-5/+4
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni4-21/+21
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin24-50/+44
2015-10-27loplugin:unusedmethodsNoel Grandin1-1/+1
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero2-5/+2
2015-10-27tdf#91063 Move border to Gtkbox in Data Series content panelYousuf Philips1-1/+1
2015-10-24tdf#91063 Change show legend label to tooltip in chart sidebarYousuf Philips1-1/+2
2015-10-23implement text rotation for chart axis sidebar panel, tdf#94970Markus Mohrhard2-2/+45
2015-10-22make it harder to use the API wrongly, tdf#95056Markus Mohrhard1-8/+14