summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-3/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30starmath: sal_Bool->boolNoel Grandin1-15/+15
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-14typo: attribut -> attributeThomas Arnhold1-2/+2
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-51/+51
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-26Remove visual noise from starmathAlexander Wilms1-7/+7
2014-02-20cid#1078821 Dereference before null checkNoel Grandin1-1/+1
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann1-33/+8
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+9
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-9/+9
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+9
2013-10-01Add sanity check to avoid crashTor Lillqvist1-0/+1
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold1-5/+5
2013-09-04String to OUStringThomas Arnhold1-3/+3
2013-08-22Drop useless #undefTakeshi Abe1-2/+0
2013-08-15Math: Remove not needed fileMarcos Paulo de Souza1-21/+10
2013-07-09 fdo#66277 - fix alignment for binom and stack too.Frédéric Wang1-11/+23
2013-07-04fdo#66575 - MathML export: fix errors with newline, binom and stack.Frédéric Wang1-2/+2
2013-07-04 fdo#66575 - MathML export: fix errors with newline, binom and stack.Frédéric Wang1-2/+7
2013-07-03 fdo#66281 - followup: fix a comment for overbrace.Frédéric Wang1-3/+11
2013-07-03 fdo#66282 - MathML export: improve ExportBraceFrédéric Wang1-27/+29
2013-07-02 fdo#66283 - MathML export: remove useless mrow/mstyle with font commandsFrédéric Wang1-14/+12
2013-07-02 fdo#66088 - follow-up: handle NGLYPHSPECIAL and NSPECIAL too.Frédéric Wang1-3/+3
2013-07-02 fdo#66281 - make underbrace/overbrace stretchy in MathML exportFrédéric Wang1-4/+4
2013-07-01 #fdo66277 - Add support for alignment in MathML export.Frédéric Wang1-2/+40
2013-07-01 fdo#66278 - MathML export: distinguish inline/display equations.Frédéric Wang1-8/+16
2013-06-28 fdo#66088 Export some math symbols as <mi> elements.Frédéric Wang1-1/+23
2013-06-28 fdo#66081 - reduce the number of nested <mrow>'s in MathMLFrédéric Wang1-1/+31
2013-06-28fdo#66075 - Formula editor: export blanks as MathML <mspace> elements.Frédéric Wang1-3/+16
2013-06-28fdo#66086 - MathML export: wideslash, widebslash and overstrikeFrédéric Wang1-1/+47
2013-06-28fdo#66024 - Formula Editor: make wide accents stretchy when exported to MathMLFrédéric Wang1-0/+9
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-26SmXMLExport::GetViewSettings: add back lost property nameMiklos Vajna1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+2
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin1-8/+8
2013-01-09fdo#46808, convert some starmath code to XComponentContextNoel Grandin1-17/+11
2012-11-20clang plugin warningsLuboš Luňák1-2/+2
2012-11-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens1-13/+3
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-3/+4
2012-10-02String -> OUStringIvan Timofeev1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-10-01String -> OUStringIvan Timofeev1-8/+8
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-03-12use string literal OUString overloadsLuboš Luňák1-29/+27
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-1/+1