summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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