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