summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlexport.cxx
AgeCommit message (Collapse)Author
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
Change-Id: I98229d14109cf243839d632feabde1391ea9bad5 Reviewed-on: https://gerrit.libreoffice.org/24847 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin
Change-Id: Ic8d319dac1d18f548d47ac84e489c04412a38d1a
2016-01-21starmath: fix OOXML export of non-BMP UnicodeMichael Stahl
Change-Id: Iafaeb9ea2e96ee6d8cc96174731ba3845c230b5e
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl
Change-Id: I1b0f6d67bd0db0796756fd920ab92303a7ee7d79
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: Ife1eef04d905f12308b64b971176c2f045a1b268
2015-06-02loplugin:loopvartoosmallNoel Grandin
Change-Id: I809e408c994222cfa95ba8f56e4db7bd96be7080
2014-12-03loplugin: cstylecastNoel Grandin
Change-Id: I759f55218538c8d39018626f14e78cd56341d44b
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made ↵matteocam
dependent on body. Change-Id: I0348155f2429cf7dd3cbe7d71f333879ec6de980 Reviewed-on: https://gerrit.libreoffice.org/8569 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-03-13fdo#76078: LO Crashes while saving the docx file containing only opening braceDinesh Patil
- System handles an equation having opening brace and closing brace. - Whereas it fails to handle equations having only opening brace and no closing brace, due to which LO crashes with assertion while exporting. - Fixed this issue and added unit test case for the same. - Also fixed the same for closing brace alone. Change-Id: I34a8a635b42bfdfac265fb70b977c0001cd2b4ff Reviewed-on: https://gerrit.libreoffice.org/8561 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold
And some cleanup. Change-Id: I2e5239a6f7d0dca5855b80752deae6be27c21af6
2013-06-28 fdo#66088 Export some math symbols as <mi> elements.Frédéric Wang
Change-Id: Ib08717c3d4d41abc7bce4cd6bc2e63bda7db6086 Reviewed-on: https://gerrit.libreoffice.org/4595 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
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
Change-Id: I7950ff78c23e5e6c58ffceaa9c2a2f52e3408b26
2012-10-01String -> OUStringIvan Timofeev
Change-Id: Ie5e800df0c7663e6bb62a2019cf2fd8b0c1ae772
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-07-27factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna
Change-Id: I63ce6c57faf8568776d24ba1e8b13bd11b6c5532
2012-07-27SmOoxmlExport: remove unused ctor paramMiklos Vajna
Change-Id: I2c4f9239207bd8da7f29d2a386e9a432e32e5755
2012-07-16rtl::O(U)String -> O(U)StringLuboš Luňák
Change-Id: I45f5a8407b57c06a7cb0dad25c7ac5879711488d
2012-01-30fprintf -> SAL_INFOLuboš Luňák
2012-01-06write TBAR rather as an accent, use over/underline for m:barLuboš Luňák
seems to match the docx semantics better, despite the names
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