summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-26Remove visual noise from starmathAlexander Wilms1-16/+16
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-09fix debug=2 buildCaolán McNamara1-3/+4
2013-12-17fdo#61638 SmParser::NextToken: don't crash on ending dotMiklos Vajna1-16/+22
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-12-03fix spelling delimeter -> delimiterNoel Grandin1-2/+2
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann1-10/+10
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-8/+8
2013-09-22ensure OUString::copy is within boundsCaolán McNamara1-1/+1
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold1-10/+6
2013-09-08Math: Further cleanup and realignmentThomas Arnhold1-27/+27
2013-09-08Math: Remove obsolete GetConversion()Thomas Arnhold1-101/+6
2013-09-05String to OUStringThomas Arnhold1-66/+55
2013-09-04remove intermediate Strings on res loadingCaolán McNamara1-1/+1
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part3)Julien Nabet1-2/+2
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-04fdo#66575 - MathML export: fix errors with newline, binom and stack.Frédéric Wang1-1/+5
2013-07-04 fdo#66575 - MathML export: fix errors with newline, binom and stack.Frédéric Wang1-1/+1
2013-07-02 fdo#66416 - Use appropriate unicode characters for math "Brackets"Frédéric Wang1-9/+9
2013-06-28 fdo#66088 Export some math symbols as <mi> elements.Frédéric Wang1-14/+18
2013-06-28 fdo#66081 - reduce the number of nested <mrow>'s in MathMLFrédéric Wang1-4/+12
2013-06-28fdo#55853 - improve parsing of concatenated numbers and identifiers.Frédéric Wang1-38/+90
2013-06-28Remove unused String::Copy in Math (try to fix fdo#36634)Frédéric Wang1-29/+23
2013-05-13Bin IsDigit method and use isAsciiDigit from CharClassMarcos Paulo de Souza1-17/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-25Fix spelling errors and typos: 'unkown' change to 'unknown'vincent1-1/+1
2013-02-28coverity#705726: fix memory leakMarkus Mohrhard1-1/+3
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-1/+1
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-4/+4
2012-11-22AllSettings with LanguageTagEike Rathke1-3/+3
2012-11-21String -> OUStringIvan Timofeev1-46/+46
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-01String -> OUStringIvan Timofeev1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-4/+4
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-05-31SmParser::GetTokenTableEntry: -Werror=sign-compareMichael Stahl1-1/+1
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks1-3/+1
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara1-1/+1
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-08Revert "fdo#41739: Math: do not skip "newline" on error"Ivan Timofeev1-3/+1
2012-03-22fdo#41739: Math: do not skip "newline" on errorIvan Timofeev1-1/+3