summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2013-03-13Revert "WaE: fLogicZ duplicated"Caolán McNamara
2013-03-13WaE: fLogicZ duplicatedCaolán McNamara
2013-03-13-Werror=shadow/-Werror=unused-variableStephan Bergmann
2013-03-11Resolves: #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand
2013-03-04we need to use GetParentDialog nowadays, fdo#60253Markus Mohrhard
2013-02-22do not access vector elements beyond size, rhbz#847519 relatedEike Rathke
2013-01-25bnc#590020: Sort data points stably.Kohei Yoshida
2013-01-25bnc#798271: Don't delete the PropertyMapEntry instance prematurely.Kohei Yoshida
2013-01-15n#791985: Automatically rotate chart labels (if overlapping).Muthu Subramanian
2012-12-08bnc#791952: Setting properties for all data labels.Kohei Yoshida
2012-12-08bnc#791952: Use "center" label placement for "Best fit" in pie charts.Kohei Yoshida
2012-12-08bnc#791952: Better placement of 3D pie chart data labels.Kohei Yoshida
2012-12-08Remove duplicate defines and put it into a common place.Kohei Yoshida
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
2012-12-01Class MediaDescriptorHelper doesn't need virtual destructor.Arnaud Versini
2012-11-29chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-17use LanguageTagEike Rathke
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-30cppCheck: Remove some 'redundantAssignment'jailletc36
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
2012-10-08OUString cleanup in Chart2Olivier Hallot
2012-10-08OUString cleanup in Chart2Olivier Hallot
2012-10-08OUString cleanup in Chart2Olivier Hallot
2012-10-08OUString cleanup in Chart2Olivier Hallot
2012-10-07fix chart2 build with VS2012Peter Foley
2012-10-04sal_Bool -> bool in chart2Noel Grandin
2012-10-04sal_Bool -> bool in chart2Noel Grandin
2012-10-04limit polynomial degree in the dialog, related fdo#46100Markus Mohrhard
2012-10-04limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100Markus Mohrhard
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-02UniString->OUString in chart2Noel Grandin
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-24Prevent so many copying of vector instances.Kohei Yoshida
2012-09-24fdo#55298: We should only treat empty values as continuation of previous ones.Kohei Yoshida
2012-09-24fdo#55297: Fix regression in chart complex category placements.Kohei Yoshida
2012-09-20std::auto_ptr is deprecated.Kohei Yoshida
2012-09-20Unused local variable.Kohei Yoshida
2012-09-20More cosmetic cleanups.Kohei Yoshida
2012-09-20Some code cleanups...Kohei Yoshida
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet