summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-113-23/+0
* don't assert that no ODF import happens without a base URLMichael Stahl2016-02-091-1/+2
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-061-1/+1
* Fix typosAndrea Gelmini2016-02-051-1/+1
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-042-3/+3
* chart2: remove commented out codeChris Sherlock2016-02-031-1/+0
* chart2: I think we can get rid of OLDRENDER nowChris Sherlock2016-02-031-5/+1
* tdf#91054 cleanup weirdo function prototypesirem2016-02-021-60/+30
* boost::hash->std::hashNoel Grandin2016-02-021-1/+0
* boost::cref->std::crefNoel Grandin2016-02-012-3/+2
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* unnecessary use of OUString constructorNoel Grandin2016-01-313-9/+8
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-312-3/+3
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-2516-38/+30
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-212-4/+4
* loplugin:unusedmethodsNoel Grandin2016-01-201-38/+0
* basebmp now only used from vcl/headless codeCaolán McNamara2016-01-181-3/+0
* drawmodes header goneCaolán McNamara2016-01-181-1/+0
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-182-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-172-4/+4
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-164-6/+6
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-162-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-162-4/+4
* loplugin:privatebase: Make various derivations publicStephan Bergmann2016-01-111-1/+1
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-111-1/+1
* loplugin:unusedmethods unused return value in chart2Noel Grandin2016-01-1117-119/+15
* Fix typosAndrea Gelmini2016-01-105-9/+9
* tdf#96807 Reset min/max of auto scaleLaurent Balland-Poirier2016-01-082-2/+13
* Fix typosAndrea Gelmini2016-01-0614-17/+17
* Make SotFactory private to sot/ and clean a bitMatúš Kukan2016-01-051-0/+1
* tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai2016-01-051-3/+2
* use correct decimal separatorMarkus Mohrhard2016-01-041-2/+11
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-021-1/+1
* loplugin:unusedfieldsNoel Grandin2015-12-244-10/+4
* loplugin:unusedfields in chart2Noel Grandin2015-12-2348-172/+63
* tdf#91063 Better organize Error Bar content panelYousuf Philips2015-12-221-188/+159
* assert that no ODF import happens without a BaseURLMichael Stahl2015-12-161-0/+1
* 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
* Make .mk files more portableBaptiste Daroussin2015-12-122-4/+4
* No need for a separate <vcl/lstbox.h>Tor Lillqvist2015-12-121-1/+1
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-111-1/+0
* Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann2015-12-111-1/+1
* No need for a separate <vcl/combobox.h>Tor Lillqvist2015-12-111-1/+0
* tdf#69977: constructing and destructing AccessibleElementInfo...Noel Grandin2015-12-101-1/+1
* Clean up use of libxml2 BAD_CASTStephan Bergmann2015-12-071-14/+17
* chart2: replace boost::ptr_map with std::mapMichael Stahl2015-12-043-10/+9
* chart2: replace boost::ptr_map with std::mapMichael Stahl2015-12-042-11/+10
* chart2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-041-11/+10