summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
2014-12-30fdo#84229 - don't set error when seeking beyond end of valid data.Michael Meeks1-2/+13
2014-12-30fdo#84229 - add sot storage unit test.Michael Meeks2-0/+26
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl5-0/+7
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-11/+11
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-01coverity#1247614 Unchecked return valueCaolán McNamara1-1/+6
2014-10-17java: final fields that can be staticNoel Grandin1-2/+2
2014-10-15sot: stop leaking temp files from StgTmpStrmMichael Stahl1-1/+1
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin3-9/+9
2014-09-29loplugin: cstylecastNoel Grandin4-23/+25
2014-09-29loplugin: cstylecastNoel Grandin3-4/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin3-14/+14
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2-3/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2-2/+2
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin3-26/+26
2014-09-15Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann1-3/+2
2014-09-11create a master document template typeCaolán McNamara3-4/+3
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-26/+2
2014-08-13update_pchThomas Arnhold1-0/+2
2014-08-12java: remove useless javadoc tagsNoel Grandin1-3/+0
2014-08-06fdo#81835 Don't prefer GDI Metafiles to RTF/HTML -- correctly.Andrzej Hunt1-1/+1
2014-08-06Revert "fdo#81835 Don't prefer GDI Metafiles to RTF/HTML"Andrzej Hunt1-1/+2
2014-08-05fdo#81835 Don't prefer GDI Metafiles to RTF/HTMLAndrzej Hunt1-2/+1
2014-08-05java: remove commented out codeNoel Grandin1-16/+0
2014-07-29Include <algorithm> for std::minTor Lillqvist1-0/+2
2014-07-21coverity#707195 Uncaught exceptionCaolán McNamara1-10/+10
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe6-53/+46
2014-07-10use SimpleReferenceObject in StgPageNoel Grandin3-17/+5
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-6/+5
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+2
2014-06-26OSL_ENSURE->assertCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-9/+1
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold3-0/+108
2014-05-28fdo#78801 fdo#52547 Paste preference is image, then html, then text.Andrzej Hunt1-18/+18
2014-05-28Avoid undefined signed integer overflowStephan Bergmann1-7/+2
2014-05-28Fix memory leakStephan Bergmann1-1/+1
2014-05-24coverity#441341 Dereference after null checkCaolán McNamara1-3/+3
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2-4/+4
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-04-20coverity#705538 Unintentional integer overflowCaolán McNamara1-4/+4
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold8-16/+16
2014-04-07Remove unused functionsStephan Bergmann1-6/+0
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-2/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-6/+6
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl2-2/+2