summaryrefslogtreecommitdiff
path: root/starmath/qa
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe3-64/+64
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin1-4/+4
2017-04-06Fix typosAndrea Gelmini1-1/+1
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe1-0/+31
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin1-1/+1
2017-02-28starmath: Add test cases for errors at parsingTakeshi Abe1-0/+143
2017-02-22Test whether SmEditWindow::SelNextMark() keeps cursor positionTakeshi Abe1-1/+10
2017-02-21tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe1-0/+8
2017-02-19starmath: Convert SmParseError to scoped enumTakeshi Abe1-6/+6
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin7-7/+7
2017-01-26tdf#105483: let's put lowercase Greek letter in italicJulien Nabet2-8/+8
2017-01-10New loplugin:conststringvar: starmathStephan Bergmann1-2/+2
2017-01-04starmath: Reenable a test case for SmNodeToTextVisitorTakeshi Abe1-1/+1
2016-12-07starmath: Add unit test for importing MathML's mathcolorTakeshi Abe2-0/+44
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann1-5/+0
2016-11-29tdf#103430 Apply mathvariant attribute to <mi> and <mo>Takeshi Abe2-1/+25
2016-11-19tdf#103500 Import stretchy integral symbol from MathMLTakeshi Abe2-0/+50
2016-11-18starmath: fix loplugin:cppunitassertequals warningsMiklos Vajna1-12/+12
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe3-0/+30
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2