summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2022-05-17Use structured binding to clarify the codeMike Kaganski1-4/+4
2022-05-17use reserve before filling some vectorsNoel Grandin1-0/+1
2022-05-17tdf#65067 Remove excessive spacing from Formula objectsRafael Lima1-1/+1
2022-05-14elid some OUString construction in SmXMLExportWrapper::ExportNoel Grandin1-13/+20
2022-05-13use vector as backing for stackNoel Grandin1-1/+3
2022-05-13tdf#121740 reduce cost of mathml parsingNoel Grandin5-26/+24
2022-05-11cache the PropertySetInfo in lcl_createModelPropertyInfoNoel Grandin1-2/+3
2022-05-11reserve vector space in SmSymbolManager::GetSymbolsNoel Grandin1-0/+1
2022-05-06tdf#148962 starmath's UnicodeNotationToggle (alt+x) getting called twiceCaolán McNamara1-1/+3
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-04Just use Any ctor instead of makeAny in starmathStephan Bergmann4-12/+12
2022-05-03add o3tl::equalsAsciiNoel Grandin3-7/+8
2022-05-01ofz#47162 Integer-overflowCaolán McNamara1-0/+6
2022-05-01use more string_view in variousNoel Grandin1-2/+3
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin2-2/+2
2022-04-27tdf#148819: let the scroller know the custom widget's line sizeMike Kaganski1-0/+2
2022-04-27Clean up includesMike Kaganski1-2/+0
2022-04-27tdf#125931: add Properties panel to Math's Properties deckMike Kaganski3-1/+145
2022-04-26tdf#125931: Add Elements deck and Elements panel to Math's sidebarMike Kaganski3-0/+295
2022-04-26tdf#125931: Enable sidebar in MathMike Kaganski2-0/+39
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-6/+7
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 Grandin2-4/+4
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-06Fix tdf#147755 by copying the vector.Arnaud VERSINI1-4/+4
2022-03-01use SfxItemSet::GetItemIfSet in starmathNoel Grandin2-30/+29
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen15-36/+13
2022-02-27cid#1500496: Uninitialized pointer readJulien Nabet1-0/+3
2022-02-27Typo: attributte->attributeJulien Nabet2-16/+16
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 Kaganski1-58/+122
2022-01-18Drop useless indirectionMike Kaganski1-18/+13
2021-12-17Fix typosAndrea Gelmini1-1/+1
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 McNamara2-8/+21
2021-11-30tdf#132145: Synchronize SmMathConfig with configurationMike Kaganski1-48/+156
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-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