summaryrefslogtreecommitdiffstats
path: root/chart2/source
Commit message (Expand)AuthorAgeFilesLines
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-031-1/+1
* Class MediaDescriptorHelper doesn't need virtual destructor.Arnaud Versini2012-12-012-6/+0
* chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl2012-11-2914-15/+15
* API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2012-11-292-4/+4
* some i18n wrappers with LanguageTagEike Rathke2012-11-231-3/+3
* AllSettings with LanguageTagEike Rathke2012-11-221-1/+1
* use LanguageTagEike Rathke2012-11-171-3/+4
* Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2012-11-161-0/+1
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-065-248/+1
* cppCheck: Remove some 'redundantAssignment'jailletc362012-10-304-6/+0
* fix some VS 2010 specific issuesDavid Ostrovsky2012-10-285-0/+5
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-222-6/+5
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-193-13/+13
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-112-2/+2
* OUString cleanup in Chart2Olivier Hallot2012-10-088-236/+231
* OUString cleanup in Chart2Olivier Hallot2012-10-088-43/+43
* OUString cleanup in Chart2Olivier Hallot2012-10-088-225/+220
* OUString cleanup in Chart2Olivier Hallot2012-10-086-202/+199
* fix chart2 build with VS2012Peter Foley2012-10-071-0/+2
* sal_Bool -> bool in chart2Noel Grandin2012-10-042-9/+7
* sal_Bool -> bool in chart2Noel Grandin2012-10-042-5/+5
* limit polynomial degree in the dialog, related fdo#46100Markus Mohrhard2012-10-041-2/+2
* limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100Markus Mohrhard2012-10-041-1/+5
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-041-4/+2
* UniString->OUString in chart2Noel Grandin2012-10-021-2/+2
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-3/+3
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-281-2/+2
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-254-12/+12
* Prevent so many copying of vector instances.Kohei Yoshida2012-09-243-20/+30
* fdo#55298: We should only treat empty values as continuation of previous ones.Kohei Yoshida2012-09-241-4/+8
* fdo#55297: Fix regression in chart complex category placements.Kohei Yoshida2012-09-241-5/+10
* std::auto_ptr is deprecated.Kohei Yoshida2012-09-201-24/+11
* Unused local variable.Kohei Yoshida2012-09-201-4/+0
* More cosmetic cleanups.Kohei Yoshida2012-09-201-21/+13
* Some code cleanups...Kohei Yoshida2012-09-202-12/+14
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+1
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-09-151-2/+2
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-1/+2
* fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin2012-09-031-7/+3
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-319-20/+3
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-271-1/+2
* fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin2012-08-271-4/+2
* fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin2012-08-271-15/+10
* Highlight X errorbars data range when a chart is selected.Rafael Dominguez2012-08-241-0/+12
* Working version of XShapeDumperArtur Dorda2012-08-151-0/+100
* fdo#51695 Check for TextformatJoseph Brown2012-08-141-30/+23
* Remove unused local varsJulien Nabet2012-08-111-1/+0
* chart2: merge component files for new chartcore libraryMichael Stahl2012-08-064-110/+81
* Typo ressource -> resourceStephan Bergmann2012-07-305-18/+18
* re-base on ALv2 code. Includes:Michael Meeks2012-07-18293-6821/+4185