summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet1-1/+1
2015-02-21Various typosJulien Nabet1-1/+1
2015-02-21Typo: gramar->grammarJulien Nabet1-1/+1
2015-02-19starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLongTakeshi Abe4-25/+25
2015-02-15boost::scoped_array->std::vectorCaolán McNamara2-15/+12
2015-02-14boost::scoped_ptr->std::unique_ptrCaolán McNamara7-63/+59
2015-02-12Math: Make use of officecfg API and remove unneeded codeMarcos Paulo de Souza2-102/+28
2015-02-11coverity#1267649 Logically dead codeCaolán McNamara1-3/+9
2015-02-09Mark it as staticTakeshi Abe1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann2-40/+11
2015-02-06coverity#1267644 Logically dead codeCaolán McNamara1-5/+3
2015-02-05Updated all precompiled headers.Ashod Nakashian1-1/+5
2015-02-03starmath: Refactor common code inside cfgitemMarcos Paulo de Souza1-138/+82
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-18/+0
2015-01-27Fix a single quote slipped inTakeshi Abe1-1/+1
2015-01-26fix coverity#1266487Caolán McNamara2-8/+8