summaryrefslogtreecommitdiff
path: root/starmath/qa/extras
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Upcoming loplugin:elidestringvar: starmathStephan Bergmann1-8/+4
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin1-6/+6
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 Bergmann1-0/+2
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1
2019-03-08tdf#42949 Fix IWYU warnings in starmath/*/*cxxGabor Kelemen1-2/+0
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+2
2017-10-23loplugin:includeform: starmathStephan Bergmann1-4/+4
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin1-4/+4
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin1-1/+0
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin2-2/+2
2017-01-26tdf#105483: let's put lowercase Greek letter in italicJulien Nabet1-3/+3
2016-12-07starmath: Add unit test for importing MathML's mathcolorTakeshi Abe2-0/+44
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-15tdf#76296 Import MathML's <mspace>Takeshi Abe3-0/+30
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2-2/+2
2016-09-20tdf#97049 Export "intd" to MathMLTakeshi Abe1-0/+12
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke2-2/+2
2016-07-31tdf#101022 Export Greek symbol to MathML with correct mathvariantTakeshi Abe1-0/+130
2016-05-23tdf#99984 render inferred mrow as group {}Regina Henschel1-1/+1
2016-05-13Resolves: tdf#99556 if the num of arguments is not 1 infer a rawCaolán McNamara2-0/+13
2016-03-11loplugin:redundantcastTor Lillqvist1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-3/+3
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-3/+3
2016-01-12tdf#87118 LibreOffice should not claim to use version 1.01 of MathMLTakeshi Abe1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-11Related: tdf#75171 wrong "italic" happens on importing MathMLTakeshi Abe1-3/+3
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-3/+3
2015-03-26starmath: add test for detecting MathML's namespace prefix 'math:'Takeshi Abe2-0/+24
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-02-27starmath: render the selected subexpression of MathML's <maction>Takeshi Abe2-0/+19
2015-01-13fdo#70185: starmath: unit test writingTakeshi Abe2-0/+105