summaryrefslogtreecommitdiff
path: root/starmath/qa/cppunit
AgeCommit message (Expand)AuthorFilesLines
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann1-13/+13
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 Grandin5-5/+5
2017-01-26tdf#105483: let's put lowercase Greek letter in italicJulien Nabet1-5/+5
2017-01-10New loplugin:conststringvar: starmathStephan Bergmann1-2/+2
2017-01-04starmath: Reenable a test case for SmNodeToTextVisitorTakeshi Abe1-1/+1
2016-11-18starmath: fix loplugin:cppunitassertequals warningsMiklos Vajna1-12/+12
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek4-10/+10
2016-09-30tdf#97164 Add text for visualition of percent symbol.Gulsah Kose1-0/+3
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe2-11/+1
2016-08-31Replace use of our own SmNodeIterator with range-based for loopTakeshi Abe1-3/+5
2016-08-30VisitChildren() only for SmStructureNodeTakeshi Abe1-12/+1
2016-07-24starmath: Add unit test for tdf#52225Takeshi Abe1-0/+49
2016-07-08tdf#47813 Fix alignment for SmUnHorNodeTakeshi Abe1-0/+88
2016-06-23starmath: Add a test case for parsing -Takeshi Abe1-0/+97
2016-05-24starmath: Fix missing call of AnnotationSelection() for SmCursor::CopyTakeshi Abe1-0/+172
2016-05-19starmath: Assign the proper token to SmTableNodeTakeshi Abe1-0/+3
2016-05-13starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe1-0/+2
2016-04-27Resolves: tdf#88320 parsing fails with a subscript numberTakeshi Abe1-0/+3
2016-01-27extract all cond format tests in ucalc to own fileMarkus Mohrhard1-0/+3
2016-01-21i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl1-4/+22
2015-12-29tdf#32062: Add testMarcos Paulo de Souza1-0/+13
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-33/+33
2015-09-23starmath: Prefix members of SmErrorDescTakeshi Abe1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-22/+22
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks1-2/+2
2015-04-14Drop an unused variableTakeshi Abe1-1/+0
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-4/+4
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks1-16/+16
2015-04-10cppcheck: provide a ctorTakeshi Abe1-16/+18
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin2-4/+5
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-4/+4
2015-03-24convert SvxZoomType to enum classNoel Grandin1-7/+7
2015-02-14boost::scoped_ptr->std::unique_ptrCaolán McNamara1-4/+4
2014-12-01fix the order of arguments: expected and actualTakeshi Abe1-28/+28
2014-11-28recycle SmVisitorTest for unit testTakeshi Abe2-0/+224
2014-11-26Correct and reenable SmNodeToTextVisitor's test for RSUPTakeshi Abe1-2/+2
2014-11-26fdo#70185: Correct and reenable SmNodeToTextVisitor's test caseTakeshi Abe1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-14/+14