summaryrefslogtreecommitdiff
path: root/starmath/qa/cppunit
AgeCommit message (Expand)Author
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann
2018-01-22starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe
2018-01-17starmath: Make SmParser::ParseExpression() return std::unique_ptrTakeshi Abe
2018-01-11starmath: getLength() > 0 -> !isEmpty()Takeshi Abe
2018-01-10ofz#5221 depth protect PrepareCaolán McNamara
2017-12-21ofz#4703 Direct-leakCaolán McNamara
2017-10-23loplugin:includeform: starmathStephan Bergmann
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13loplugin:oncevar: empty strings: starmathStephan Bergmann
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann
2017-04-28loplugin:cppunitassertequals: starmathStephan Bergmann
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin
2017-04-06Fix typosAndrea Gelmini
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin
2017-02-28starmath: Add test cases for errors at parsingTakeshi Abe
2017-02-22Test whether SmEditWindow::SelNextMark() keeps cursor positionTakeshi Abe
2017-02-21tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe
2017-02-19starmath: Convert SmParseError to scoped enumTakeshi Abe
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-26tdf#105483: let's put lowercase Greek letter in italicJulien Nabet
2017-01-10New loplugin:conststringvar: starmathStephan Bergmann
2017-01-04starmath: Reenable a test case for SmNodeToTextVisitorTakeshi Abe
2016-11-18starmath: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-30tdf#97164 Add text for visualition of percent symbol.Gulsah Kose
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe
2016-08-31Replace use of our own SmNodeIterator with range-based for loopTakeshi Abe
2016-08-30VisitChildren() only for SmStructureNodeTakeshi Abe
2016-07-24starmath: Add unit test for tdf#52225Takeshi Abe
2016-07-08tdf#47813 Fix alignment for SmUnHorNodeTakeshi Abe
2016-06-23starmath: Add a test case for parsing -Takeshi Abe
2016-05-24starmath: Fix missing call of AnnotationSelection() for SmCursor::CopyTakeshi Abe
2016-05-19starmath: Assign the proper token to SmTableNodeTakeshi Abe
2016-05-13starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe
2016-04-27Resolves: tdf#88320 parsing fails with a subscript numberTakeshi Abe
2016-01-27extract all cond format tests in ucalc to own fileMarkus Mohrhard
2016-01-21i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl
2015-12-29tdf#32062: Add testMarcos Paulo de Souza
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-23starmath: Prefix members of SmErrorDescTakeshi Abe
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks
2015-04-14Drop an unused variableTakeshi Abe