summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantfunction: sotNoel Grandin2015-03-191-1/+0
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-1/+1
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-185-15/+15
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-1/+1
* use std::unique_ptr for Sm*DialogTakeshi Abe2015-03-162-18/+11
* Simplify code constructing uno::Sequence<OUString> by initializer_listTakeshi Abe2015-03-133-28/+27
* Adapt std::unique_ptr to SmMathConfigTakeshi Abe2015-03-112-22/+17
* utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2015-03-112-2/+3
* Spare extra call stackTakeshi Abe2015-03-102-16/+0
* Replace boost::noncopyable with use of SAL_DELETED_FUNCTIONTakeshi Abe2015-03-103-8/+16
* cppcheck: cstyleCastJulien Nabet2015-03-081-2/+2
* Revert "cppcheck: cstyleCast"Julien Nabet2015-03-081-6/+6
* cppcheck: cstyleCastJulien Nabet2015-03-081-6/+6
* Idle: Changed to new enum nameTobias Madl2015-03-061-2/+2
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-2/+2
* Idle and Timer are now completely independentTobias Madl2015-03-062-4/+4
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-062-2/+3
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe2015-03-054-35/+14
* V813: Decreased performanceCaolán McNamara2015-03-044-9/+9
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2
* V813: Decreased performanceCaolán McNamara2015-03-022-4/+4
* cppcheck: cstyleCastCaolán McNamara2015-03-023-17/+15
* tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variantTakeshi Abe2015-03-022-6/+5
* remove 15-year-old dead codeNoel Grandin2015-03-021-10/+0
* initialize pActionAttrTokenMapCaolán McNamara2015-02-271-0/+1
* tdf#46343: Add the tensor product operator to "Elements Dock"Takeshi Abe2015-02-272-1/+6
* starmath: render the selected subexpression of MathML's <maction>Takeshi Abe2015-02-274-6/+89
* starmath: drop a lurking space in the tooltipTakeshi Abe2015-02-261-1/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-2/+2
* Typos: caculate->calculate + acceses->accessesJulien Nabet2015-02-211-1/+1
* Various typosJulien Nabet2015-02-211-1/+1
* Typo: gramar->grammarJulien Nabet2015-02-211-1/+1
* starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLongTakeshi Abe2015-02-194-25/+25
* boost::scoped_array->std::vectorCaolán McNamara2015-02-152-15/+12
* boost::scoped_ptr->std::unique_ptrCaolán McNamara2015-02-147-63/+59
* Math: Make use of officecfg API and remove unneeded codeMarcos Paulo de Souza2015-02-122-102/+28
* coverity#1267649 Logically dead codeCaolán McNamara2015-02-111-3/+9
* Mark it as staticTakeshi Abe2015-02-091-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-072-40/+11
* coverity#1267644 Logically dead codeCaolán McNamara2015-02-061-5/+3
* Updated all precompiled headers.Ashod Nakashian2015-02-051-1/+5
* starmath: Refactor common code inside cfgitemMarcos Paulo de Souza2015-02-031-138/+82
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-294-18/+0
* Fix a single quote slipped inTakeshi Abe2015-01-271-1/+1
* fix coverity#1266487Caolán McNamara2015-01-262-8/+8
* coverity#1266461 Improper use of negative valueCaolán McNamara2015-01-261-0/+2
* coverity#1266487 Use of untrusted scalar valueCaolán McNamara2015-01-261-1/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-4/+4
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-263-7/+7
* Typo: syncro->synchroJulien Nabet2015-01-241-1/+1