summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-2/+2
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-2/+2
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-023-9/+9
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-142/+142
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* drop rather awkward debugging hunkCaolán McNamara2015-03-301-12/+0
* loplugin:staticfunctionNoel Grandin2015-03-301-1/+1
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-287-17/+17
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-8/+8
* loplugin:constantfunction: sotNoel Grandin2015-03-193-16/+5
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-2/+2
* SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2015-03-182-65/+65
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-1810-1169/+1178
* V801: Decreased performanceCaolán McNamara2015-03-092-12/+12
* convert EXCHG_DEST_ constants to enum classNoel Grandin2015-02-251-22/+22
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* try to avoid overflows in some compare functionsMichael Stahl2015-02-052-7/+6
* Updated all precompiled headers.Ashod Nakashian2015-02-051-0/+1
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-98/+0
* Some more loplugin:cstylecast: sotStephan Bergmann2015-01-202-10/+10
* remove unnecessary parenthesesNoel Grandin2015-01-164-7/+7
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* fix windows buildNoel Grandin2015-01-072-2/+2
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-0711-134/+109
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-042-2/+5
* fdo#84229 - don't set error when seeking beyond end of valid data.Michael Meeks2014-12-301-2/+13
* fdo#84229 - add sot storage unit test.Michael Meeks2014-12-302-0/+26
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* sot: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-7/+7
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-5/+5
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-2/+1
* java: remove some comment noiseNoel Grandin2014-12-101-1/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-175-0/+7
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-11/+11
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* coverity#1247614 Unchecked return valueCaolán McNamara2014-11-011-1/+6
* java: final fields that can be staticNoel Grandin2014-10-171-2/+2
* sot: stop leaking temp files from StgTmpStrmMichael Stahl2014-10-151-1/+1
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-033-9/+9
* loplugin: cstylecastNoel Grandin2014-09-294-23/+25
* loplugin: cstylecastNoel Grandin2014-09-293-4/+4
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2014-09-263-14/+14
* remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2014-09-262-3/+3
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-262-2/+2
* cleanup GUID/ClsId/CLSID typesNoel Grandin2014-09-263-26/+26