summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin16-38/+30
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2-4/+4
2016-01-20loplugin:unusedmethodsNoel Grandin1-38/+0
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-3/+0
2016-01-18drawmodes header goneCaolán McNamara1-1/+0
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-4/+4
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud4-6/+6
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-4/+4
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-11loplugin:unusedmethods unused return value in chart2Noel Grandin17-119/+15
2016-01-10Fix typosAndrea Gelmini5-9/+9
2016-01-08tdf#96807 Reset min/max of auto scaleLaurent Balland-Poirier2-2/+13
2016-01-06Fix typosAndrea Gelmini14-17/+17
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-3/+2
2016-01-04use correct decimal separatorMarkus Mohrhard1-2/+11
2016-01-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-24loplugin:unusedfieldsNoel Grandin4-10/+4
2015-12-23loplugin:unusedfields in chart2Noel Grandin48-172/+63
2015-12-22tdf#91063 Better organize Error Bar content panelYousuf Philips1-188/+159
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-0/+1
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-12-12Make .mk files more portableBaptiste Daroussin2-4/+4
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-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann1-1/+1
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist1-1/+0
2015-12-10tdf#69977: constructing and destructing AccessibleElementInfo...Noel Grandin1-1/+1
2015-12-07Clean up use of libxml2 BAD_CASTStephan Bergmann1-14/+17
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl3-10/+9
2015-12-04chart2: replace boost::ptr_map with std::mapMichael Stahl2-11/+10
2015-12-04chart2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-11/+10
2015-12-03WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin2-7/+7
2015-12-03Use comphelper::containerToSequence()Noel Grandin1-19/+21
2015-11-30loplugin:unusedfieldsNoel Grandin2-2/+0
2015-11-28tdf#88154 - added unit test for rotated layoutMarco Cecchetti2-0/+68
2015-11-27Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke1-1/+1
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann3-49/+11
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-25loplugin:unusedfields variousNoel Grandin2-3/+0
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