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