summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)Author
2014-05-29Resolves: fdo#77831 use classic token rules for user-defined char (%foo)Caolán McNamara
2013-12-17fdo#61638 SmParser::NextToken: don't crash on ending dotMiklos Vajna
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
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-25Fix spelling errors and typos: 'unkown' change to 'unknown'vincent
2013-02-28coverity#705726: fix memory leakMarkus Mohrhard
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-21String -> OUStringIvan Timofeev
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-01String -> OUStringIvan Timofeev
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-05-31SmParser::GetTokenTableEntry: -Werror=sign-compareMichael Stahl
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-08Revert "fdo#41739: Math: do not skip "newline" on error"Ivan Timofeev
2012-03-22fdo#41739: Math: do not skip "newline" on errorIvan Timofeev
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20make ResId->OUString the primary routeCaolán McNamara
2012-02-19Get rid of size() == 0Elton Chung
2012-01-30refactor ConvertLineEndCaolán McNamara
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke
2011-12-07Looks like the old stack implementation returned 0 on empty stack Pop().Stephan Bergmann
2011-12-05Replace SmNodeStack with std::stack< SmNode* >Marcel Metz
2011-11-27remove include o pch header from starmathNorbert Thiebaud
2011-11-15Fix for fdo#42892: Add new symbols to MathOlivier Hallot
2011-09-17fdo #37007 Add Math symbol "There does not exist".Julien Nabet