summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)Author
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
2014-02-26Remove visual noise from starmathAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-09fix debug=2 buildCaolán McNamara
2013-12-17fdo#61638 SmParser::NextToken: don't crash on ending dotMiklos Vajna
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-03fix spelling delimeter -> delimiterNoel Grandin
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-22ensure OUString::copy is within boundsCaolán McNamara
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold
2013-09-08Math: Further cleanup and realignmentThomas Arnhold
2013-09-08Math: Remove obsolete GetConversion()Thomas Arnhold
2013-09-05String to OUStringThomas Arnhold
2013-09-04remove intermediate Strings on res loadingCaolán McNamara
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part3)Julien Nabet
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-04fdo#66575 - MathML export: fix errors with newline, binom and stack.Frédéric Wang
2013-07-04 fdo#66575 - MathML export: fix errors with newline, binom and stack.Frédéric Wang
2013-07-02 fdo#66416 - Use appropriate unicode characters for math "Brackets"Frédéric Wang
2013-06-28 fdo#66088 Export some math symbols as <mi> elements.Frédéric Wang
2013-06-28 fdo#66081 - reduce the number of nested <mrow>'s in MathMLFrédéric Wang
2013-06-28fdo#55853 - improve parsing of concatenated numbers and identifiers.Frédéric Wang
2013-06-28Remove unused String::Copy in Math (try to fix fdo#36634)Frédéric Wang
2013-05-13Bin IsDigit method and use isAsciiDigit from CharClassMarcos Paulo de Souza