summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.cxx
AgeCommit message (Expand)Author
2016-12-02loplugin:unnecessaryoverride (dtors) in starmathStephan Bergmann
2016-11-29tdf#103430 Apply mathvariant attribute to <mi> and <mo>Takeshi Abe
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09loplugin:refcountingNoel Grandin
2016-08-15starmath: Avoid temporary arraysTakeshi Abe
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe
2016-05-23tdf#99984 render inferred mrow as group {}Regina Henschel
2016-05-14Fix bogus nGroup for SmMatrixNode's tokenTakeshi Abe
2016-05-13Resolves: tdf#99556 if the num of arguments is not 1 infer a rawCaolán McNamara
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-03starmath: tdf#97190: don't assert on missing base URLMichael Stahl
2016-01-22starmath: Catch exception by const refTakeshi Abe
2015-12-17This probably should be a referenceStephan Bergmann
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl
2015-11-22cppcheck: redundantAssignmentTakeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05starmath: Avoid unnecessary castTakeshi Abe
2015-09-30Fix typosAndrea Gelmini
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe
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-27initialize pActionAttrTokenMapCaolán McNamara
2015-02-27starmath: render the selected subexpression of MathML's <maction>Takeshi Abe
2015-02-19starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLongTakeshi Abe
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2014-12-18starmath: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-03loplugin: cstylecastNoel Grandin
2014-11-20fix memory leaks caused with SmNodeStackTakeshi Abe
2014-11-11stop duplicate definition of lcl_popOrZero()Takeshi Abe
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-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet