summaryrefslogtreecommitdiffstats
path: root/starmath/qa
Commit message (Expand)AuthorAgeFilesLines
* Replace SAL_OVERRIDE with override in internal codeStephan Bergmann2018-09-202-4/+4
* starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe2018-01-224-28/+18
* starmath: Make SmParser::ParseExpression() return std::unique_ptrTakeshi Abe2018-01-171-22/+11
* Fix typosAndrea Gelmini2018-01-161-1/+1
* starmath: getLength() > 0 -> !isEmpty()Takeshi Abe2018-01-111-2/+2
* ofz#5221 depth protect PrepareCaolán McNamara2018-01-102-14/+14
* ofz#4703 Direct-leakCaolán McNamara2017-12-212-9/+9
* tools: remove unused #include from solar.hMichael Stahl2017-12-131-0/+2
* loplugin:includeform: starmathStephan Bergmann2017-10-233-6/+6
* loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann2017-09-281-5/+2
* migrate to boost::gettextCaolán McNamara2017-07-211-0/+1
* loplugin:oncevar: empty strings: starmathStephan Bergmann2017-07-131-3/+1
* loplugin:oncevar in starmath..svlNoel Grandin2017-06-273-9/+9
* loplugin:unusedfields in sfx2 part1Noel Grandin2017-06-211-1/+0
* Make SfxItemSet ranges correct by constructionStephan Bergmann2017-06-161-4/+4
* loplugin:salunicodeliteral: starmathStephan Bergmann2017-04-282-14/+14
* loplugin:cppunitassertequals: starmathStephan Bergmann2017-04-281-26/+26
* starmath: Convert SmNodeType to scoped enumTakeshi Abe2017-04-183-64/+64
* loplugin:redundantcast check for c-style casts to voidNoel Grandin2017-04-061-4/+4
* Fix typosAndrea Gelmini2017-04-061-1/+1
* starmath: Simplify code parsing nospaceTakeshi Abe2017-04-041-0/+31
* create SfxInterfaceId o3tl::strong_intNoel Grandin2017-03-271-1/+1
* starmath: Add test cases for errors at parsingTakeshi Abe2017-02-281-0/+143
* Test whether SmEditWindow::SelNextMark() keeps cursor positionTakeshi Abe2017-02-221-1/+10
* tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe2017-02-211-0/+8
* starmath: Convert SmParseError to scoped enumTakeshi Abe2017-02-191-6/+6
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-027-7/+7
* tdf#105483: let's put lowercase Greek letter in italicJulien Nabet2017-01-262-8/+8
* New loplugin:conststringvar: starmathStephan Bergmann2017-01-101-2/+2
* starmath: Reenable a test case for SmNodeToTextVisitorTakeshi Abe2017-01-041-1/+1
* starmath: Add unit test for importing MathML's mathcolorTakeshi Abe2016-12-072-0/+44
* loplugin:unnecessaryoverrideStephan Bergmann2016-12-061-5/+0
* tdf#103430 Apply mathvariant attribute to <mi> and <mo>Takeshi Abe2016-11-292-1/+25
* tdf#103500 Import stretchy integral symbol from MathMLTakeshi Abe2016-11-192-0/+50
* starmath: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-11-181-12/+12
* Fix typosSamuel Mehrbrodt2016-11-151-1/+1
* tdf#76296 Import MathML's <mspace>Takeshi Abe2016-11-153-0/+30
* 'make screenshot' use-after-free fixesStephan Bergmann2016-11-101-2/+2
* 'make screenshot' loplugin fixesStephan Bergmann2016-11-101-8/+1
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-106-12/+12
* tdf#97164 Add text for visualition of percent symbol.Gulsah Kose2016-09-301-0/+3
* tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe2016-09-292-11/+1
* tdf#97049 Export "intd" to MathMLTakeshi Abe2016-09-201-0/+12
* Replace use of our own SmNodeIterator with range-based for loopTakeshi Abe2016-08-311-3/+5
* VisitChildren() only for SmStructureNodeTakeshi Abe2016-08-301-12/+1
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-272-2/+2
* screenshots: unify dumping of dialog test batch fileArmin Le Grand2016-08-181-74/+2
* screenshots: add dialog test cases for starmathArmin Le Grand2016-08-182-0/+197
* tdf#101022 Export Greek symbol to MathML with correct mathvariantTakeshi Abe2016-07-311-0/+130
* starmath: Add unit test for tdf#52225Takeshi Abe2016-07-241-0/+49