summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-27mark them as staticTakeshi Abe
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-20Make use of std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-20CID#1295034 uncaught exceptionMiklos Vajna
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-16MathType::HandleNodes return value is unusedStephan Bergmann
2015-04-15starmath: allow UNO import of MathTypeMiklos Vajna
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14Drop an unused variableTakeshi Abe
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin
2015-04-10cppcheck: provide a ctorTakeshi Abe
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe
2015-04-04Mark it as static and constTakeshi Abe
2015-04-04put local functions into an unnamed namespaceTakeshi Abe
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30stop including irrelevant header; include right ones insteadTakeshi Abe
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