summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2013-01-25bnc#590020: Sort data points stably.Kohei Yoshida1-1/+1
2013-01-25bnc#798271: Don't delete the PropertyMapEntry instance prematurely.Kohei Yoshida1-21/+19
2013-01-15n#791985: Automatically rotate chart labels (if overlapping).Muthu Subramanian1-1/+15
2012-12-08bnc#791952: Setting properties for all data labels.Kohei Yoshida2-5/+6
2012-12-08bnc#791952: Use "center" label placement for "Best fit" in pie charts.Kohei Yoshida1-1/+7
2012-12-08bnc#791952: Better placement of 3D pie chart data labels.Kohei Yoshida1-1/+1
2012-12-08Remove duplicate defines and put it into a common place.Kohei Yoshida9-7/+37
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-1/+1
2012-12-01Class MediaDescriptorHelper doesn't need virtual destructor.Arnaud Versini2-6/+0
2012-11-29chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl14-15/+15
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2-4/+4
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+3
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-17use LanguageTagEike Rathke1-3/+4
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks5-248/+1
2012-10-30cppCheck: Remove some 'redundantAssignment'jailletc364-6/+0
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky5-0/+5
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2-6/+5
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida3-13/+13
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida2-2/+2
2012-10-08OUString cleanup in Chart2Olivier Hallot8-236/+231
2012-10-08OUString cleanup in Chart2Olivier Hallot8-43/+43
2012-10-08OUString cleanup in Chart2Olivier Hallot8-225/+220
2012-10-08OUString cleanup in Chart2Olivier Hallot6-202/+199
2012-10-07fix chart2 build with VS2012Peter Foley1-0/+2
2012-10-04sal_Bool -> bool in chart2Noel Grandin2-9/+7
2012-10-04sal_Bool -> bool in chart2Noel Grandin2-5/+5
2012-10-04limit polynomial degree in the dialog, related fdo#46100Markus Mohrhard1-2/+2
2012-10-04limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100Markus Mohrhard1-1/+5
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-4/+2
2012-10-02UniString->OUString in chart2Noel Grandin1-2/+2
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini3-3/+3
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-2/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud4-12/+12
2012-09-24Prevent so many copying of vector instances.Kohei Yoshida3-20/+30
2012-09-24fdo#55298: We should only treat empty values as continuation of previous ones.Kohei Yoshida1-4/+8
2012-09-24fdo#55297: Fix regression in chart complex category placements.Kohei Yoshida1-5/+10
2012-09-20std::auto_ptr is deprecated.Kohei Yoshida1-24/+11
2012-09-20Unused local variable.Kohei Yoshida1-4/+0
2012-09-20More cosmetic cleanups.Kohei Yoshida1-21/+13
2012-09-20Some code cleanups...Kohei Yoshida2-12/+14
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-09-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+2
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin1-7/+3
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann9-20/+3
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-1/+2
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin1-4/+2
2012-08-27fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin1-15/+10