summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26Added shortcut for arrows when doing start math formulasrobert Babiak
2015-03-26starmath: add test for detecting MathML's namespace prefix 'math:'Takeshi Abe
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-24loplugin:constantfunction: variousNoel Grandin
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-22Mark as staticTakeshi Abe
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-19loplugin:constantfunction: sotNoel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-16use std::unique_ptr for Sm*DialogTakeshi Abe
2015-03-13Simplify code constructing uno::Sequence<OUString> by initializer_listTakeshi Abe
2015-03-11Adapt std::unique_ptr to SmMathConfigTakeshi Abe
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-10Spare extra call stackTakeshi Abe
2015-03-10Replace boost::noncopyable with use of SAL_DELETED_FUNCTIONTakeshi Abe
2015-03-08cppcheck: cstyleCastJulien Nabet
2015-03-08Revert "cppcheck: cstyleCast"Julien Nabet
2015-03-08cppcheck: cstyleCastJulien Nabet
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02V813: Decreased performanceCaolán McNamara
2015-03-02cppcheck: cstyleCastCaolán McNamara
2015-03-02tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variantTakeshi Abe
2015-03-02remove 15-year-old dead codeNoel Grandin
2015-02-27initialize pActionAttrTokenMapCaolán McNamara
2015-02-27tdf#46343: Add the tensor product operator to "Elements Dock"Takeshi Abe
2015-02-27starmath: render the selected subexpression of MathML's <maction>Takeshi Abe
2015-02-26starmath: drop a lurking space in the tooltipTakeshi Abe
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet
2015-02-21Various typosJulien Nabet
2015-02-21Typo: gramar->grammarJulien Nabet
2015-02-19starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLongTakeshi Abe
2015-02-15boost::scoped_array->std::vectorCaolán McNamara
2015-02-14boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-02-12Math: Make use of officecfg API and remove unneeded codeMarcos Paulo de Souza
2015-02-11coverity#1267649 Logically dead codeCaolán McNamara