summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlexport.cxx
AgeCommit message (Expand)Author
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin
2016-08-10Expect 3 subnodes for SmBinVerNode/SmBinHorNode/SmBinDiagonalNodeTakeshi Abe
2016-08-08starmath: SmBraceNode always has 3 childrenTakeshi Abe
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin
2016-01-21starmath: fix OOXML export of non-BMP UnicodeMichael Stahl
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
2014-12-03loplugin: cstylecastNoel Grandin
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made dependen...matteocam
2014-03-13fdo#76078: LO Crashes while saving the docx file containing only opening braceDinesh Patil
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold
2013-06-28 fdo#66088 Export some math symbols as <mi> elements.Frédéric Wang
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-03-26export quoted parts of math formulas properly to docx mathmlLuboš Luňák
2012-10-01String -> OUStringIvan Timofeev
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-07-27factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna
2012-07-27SmOoxmlExport: remove unused ctor paramMiklos Vajna
2012-07-16rtl::O(U)String -> O(U)StringLuboš Luňák
2012-01-30fprintf -> SAL_INFOLuboš Luňák
2012-01-06write TBAR rather as an accent, use over/underline for m:barLuboš Luňák
2011-12-20export vertical stack as m:eqArr, seems to fit much betterLuboš Luňák
2011-12-07merge two duplicates of a functionLuboš Luňák
2011-12-07properly xml-escape written text in docx formulaLuboš Luňák
2011-11-30export all sub/superscripts LO can handle to docx mathmlLuboš Luňák
2011-11-30fix writing of docx m:sPreLuboš Luňák
2011-11-30implement sum properly in docx mathmlLuboš Luňák
2011-11-29static constLuboš Luňák
2011-11-27remove include o pch header from starmathNorbert Thiebaud
2011-11-24rename SmOoxml to SmOoxmlExport, as it does only exportLuboš Luňák