summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-24Highlight X errorbars data range when a chart is selected.Rafael Dominguez1-0/+12
2012-08-15Working version of XShapeDumperArtur Dorda1-0/+100
2012-08-14fdo#51695 Check for TextformatJoseph Brown1-30/+23
2012-08-11Remove unused local varsJulien Nabet1-1/+0
2012-08-06chart2: merge component files for new chartcore libraryMichael Stahl4-110/+81
2012-07-30Typo ressource -> resourceStephan Bergmann5-18/+18
2012-07-18re-base on ALv2 code. Includes:Michael Meeks293-6821/+4185
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann4-6/+0
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-10/+10
2012-07-14simplify include guardsThomas Arnhold2-2/+2
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold5-15/+0
2012-07-13also remove the libxml2 include from chart2Markus Mohrhard1-4/+0
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard1-110/+7
2012-07-12Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda1-99/+0
2012-07-12Working version of XShapeDumperArtur Dorda1-15/+8
2012-07-12Unfinished dumper codeArtur Dorda1-1/+4
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold2-4/+0
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold2-2/+0
2012-07-02removed unnecessary forward declarations of classTakeshi Abe13-41/+0