summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlexport.cxx
AgeCommit message (Expand)Author
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-12starmath: Prefix member of SmBlankNodeTakeshi Abe
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe
2016-09-20tdf#97049 Export "intd" to MathMLTakeshi Abe
2016-08-10Expect 3 subnodes for SmBinVerNode/SmBinHorNode/SmBinDiagonalNodeTakeshi Abe
2016-08-02starmath: SmVerticalBraceNode always has a triple of nodesTakeshi Abe
2016-07-31tdf#101022 Export Greek symbol to MathML with correct mathvariantTakeshi Abe
2016-07-25starmath: Fix invalid static_castTakeshi Abe
2016-05-21starmath: These functions are used in local onlyTakeshi Abe
2016-05-17convert TG constants to scoped enumNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-02-19starmath: Avoid C-style castTakeshi Abe
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-27starmath: Stop using unnecessary namespaceTakeshi Abe
2016-01-22starmath: Catch exception by const refTakeshi Abe
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-09cppcheck: variableScopeTakeshi Abe
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin
2015-05-03starmath: Convert many services to constructors.Jan Holesovsky
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-19starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLongTakeshi Abe
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-31Resolves: #i118191# Red is not red enoughRegina Henschel
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-08-22Resolves: fdo#82747 Crash on opening wikipedia ODT BookJulien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-30starmath: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-14typo: attribut -> attributeThomas Arnhold