summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2015-04-24loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+12
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe2-166/+165
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe3-26/+10
2015-04-20Make use of std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2-61/+43
2015-04-20CID#1295034 uncaught exceptionMiklos Vajna1-18/+25
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-3/+3
2015-04-16MathType::HandleNodes return value is unusedStephan Bergmann2-4/+2
2015-04-15starmath: allow UNO import of MathTypeMiklos Vajna3-0/+136
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-7/+7
2015-04-14Drop an unused variableTakeshi Abe1-1/+0
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin1-2/+2
2015-04-10cppcheck: provide a ctorTakeshi Abe1-16/+18
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin8-12/+15
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin5-14/+14
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe12-16/+16
2015-04-04Mark it as static and constTakeshi Abe1-1/+1
2015-04-04put local functions into an unnamed namespaceTakeshi Abe1-2/+2
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe6-41/+43
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-30/+30
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-3/+3
2015-03-30stop including irrelevant header; include right ones insteadTakeshi Abe2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-8/+8
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann6-9/+9
2015-03-26Added shortcut for arrows when doing start math formulasrobert Babiak1-0/+20
2015-03-26starmath: add test for detecting MathML's namespace prefix 'math:'Takeshi Abe2-0/+24
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-3/+3
2015-03-24loplugin:constantfunction: variousNoel Grandin1-3/+3
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin2-4/+4
2015-03-24convert SvxZoomType to enum classNoel Grandin2-13/+13
2015-03-24convert SfxChildAlignment to enum classNoel Grandin3-10/+10
2015-03-22Mark as staticTakeshi Abe2-3/+3
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-3/+1
2015-03-19loplugin:constantfunction: sotNoel Grandin1-1/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin5-15/+15
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-03-16use std::unique_ptr for Sm*DialogTakeshi Abe2-18/+11
2015-03-13Simplify code constructing uno::Sequence<OUString> by initializer_listTakeshi Abe3-28/+27
2015-03-11Adapt std::unique_ptr to SmMathConfigTakeshi Abe2-22/+17
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2-2/+3
2015-03-10Spare extra call stackTakeshi Abe2-16/+0
2015-03-10Replace boost::noncopyable with use of SAL_DELETED_FUNCTIONTakeshi Abe3-8/+16