summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann2014-09-151-3/+2
* create a master document template typeCaolán McNamara2014-09-113-4/+3
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-26/+2
* update_pchThomas Arnhold2014-08-131-0/+2
* java: remove useless javadoc tagsNoel Grandin2014-08-121-3/+0
* fdo#81835 Don't prefer GDI Metafiles to RTF/HTML -- correctly.Andrzej Hunt2014-08-061-1/+1
* Revert "fdo#81835 Don't prefer GDI Metafiles to RTF/HTML"Andrzej Hunt2014-08-061-1/+2
* fdo#81835 Don't prefer GDI Metafiles to RTF/HTMLAndrzej Hunt2014-08-051-2/+1
* java: remove commented out codeNoel Grandin2014-08-051-16/+0
* Include <algorithm> for std::minTor Lillqvist2014-07-291-0/+2
* coverity#707195 Uncaught exceptionCaolán McNamara2014-07-211-10/+10
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-126-53/+46
* use SimpleReferenceObject in StgPageNoel Grandin2014-07-103-17/+5
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-6/+5
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+2
* OSL_ENSURE->assertCaolán McNamara2014-06-261-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-173-9/+1