summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Resolves: fdo#77831 use classic token rules for user-defined char (%foo)Caolán McNamara1-1/+7
2013-12-17fdo#61638 SmParser::NextToken: don't crash on ending dotMiklos Vajna1-16/+22
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
2012-03-20remove ToDouble/ToFloatCaolán McNamara1-2/+2
2012-03-20make ResId->OUString the primary routeCaolán McNamara1-3/+3
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-01-30refactor ConvertLineEndCaolán McNamara1-4/+2
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke1-73/+51
2011-12-07Looks like the old stack implementation returned 0 on empty stack Pop().Stephan Bergmann1-3/+3
2011-12-05Replace SmNodeStack with std::stack< SmNode* >Marcel Metz1-84/+141
2011-11-27remove include o pch header from starmathNorbert Thiebaud1-2/+0
2011-11-15Fix for fdo#42892: Add new symbols to MathOlivier Hallot1-0/+8
2011-09-17fdo #37007 Add Math symbol "There does not exist".Julien Nabet1-0/+2