summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2016-01-10Fix typosAndrea Gelmini
2016-01-08tdf#96807 Reset min/max of auto scaleLaurent Balland-Poirier
2016-01-06Fix typosAndrea Gelmini
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2016-01-04use correct decimal separatorMarkus Mohrhard
2016-01-02cppcheck: noExplicitConstructorCaolán McNamara
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-12-23loplugin:unusedfields in chart2Noel Grandin
2015-12-22tdf#91063 Better organize Error Bar content panelYousuf Philips
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl
2015-12-15chart2: add DocumentBaseURL in ChartFrameLoader::load()Michael Stahl
2015-12-15chart2: fix obvious mis-use of wrong member in XMLFilter::impl_Import()Michael Stahl
2015-12-12Make .mk files more portableBaptiste Daroussin
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-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist
2015-12-10tdf#69977: constructing and destructing AccessibleElementInfo...Noel Grandin
2015-12-07Clean up use of libxml2 BAD_CASTStephan Bergmann
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl
2015-12-04chart2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-12-03WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin
2015-12-03Use comphelper::containerToSequence()Noel Grandin
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-28tdf#88154 - added unit test for rotated layoutMarco Cecchetti
2015-11-27Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt
2015-11-20loplugin:unusedfields in chart2Noel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-12Bin mesa_headers completelyTor Lillqvist
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10fix build, std::make_unique is C++14, use o3tl::make_uniqueNoel Grandin