summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)Author
2015-11-20starmath: Use std::unique_ptr for exception safetyTakeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-05starmath: Simply add elements to the end of the vectorTakeshi Abe
2015-10-02starmath: it is just a stack that is needed hereTakeshi Abe
2015-10-02starmath: SmAlignNode has only one childTakeshi Abe
2015-09-29starmath: tdf#93240 replace boost::ptr_vectorTakeshi Abe
2015-09-23starmath: Use member initialization lists for SmTokenTakeshi Abe
2015-09-23starmath: Prefix members of SmErrorDescTakeshi Abe
2015-09-17Use member initialization lists for SmParserTakeshi Abe
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin
2015-07-30starmath: these constans are local and staticTakeshi Abe
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck: silence bogus unusedScopedObjectCaolán McNamara
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-26kill forgotten, unused TDEBUG tokenTakeshi Abe
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe
2015-03-26Added shortcut for arrows when doing start math formulasrobert Babiak
2015-02-21Typo: gramar->grammarJulien Nabet
2015-02-19starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLongTakeshi Abe
2015-01-15no need to compare it with trueTakeshi Abe
2014-12-18starmath: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-03loplugin: cstylecastNoel Grandin
2014-11-20fix memory leaks caused with SmNodeStackTakeshi Abe
2014-11-17assert that no other types than TGOPER can happen in SmParser::Oper()Takeshi Abe
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-11stop duplicate definition of lcl_popOrZero()Takeshi Abe
2014-11-09separate parse.hxx into smaller partsTakeshi Abe
2014-11-03fix memory leak of pointers contained in m_aErrDescListTakeshi Abe
2014-10-31Resolves: #i118191# Red is not red enoughRegina Henschel
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-06-20fdo#79973 : LO crashes while opening the document.PriyankaGaikwad
2014-06-19coverity#706063 Unintended sign extensionCaolán McNamara
2014-05-27Resolves: fdo#77831 use classic token rules for user-defined char (%foo)Caolán McNamara
2014-04-28Make starmath german-comment-free.Thorsten Behrens
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-06coverity#708237: Unitialized scalar fieldNorbert Thiebaud
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made dependen...matteocam
2014-03-05remove unused code SmParser::Insert(rtl::OUString const&, int)Noel Grandin