summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)Author
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-07use more unique_ptr in SmParserNoel Grandin
2018-08-29More -Werror=redundant-moveStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-24ofz#8490 stack exhaustionCaolán McNamara
2018-02-14starmath: Omit SmParser::GetError()'s argumentTakeshi Abe
2018-02-08starmath: Make SmParser::DoAttribut() etc. return std::unique_ptrTakeshi Abe
2018-02-07starmath: Make SmParser::DoLine() etc. return std::unique_ptrTakeshi Abe
2018-02-06starmath: Make DoAlign() return std::unique_ptrTakeshi Abe
2018-01-22starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe
2018-01-17starmath: Make SmParser::ParseExpression() return std::unique_ptrTakeshi Abe
2017-12-17ofz#4677 Indirect-leakCaolán McNamara
2017-12-15ofz#4643 Direct-leakCaolán McNamara
2017-12-14ofz#4641 fix leaks with exceptionsCaolán McNamara
2017-12-14more leaks with exceptionsCaolán McNamara
2017-12-13ofz: fix leaks by exceptionsCaolán McNamara
2017-12-10ofz#4571 more Direct-leaksCaolán McNamara
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-12-06ofz#4539 depth protect mathtype parserCaolán McNamara
2017-12-03survive without config for fuzzingCaolán McNamara
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-23loplugin:includeform: starmathStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-05-19loplugin:stringcopy: starmathStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-10starmath: Assert an impossible error in parsing tablesTakeshi Abe
2017-04-06Fix typosAndrea Gelmini
2017-04-05starmath: Kill newly unused m_aNodeStackTakeshi Abe
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe
2017-03-30starmath: Stop using the stack to parse consective identifiersTakeshi Abe
2017-03-30starmath: Hold error nodes as subnodes of SmBracebodyNodeTakeshi Abe
2017-03-29starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe
2017-03-28starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe
2017-03-24starmath: Make SmParser::DoAlign() return SmNodeTakeshi Abe
2017-03-23starmath: Fix memory leak at double sub/superscriptsTakeshi Abe
2017-03-23starmath: Make DoProduct()/DoSum()/DoRelation() return SmNodeTakeshi Abe
2017-03-22starmath: Make SmParser::DoPower() return SmNodeTakeshi Abe
2017-03-22starmath: Make DoOpSubSup() return SmNodeTakeshi Abe
2017-03-22starmath: Make DoSubSup() return SmNode by taking another nodeTakeshi Abe
2017-03-20starmath: Assert a precondition of DoBlank()Takeshi Abe
2017-03-19starmath: Make DoTerm() return the top of the stackTakeshi Abe