summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
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
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