summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-08cppcheck: cstyleCastJulien Nabet1-2/+2
2015-03-08Revert "cppcheck: cstyleCast"Julien Nabet1-6/+6
2015-03-08cppcheck: cstyleCastJulien Nabet1-6/+6
2015-03-06Idle: Changed to new enum nameTobias Madl1-2/+2
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-2/+2
2015-03-06Idle and Timer are now completely independentTobias Madl2-4/+4
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl2-2/+3
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe4-35/+14
2015-03-04V813: Decreased performanceCaolán McNamara4-9/+9
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-03-02V813: Decreased performanceCaolán McNamara2-4/+4
2015-03-02cppcheck: cstyleCastCaolán McNamara3-17/+15
2015-03-02tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variantTakeshi Abe2-6/+5
2015-03-02remove 15-year-old dead codeNoel Grandin1-10/+0
2015-02-27initialize pActionAttrTokenMapCaolán McNamara1-0/+1
2015-02-27tdf#46343: Add the tensor product operator to "Elements Dock"Takeshi Abe2-1/+6
2015-02-27starmath: render the selected subexpression of MathML's <maction>Takeshi Abe4-6/+89
2015-02-26starmath: drop a lurking space in the tooltipTakeshi Abe1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2