summaryrefslogtreecommitdiffstats
path: root/starmath/source/ooxmlexport.cxx
Commit message (Expand)AuthorAgeFilesLines
* Expect 3 subnodes for SmBinVerNode/SmBinHorNode/SmBinDiagonalNodeTakeshi Abe2016-08-101-1/+1
* starmath: SmBraceNode always has 3 childrenTakeshi Abe2016-08-081-2/+2
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-111-2/+2
* clang-tidy performance-unnecessary-value-param in starmathNoel Grandin2016-04-121-1/+1
* starmath: fix OOXML export of non-BMP UnicodeMichael Stahl2016-01-211-3/+3
* starmath: only use WordProcessingML elements in DOCX filesMichael Stahl2016-01-151-2/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-10/+10
* loplugin:loopvartoosmallNoel Grandin2015-06-021-1/+1
* loplugin: cstylecastNoel Grandin2014-12-031-1/+1
* fdo#53472 Created Dynamic Integral Node classes. Integrals size made dependen...matteocam2014-03-151-0/+1
* fdo#76078: LO Crashes while saving the docx file containing only opening braceDinesh Patil2014-03-131-4/+17
* Math: OSL_FAIL -> SAL_WARNThomas Arnhold2013-09-091-3/+3
* fdo#66088 Export some math symbols as <mi> elements.Frédéric Wang2013-06-281-2/+2
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
* export quoted parts of math formulas properly to docx mathmlLuboš Luňák2013-03-261-0/+7
* String -> OUStringIvan Timofeev2012-10-011-6/+6
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+1
* factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna2012-07-271-176/+12
* SmOoxmlExport: remove unused ctor paramMiklos Vajna2012-07-271-3/+2
* rtl::O(U)String -> O(U)StringLuboš Luňák2012-07-161-6/+6
* fprintf -> SAL_INFOLuboš Luňák2012-01-301-7/+8
* write TBAR rather as an accent, use over/underline for m:barLuboš Luňák2012-01-061-1/+1
* export vertical stack as m:eqArr, seems to fit much betterLuboš Luňák2011-12-201-21/+11
* merge two duplicates of a functionLuboš Luňák2011-12-071-38/+5
* properly xml-escape written text in docx formulaLuboš Luňák2011-12-071-1/+1
* export all sub/superscripts LO can handle to docx mathmlLuboš Luňák2011-11-301-11/+60
* fix writing of docx m:sPreLuboš Luňák2011-11-301-2/+2
* implement sum properly in docx mathmlLuboš Luňák2011-11-301-0/+1
* static constLuboš Luňák2011-11-291-1/+1
* remove include o pch header from starmathNorbert Thiebaud2011-11-271-2/+0
* rename SmOoxml to SmOoxmlExport, as it does only exportLuboš Luňák2011-11-241-0/+712