summaryrefslogtreecommitdiff
path: root/starmath/qa
AgeCommit message (Expand)AuthorFilesLines
2021-03-09Rename SmParser to SmParser5dante4-17/+17
2021-03-02Starmath now allows multiple parsers third partdante1-17/+17
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-4/+12
2021-02-04Fix typo in codeAndrea Gelmini1-3/+3
2021-01-30Test mathml entities.dante2-0/+17
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-9/+9
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara1-1/+1
2020-12-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann1-1/+2
2020-11-22Added tests to mathml color in order to tests the new color sets.dante3-55/+67
2020-11-21tdf#123936 Formatting files in module starmath with clang-formatPhilipp Hofer3-41/+42
2020-11-17Starmath has now full support of HTML colors.dante1-1/+1
2020-11-11Improved starmath colordante2-2/+4
2020-11-05Added frac command. Sould solve tdf#137234.dante1-2/+2
2020-10-22long->tools::Long in slideshow..starmathNoel1-4/+4
2020-10-05loplugin:reducevarscope in starmathNoel1-5/+5
2020-09-22tdf#38885 Remove createTextFromNodedante3-43/+43
2020-08-29Make the OUString ConstCharArrayDetector::TypeUtf16 overloads are actually usedStephan Bergmann1-4/+2
2020-06-05Upcoming loplugin:elidestringvar: starmathStephan Bergmann4-24/+12
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin1-6/+6
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin1-1/+1
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2-0/+3
2019-09-17Fix -Werror,-WundefStephan Bergmann1-0/+1
2019-09-16ifdef -> if for consistencyRene Engelhard1-3/+3
2019-09-16disable testSmTmpDeviceRestoreFont unless we actually have fontsRene Engelhard1-0/+6
2019-09-16tdf#74702: remove GetOutDevType() from SmTmpDeviceChris Sherlock1-0/+37
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-2/+2
2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe1-0/+2
2019-05-19increase delta for some starmath testsNoel Grandin1-2/+3
2019-05-05handle empty Rectangle better in starmathNoel Grandin1-2/+6
2019-03-08tdf#42949 Fix IWYU warnings in starmath/*/*cxxGabor Kelemen5-8/+0
2019-01-07Missing includesMike Kaganski3-0/+3
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann2-4/+4
2018-01-22starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe4-28/+18
2018-01-17starmath: Make SmParser::ParseExpression() return std::unique_ptrTakeshi Abe1-22/+11
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-11starmath: getLength() > 0 -> !isEmpty()Takeshi Abe1-2/+2
2018-01-10ofz#5221 depth protect PrepareCaolán McNamara2-14/+14
2017-12-21ofz#4703 Direct-leakCaolán McNamara2-9/+9
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+2
2017-10-23loplugin:includeform: starmathStephan Bergmann3-6/+6
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann1-5/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-07-13loplugin:oncevar: empty strings: starmathStephan Bergmann1-3/+1
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin3-9/+9
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin1-1/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-4/+4
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann2-14/+14
2017-04-28loplugin:cppunitassertequals: starmathStephan Bergmann1-26/+26