summaryrefslogtreecommitdiff
path: root/starmath/source/mathml
AgeCommit message (Expand)AuthorFilesLines
2024-07-20cid#1607830 Use of auto that causes a copyCaolán McNamara1-3/+2
2024-07-18make some single-arg constructors in starmath explicitNoel Grandin1-5/+5
2024-07-12cid#1555962 Use of auto that causes a copyCaolán McNamara1-2/+1
2024-05-14loplugin:ostr in starmathNoel Grandin5-560/+564
2024-04-09tdf#146619 Drop unused 'using namespace' in: starmath/Gabor Kelemen2-2/+0
2024-03-12Revert "add sm to --enable-mergelibs=more"Noel Grandin5-19/+10
2024-03-07add sm to --enable-mergelibs=moreNoel Grandin5-10/+19
2024-02-07Simplify a bit, and avoid vector copyMike Kaganski1-12/+14
2024-02-07starmath : move static data to usage locationArnaud VERSINI2-145/+117
2023-12-30starmath : remove useless delete indirectionArnaud VERSINI1-3/+1
2023-12-12tdf#146619 Recheck include/[v-x]* with IWYUGabor Kelemen1-0/+1
2023-11-06"SyntaxVersion" has been declared as "sal_Int16" in unomodelJulien Nabet1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: starmathStephan Bergmann1-4/+4
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann6-3273/+3279
2023-09-18tdf#111705: Add support of Arabic summation operator (U+1EEF0)Khaled Hosny3-29/+32
2023-09-04tdf#134193: Add the ability to set RTL math directionKhaled Hosny1-5/+16
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski4-45/+25
2023-06-26new loplugin:constexprliteralNoel Grandin3-9/+9
2023-06-04Remove unused starmathdatabase::Identify_Color_HTMLJulien Nabet1-11/+0
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin2-15/+14
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin2-14/+15
2023-01-23use more concrete SmModel typeNoel Grandin3-50/+30
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-2/+1
2023-01-14XUnoTunnel->dynamic_cast in SvXMLExportNoel Grandin2-27/+3
2023-01-14XUnoTunnel->dynamic_cast in SvXMLImportNoel Grandin2-27/+3
2022-11-04lok: use twips in MathMike Kaganski1-1/+1
2022-11-04Use o3tl::convert in MathMike Kaganski1-7/+7
2022-09-05Identify OOo2OasisTransformer and act in consequencedante1-1/+4
2022-08-31cid#1509247 reserve here can't be rightCaolán McNamara1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-05-26ofz#47639 avoid Integer-overflowCaolán McNamara1-0/+1
2022-05-24modernize and improve PropertySetInfoNoel Grandin4-39/+34
2022-05-23starmath: fix real use-after-free detected by GCC 12Michael Stahl1-1/+5
2022-05-21elide OUString allocationNoel Grandin1-1/+3
2022-05-14elid some OUString construction in SmXMLExportWrapper::ExportNoel Grandin1-13/+20
2022-05-13tdf#121740 reduce cost of mathml parsingNoel Grandin3-21/+19
2022-05-04Just use Any ctor instead of makeAny in starmathStephan Bergmann4-12/+12
2022-05-01use more string_view in variousNoel Grandin1-2/+3
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen5-13/+2
2022-02-27cid#1500496: Uninitialized pointer readJulien Nabet1-0/+3
2022-02-27Typo: attributte->attributeJulien Nabet2-16/+16
2022-01-27add some more TypeWhichId annotationsNoel Grandin4-16/+14
2021-12-17Fix typosAndrea Gelmini1-1/+1
2021-10-31Prepare for removal of non-const operator[] from Sequence in starmathMike Kaganski4-12/+7
2021-10-21loplugin:flattenNoel Grandin1-15/+15
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+2
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-4/+1
2021-09-19Some more string_view use, add o3tl::starts/ends_withStephan Bergmann2-41/+37