summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-8/+9
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin3-3/+6
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-2/+2
2022-03-24loplugin:constantparamNoel Grandin3-5/+5
2022-03-14new loplugin:trivialconstructorNoel Grandin1-1/+0
2022-03-12Related: tdf#128610 drop obsolete encoding attribute replacementMike Kaganski1-10/+0
2022-03-11Related: tdf#128610 Avoid use-after-freeMike Kaganski1-17/+4
2022-03-10tdf#137008: starmath_import: Add unittestXisco Fauli2-0/+9
2022-03-06Fix tdf#147755 by copying the vector.Arnaud VERSINI2-5/+5
2022-03-01use SfxItemSet::GetItemIfSet in starmathNoel Grandin3-41/+43
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen37-61/+42
2022-02-27cid#1500496: Uninitialized pointer readJulien Nabet1-0/+3
2022-02-27Typo: attributte->attributeJulien Nabet3-19/+19
2022-02-26cid#1500654 Using a moved objectCaolán McNamara1-1/+2
2022-02-15tdf#145759 Using M_PI from cmath instead of magic constants.pragat-pandya1-3/+2
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-2/+2
2022-02-02lok: find active SmViewShell reliablyMike Kaganski1-1/+11
2022-01-27no need to call GetWhich on these SID_ valuesNoel Grandin2-29/+27
2022-01-27add some more TypeWhichId annotationsNoel Grandin4-16/+14
2022-01-25lok: enable in-place editing of math equationsMike Kaganski2-59/+125
2022-01-22Add missing test dependencyStephan Bergmann1-0/+2
2022-01-18Drop useless indirectionMike Kaganski2-19/+13
2022-01-17Drop unused declarationMike Kaganski2-7/+0
2022-01-10Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski1-0/+1
2021-12-24tdf#140726 Change func func(<?>) to func <?>(<?>) in MathJeff Huang1-1/+1
2021-12-17Fix typosAndrea Gelmini1-1/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2-2/+2
2021-12-06loplugin:stringliteraldefine in starmathNoel Grandin6-14/+18
2021-12-04Related tdf#132145: fix Print/Size NoSuchElementExceptionJulien Nabet1-1/+1
2021-12-03Resolves: tdf#145959 menu pos should be relative to SmCmdBoxWindowCaolán McNamara3-8/+25
2021-11-30tdf#132145: Synchronize SmMathConfig with configurationMike Kaganski2-49/+174
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-3/+3
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann1-1/+5
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin2-2/+2
2021-11-03loplugin:finalclassesNoel Grandin4-5/+5
2021-10-31Prepare for removal of non-const operator[] from Sequence in starmathMike Kaganski5-15/+9
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-2/+2
2021-10-22Typo: aFontHeigt->aFontHeight (starmath/smediteng.cxx)Julien Nabet1-6/+6
2021-10-21loplugin:flattenNoel Grandin1-15/+15
2021-10-20combine these contiguous rangesCaolán McNamara3-6/+3
2021-10-20assert in math, file, printer settings, optionsCaolán McNamara1-1/+2
2021-10-20gtk4: make starmath edit and math widgets visibleCaolán McNamara2-2/+4
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-3/+3
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-2/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+2
2021-10-12loplugin:moveparam in variousNoel Grandin2-5/+5
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-8/+3
2021-10-08use more SfxItemSetFixedNoel Grandin3-7/+5
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+2
2021-09-28vcl: rename OutDevState to StackChris Sherlock8-27/+35