summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin1-3/+2
2017-12-24coverity#1426873 Unintended sign extensionCaolán McNamara1-2/+2
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna1-1/+1
2017-12-21ofz#4703 Direct-leakCaolán McNamara1-1/+1
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe1-5/+5
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-1/+1
2016-08-10Expect 3 subnodes for SmBinVerNode/SmBinHorNode/SmBinDiagonalNodeTakeshi Abe1-1/+1
2016-08-08starmath: SmBraceNode always has 3 childrenTakeshi Abe1-2/+2
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin1-1/+1
2016-01-21starmath: fix OOXML export of non-BMP UnicodeMichael Stahl1-3/+3
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl1-2/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2014-12-03loplugin: cstylecastNoel Grandin1-1/+1
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made dependen...matteocam1-0/+1
2014-03-13fdo#76078: LO Crashes while saving the docx file containing only opening braceDinesh Patil1-4/+17
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold1-3/+3
2013-06-28 fdo#66088 Export some math symbols as <mi> elements.Frédéric Wang1-2/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-03-26export quoted parts of math formulas properly to docx mathmlLuboš Luňák1-0/+7
2012-10-01String -> OUStringIvan Timofeev1-6/+6
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-07-27factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna1-176/+12
2012-07-27SmOoxmlExport: remove unused ctor paramMiklos Vajna1-3/+2
2012-07-16rtl::O(U)String -> O(U)StringLuboš Luňák1-6/+6
2012-01-30fprintf -> SAL_INFOLuboš Luňák1-7/+8
2012-01-06write TBAR rather as an accent, use over/underline for m:barLuboš Luňák1-1/+1
2011-12-20export vertical stack as m:eqArr, seems to fit much betterLuboš Luňák1-21/+11
2011-12-07merge two duplicates of a functionLuboš Luňák1-38/+5
2011-12-07properly xml-escape written text in docx formulaLuboš Luňák1-1/+1
2011-11-30export all sub/superscripts LO can handle to docx mathmlLuboš Luňák1-11/+60
2011-11-30fix writing of docx m:sPreLuboš Luňák1-2/+2
2011-11-30implement sum properly in docx mathmlLuboš Luňák1-0/+1
2011-11-29static constLuboš Luňák1-1/+1
2011-11-27remove include o pch header from starmathNorbert Thiebaud1-2/+0
2011-11-24rename SmOoxml to SmOoxmlExport, as it does only exportLuboš Luňák1-0/+712