summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-11loplugin:stringviewNoel1-3/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-04-24tdf#132305: Teach Starmath MS_COMBOVERLINE = 0x0305Julien Nabet1-0/+3
2019-12-03Adapt SAL_WARN to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-2/+2
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-2/+2
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-12/+12
2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe1-0/+3
2019-03-08tdf#42949 Fix IWYU warnings in starmath/*/*cxxGabor Kelemen1-1/+0
2018-08-02loplugin:stringloop in variousNoel Grandin1-47/+50
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-24tdf#115030 Formula use "dot" instead of "acute" math command.ekuiitr1-0/+2
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna1-1/+0
2017-10-23loplugin:includeform: starmathStephan Bergmann1-1/+1
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke1-0/+1
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann1-2/+2
2017-04-12starmath: Prefix member of SmOoxmlImportTakeshi Abe1-104/+104
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath)Stephan Bergmann1-2/+2
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-10/+10
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-6/+10
2016-01-27starmath: Stop using unnecessary namespaceTakeshi Abe1-1/+0
2015-03-30stop including irrelevant header; include right ones insteadTakeshi Abe1-0/+2
2013-07-02 fdo#66416 - Use appropriate unicode characters for math "Brackets"Frédéric Wang1-4/+4
2013-07-02 fdo#66276 - MathML export: avoid using combining characters.Frédéric Wang1-0/+7
2013-06-28fdo#66024 - Formula Editor: make wide accents stretchy when exported to MathMLFrédéric Wang1-0/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-03-26m:nor and m:lit math docx tags lead to quotingLuboš Luňák1-5/+17
2013-03-26fix iint/iiint import from docx mathLuboš Luňák1-2/+2
2012-12-18avoid infinite loop when parsing malformed ooxml math (fdo#57886)Luboš Luňák1-4/+4
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-09-06actually use startsWith(), now that it really existsLuboš Luňák1-1/+1
2012-07-27SmOoxmlImport::handleR: escape brackets in math runsMiklos Vajna1-1/+1
2012-07-16rtl::O(U)String -> O(U)StringLuboš Luňák1-2/+0
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
2012-03-13string literals in ?: don't get automatically converted to OUStringLuboš Luňák1-1/+3
2012-03-12use string literal OUString overloadsLuboš Luňák1-95/+92
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+2
2012-02-15Various string function clean upStephan Bergmann1-3/+4
2012-01-30fprintf -> SAL_INFOLuboš Luňák1-3/+4
2012-01-06write TBAR rather as an accent, use over/underline for m:barLuboš Luňák1-1/+4
2011-12-20remove obsolete commentLuboš Luňák1-2/+1
2011-12-20if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636)Luboš Luňák1-0/+4
2011-12-20import m:eqArr (part of fdo#32636)Luboš Luňák1-0/+19
2011-12-20skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák1-3/+3
2011-12-07make the linear xml processing API more genericLuboš Luňák1-2/+2
2011-12-07disable error logs for now, until the new log macros get sorted outLuboš Luňák1-3/+3
2011-11-30create placeholders properly in docx mathml importLuboš Luňák1-7/+14
2011-11-30do not add unnecessary spaces in docx mathml importLuboš Luňák1-10/+10
2011-11-30try with at least somewhat more generic handling of docx m:groupChrLuboš Luňák1-3/+20
2011-11-30do not ignore docx m:box contents (but m:box itself is not implemented)Luboš Luňák1-0/+14