summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2022-05-25starmath: fix real use-after-free detected by GCC 12Michael Stahl1-1/+5
2022-05-13tdf#148962 starmath's UnicodeNotationToggle (alt+x) getting called twiceCaolán McNamara1-1/+3
2022-03-22Related: tdf#128610 Avoid use-after-freeMike Kaganski1-17/+4
2022-03-09Fix tdf#147755 by copying the vector.Arnaud VERSINI2-5/+5
2022-03-09cid#1500654 Using a moved objectCaolán McNamara1-1/+2
2022-02-13[cp] Remove Help - Donate to LibreOffice menu itemAndras Timar1-3/+0
2021-12-28tdf#140726 Change func func(<?>) to func <?>(<?>) in MathJeff Huang1-1/+1
2021-12-03Resolves: tdf#145959 menu pos should be relative to SmCmdBoxWindowCaolán McNamara3-8/+25
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
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák3-12/+12
2021-09-20Add sal/config.h in preparation for patchChris Sherlock2-0/+4
2021-09-19Some more string_view use, add o3tl::starts/ends_withStephan Bergmann3-42/+42
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock2-2/+2
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin1-1/+1
2021-09-16Increase accuracy of ParseMathMLUnsignedNumber Fraction resultStephan Bergmann1-1/+24
2021-09-15loplugin:finalclassesNoel Grandin3-8/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski5-21/+10
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski6-32/+32
2021-09-10Fix typosAndrea Gelmini1-8/+8
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna1-1/+1
2021-09-04use std::vector for fetching DX array dataNoel Grandin1-9/+7
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-1/+1
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin3-7/+1
2021-09-02unused definesNoel Grandin2-2/+0
2021-09-02tdf#144189 Not Precedes (U+2280) and Not Succeeds (U+2281)dante1-3/+3
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+2
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-8/+8
2021-08-29ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-08-25ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+5
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-20Fine tune new sm import / exportdante4-78/+158
2021-08-20Improve code reability with different function namesdante2-44/+45