summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* 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
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-043-0/+108
* fdo#78801 fdo#52547 Paste preference is image, then html, then text.Andrzej Hunt2014-05-281-18/+18
* Avoid undefined signed integer overflowStephan Bergmann2014-05-281-7/+2
* Fix memory leakStephan Bergmann2014-05-281-1/+1
* coverity#441341 Dereference after null checkCaolán McNamara2014-05-241-3/+3
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-4/+4
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-012-2/+2
* coverity#705538 Unintentional integer overflowCaolán McNamara2014-04-201-4/+4
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-198-16/+16
* Remove unused functionsStephan Bergmann2014-04-071-6/+0
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-071-2/+2
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-014-6/+6
* MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl2014-03-302-2/+2
* sot: convert that to SAL_INFOMichael Stahl2014-03-301-1/+2
* deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl2014-03-302-0/+5
* sot: fix some bizarre resize code that creates 4G temp files on 32bitMichael Stahl2014-03-301-4/+1
* Fix some types in virtual methods to properly override.Matúš Kukan2014-03-294-5/+5
* tools: support 64-bit file positions in SvStreamMichael Stahl2014-03-294-18/+18
* coverity#1078520 Logically dead codeCaolán McNamara2014-03-281-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-57/+57