summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* tdf#149536 Move Up/Down in Data Table switched enabled statusesAron Budea2022-06-141-2/+2
* Resolves: tdf#141625 give enough space to see full date+timeCaolán McNamara2022-04-141-0/+7
* Resolves: tdf#117162 ImportDocumentHandler expects data provider to existCaolán McNamara2022-04-012-0/+11
* cid#1500515 Dereference after null checkCaolán McNamara2022-03-072-1/+7
* chart2: Break labels text and limit the size to the axis sizeTomaž Vajngerl2022-02-287-11/+120
* chart2: crop x-axis label if it's too long on fixed size chartsTomaž Vajngerl2022-02-283-17/+70
* tdf#146463 Apply data series filter to the chart legendOuyang Leyan2022-02-281-2/+0
* cid#1500452 Using a moved objectCaolán McNamara2022-02-281-2/+2
* tdf#127720 chart2: create new columns for error barsJustin Luth2022-02-243-1/+17
* Resolves: tdf#147292 the area of the tooltip is wrongCaolán McNamara2022-02-231-5/+6
* Resolves: tdf#147393 SpinButtons should be can-focusCaolán McNamara2022-02-191-2/+2
* tdf#146066 chart: fix automatic axis scaling at datesTünde Tóth2022-02-013-1/+69
* Related: tdf#135935 set some hints as to what widget should have starting focusCaolán McNamara2022-01-221-0/+1
* tdf#135935 Ensure help page is opened in chart creation Wizard dialogRafael Lima2022-01-221-1/+2
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-232-2/+2
* Use less DegreeN::get()Mike Kaganski2021-11-222-7/+2
* Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2021-11-192-3/+3
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-197-97/+97
* remove some unused definesNoel Grandin2021-11-181-3/+0
* loplugin:stringliteraldefine in chart2Noel Grandin2021-11-186-185/+199
* chart2: disambiguate ShiftedCategoryPositionMiklos Vajna2021-11-166-15/+15
* Resolves: tdf#145663 nL is the index of the light to set to the modelCaolán McNamara2021-11-151-4/+4
* add a rule to enforce always-show-image of True if an image is usedCaolán McNamara2021-11-154-0/+7
* Use more o3tl::convert in scMike Kaganski2021-11-123-6/+6
* tdf#136111 fix scaling problem on chart driven by a macroAndras Timar2021-11-103-2/+21
* rtl::Static to thread-safe staticNoel Grandin2021-11-093-74/+36
* use more OUStringLiteral in MediaDescriptorNoel Grandin2021-11-081-3/+3
* forward decls go after #includeNoel Grandin2021-11-072-8/+4
* libstdc++ bug 103022 is fixed in GCC 12Stephan Bergmann2021-11-041-0/+2
* Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski2021-11-031-7/+3
* tdf#114441 Convert use of sal_uLong to sal_uInt32, intNatalia Gavrilova2021-11-032-5/+5
* Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski2021-11-031-16/+25
* add a comment referencing gcc#103022Caolán McNamara2021-11-011-0/+1
* crashtesting: assert on conversion of fdo67521-1.odg to pdfCaolán McNamara2021-10-311-0/+3
* uniformly allow focus into GtkToolbarCaolán McNamara2021-10-311-1/+1
* gtk[3 vs 4]: remove can-focus from GtkToolButtonCaolán McNamara2021-10-311-9/+0
* Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski2021-10-295-53/+51
* Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski2021-10-2973-546/+555
* tdf#141908: CppUnittests: replace usage of sal_Int32 with colors4k5h1t2021-10-271-4/+4
* Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski2021-10-261-1/+3
* Simplify vector initialization in chart2Julien Nabet2021-10-151-2/+2
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-155-8/+8
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-1410-19/+17
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-112-2/+2
* loplugin:moveparam in chart2Noel Grandin2021-10-1126-79/+79
* use SfxItemSetFixed in swNoel Grandin2021-10-102-8/+5
* Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet2021-10-091-18/+18
* sidebar: update chart panel on checkbox changeSzymon Kłos2021-10-061-0/+2
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-033-4/+4
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-302-2/+2