summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-18Mathml gets it's own directorydante1-107/+0
2020-11-23clang-formated rest of the mathml files on starmathdante1-41/+40
2020-11-12loplugin:unusedfieldsNoel1-2/+0
2020-11-11Improved starmath colordante1-2/+0
2020-07-03loplugin:unusedenumconstantsNoel Grandin1-7/+0
2020-05-11remove archaic Content.xml fallbackCaolán McNamara1-1/+0
2020-05-10compact namespace in sal..svgioNoel Grandin1-2/+2
2020-04-25loplugin:unusedenumconstantsNoel Grandin1-84/+0
2020-01-12convert mathml to FastParserNoel Grandin1-87/+1
2019-12-22sal_Char->char in sot..storeNoel Grandin1-4/+4
2019-09-28loplugin:constmethod in sdext..starmathNoel Grandin1-2/+2
2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen1-1/+2
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann1-1/+1
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem1-0/+3
2018-01-22ofz#5526 restrict mml parsing depthCaolán McNamara1-0/+5
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-1/+1
2017-08-03loplugin:constparams in starmathNoel Grandin1-5/+5
2017-08-03loplugin:checkunusedparams in variousNoel Grandin1-93/+31
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke1-5/+0
2017-06-21convert ErrCode to strong typedefNoel Grandin1-3/+3
2017-06-14starmath: Use sal_uInt32 for ERRCODE instead of sal_uLongTakeshi Abe1-3/+3
2017-04-07starmath: Move SmNodeStack to mathmlimport.hxxTakeshi Abe1-0/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+2
2016-11-29tdf#103430 Apply mathvariant attribute to <mi> and <mo>Takeshi Abe1-1/+2
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe1-0/+6
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin1-4/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-83/+81
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-07-21loplugin:unusedmethods starmathNoel Grandin1-4/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe1-10/+11
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-1/+1
2015-02-27starmath: render the selected subexpression of MathML's <maction>Takeshi Abe1-0/+6
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin1-1/+1
2014-11-11stop duplicate definition of lcl_popOrZero()Takeshi Abe1-5/+1
2014-10-31Resolves: #i118191# Red is not red enoughRegina Henschel1-1/+2
2014-04-30starmath: sal_Bool->boolNoel Grandin1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-02-26Remove visual noise from starmathAlexander Wilms1-4/+4
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann1-4/+1
2013-10-23starmath: fix include guardsThomas Arnhold1-2/+2
2013-09-06fdo#68956: Be safe and warn if there are other users of GetText()Thomas Arnhold1-1/+1
2013-09-05fdo#68956: fix string conversionThomas Arnhold1-2/+3