summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2022-06-14tdf#149536 Move Up/Down in Data Table switched enabled statusesAron Budea1-2/+2
2022-04-14Resolves: tdf#141625 give enough space to see full date+timeCaolán McNamara1-0/+7
2022-04-01Resolves: tdf#117162 ImportDocumentHandler expects data provider to existCaolán McNamara2-0/+11
2022-03-07cid#1500515 Dereference after null checkCaolán McNamara2-1/+7
2022-02-28chart2: Break labels text and limit the size to the axis sizeTomaž Vajngerl7-11/+120
2022-02-28chart2: crop x-axis label if it's too long on fixed size chartsTomaž Vajngerl3-17/+70
2022-02-28tdf#146463 Apply data series filter to the chart legendOuyang Leyan1-2/+0
2022-02-28cid#1500452 Using a moved objectCaolán McNamara1-2/+2
2022-02-24tdf#127720 chart2: create new columns for error barsJustin Luth3-1/+17
2022-02-23Resolves: tdf#147292 the area of the tooltip is wrongCaolán McNamara1-5/+6
2022-02-19Resolves: tdf#147393 SpinButtons should be can-focusCaolán McNamara1-2/+2
2022-02-01tdf#146066 chart: fix automatic axis scaling at datesTünde Tóth3-1/+69
2022-01-22Related: tdf#135935 set some hints as to what widget should have starting focusCaolán McNamara1-0/+1
2022-01-22tdf#135935 Ensure help page is opened in chart creation Wizard dialogRafael Lima1-1/+2
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin2-2/+2
2021-11-22Use less DegreeN::get()Mike Kaganski2-7/+2
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2-3/+3
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski7-97/+97
2021-11-18remove some unused definesNoel Grandin1-3/+0
2021-11-18loplugin:stringliteraldefine in chart2Noel Grandin6-185/+199
2021-11-16chart2: disambiguate ShiftedCategoryPositionMiklos Vajna6-15/+15
2021-11-15Resolves: tdf#145663 nL is the index of the light to set to the modelCaolán McNamara1-4/+4
2021-11-15add a rule to enforce always-show-image of True if an image is usedCaolán McNamara4-0/+7
2021-11-12Use more o3tl::convert in scMike Kaganski3-6/+6
2021-11-10tdf#136111 fix scaling problem on chart driven by a macroAndras Timar3-2/+21
2021-11-09rtl::Static to thread-safe staticNoel Grandin3-74/+36
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-3/+3
2021-11-07forward decls go after #includeNoel Grandin2-8/+4
2021-11-04libstdc++ bug 103022 is fixed in GCC 12Stephan Bergmann1-0/+2
2021-11-03Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski1-7/+3
2021-11-03tdf#114441 Convert use of sal_uLong to sal_uInt32, intNatalia Gavrilova2-5/+5
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski1-16/+25
2021-11-01add a comment referencing gcc#103022Caolán McNamara1-0/+1
2021-10-31crashtesting: assert on conversion of fdo67521-1.odg to pdfCaolán McNamara1-0/+3
2021-10-31uniformly allow focus into GtkToolbarCaolán McNamara1-1/+1
2021-10-31gtk[3 vs 4]: remove can-focus from GtkToolButtonCaolán McNamara1-9/+0
2021-10-29Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski5-53/+51
2021-10-29Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski73-546/+555
2021-10-27tdf#141908: CppUnittests: replace usage of sal_Int32 with colors4k5h1t1-4/+4
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski1-1/+3
2021-10-15Simplify vector initialization in chart2Julien Nabet1-2/+2
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski5-8/+8
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski10-19/+17
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-2/+2
2021-10-11loplugin:moveparam in chart2Noel Grandin26-79/+79
2021-10-10use SfxItemSetFixed in swNoel Grandin2-8/+5
2021-10-09Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet1-18/+18
2021-10-06sidebar: update chart panel on checkbox changeSzymon Kłos1-0/+2
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann3-4/+4
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin2-2/+2