summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* 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
* untranslated strings are just stringsCaolán McNamara2017-05-0215-790/+412
* loplugin:checkunusedparams in editengNoel Grandin2017-05-021-1/+1
* Return values of sdi "method slots" were unusedMaxim Monastirsky2017-05-011-3/+3
* loplugin:salunicodeliteral: starmathStephan Bergmann2017-04-288-30/+30
* loplugin:cppunitassertequals: starmathStephan Bergmann2017-04-281-26/+26
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-271-1/+1
* starmath: Convert SmScaleMode to scoped enumTakeshi Abe2017-04-277-33/+38
* use strong_int for LanguageTypeNoel Grandin2017-04-261-4/+4
* starmath: Show all Functions' menu items in Command MenuTakeshi Abe2017-04-261-64/+51
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-256-0/+6
* starmath: Show underscore which does not mark a mnemonic keyTakeshi Abe2017-04-231-1/+1
* starmath: Fix wrong ids in Command Menu to be inserted as commandsTakeshi Abe2017-04-231-23/+23
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-216-6/+0