summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* use more OUString::operator== in sfx2..svtoolsNoel Grandin2017-07-143-9/+8
* loplugin:oncevar: empty strings: starmathStephan Bergmann2017-07-131-3/+1
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-102-3/+3
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-053-6/+7
* tdf#105831 Add Donate entry on Help menuOlivier2017-07-041-0/+2
* loplugin:unusedfields in slideshow..svtoolsNoel Grandin2017-07-033-8/+1
* loplugin:casttovoid: starmathStephan Bergmann2017-07-021-1/+0
* xmloff: remove duplicate XML_NAMESPACE_##prefix##_IDX macrosMichael Stahl2017-06-271-2/+2
* loplugin:oncevar in starmath..svlNoel Grandin2017-06-277-25/+16
* Fix typosAndrea Gelmini2017-06-261-1/+1
* loplugin:unusedfields in sfx2 part1Noel Grandin2017-06-211-1/+0
* convert ErrCode to strong typedefNoel Grandin2017-06-214-10/+10
* Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann2017-06-192-19/+12
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-186-6/+0
* TransferableObjectDescriptor::mnOle2Misc field is unusedNoel Grandin2017-06-172-7/+0
* Make SfxItemSet ranges correct by constructionStephan Bergmann2017-06-164-11/+9
* starmath: SfxObjectShell::GetMiscStatus() returns sal_uIntPtrTakeshi Abe2017-06-162-2/+2
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-144-5/+5
* Let CreateItemSet return unique_ptrStephan Bergmann2017-06-142-4/+7
* starmath: Use sal_uInt32 for ERRCODE instead of sal_uLongTakeshi Abe2017-06-143-10/+10
* Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann2017-06-132-5/+10
* starmath: SvStream::Seek()/Tell() uses sal_uInt64, not sal_uLongTakeshi Abe2017-06-132-9/+9
* starmath: SvStream::ReadBytes() returns std::size_t, not sal_uLongTakeshi Abe2017-06-131-1/+1
* pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin2017-06-121-3/+2
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-062-3/+3
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-052-4/+4
* disambiguate dual use of toolbar idsCaolán McNamara2017-05-312-3/+1
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-2/+0
* teach redundantcast plugin about functional castsNoel Grandin2017-05-302-3/+3
* loplugin:stringcopy: starmathStephan Bergmann2017-05-196-7/+7
* make string translation loading more uniformCaolán McNamara2017-05-1911-77/+71
* Revert "Fix typos"Stephan Bergmann2017-05-185-6/+6
* Fix typosAndrea Gelmini2017-05-185-6/+6
* loplugin:unusedmethodsNoel Grandin2017-05-182-76/+0
* loplugin:unusedfields improve write-only analysisNoel Grandin2017-05-162-16/+6
* remove some unnecessary lockingNoel Grandin2017-05-152-2/+0
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* Fix typosAndrea Gelmini2017-05-111-1/+1
* starmath Word export: remove redundant 'virtual' keywordsMiklos Vajna2017-05-112-22/+22
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-091-4/+2
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-083-5/+5
* tdf#106479 Make edit context menu dispatcher basedMaxim Monastirsky2017-05-086-1622/+270
* tdf#107644: Crash on inserting formulaJulien Nabet2017-05-071-1/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert starmath module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* starmath: Convert SmHorAlign to scoped enumTakeshi Abe2017-05-054-11/+15
* Defining SID_UNICODE_NOTATION_TOGGLE once is enoughMaxim Monastirsky2017-05-051-18/+0
* Drop premature mode lineTakeshi Abe2017-05-051-2/+0
* loplugin:checkunusedparams in starmathNoel Grandin2017-05-049-28/+28