summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-30sot: convert that to SAL_INFOMichael Stahl1-1/+2
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl2-0/+5
2014-03-30sot: fix some bizarre resize code that creates 4G temp files on 32bitMichael Stahl1-4/+1
2014-03-29Fix some types in virtual methods to properly override.Matúš Kukan4-5/+5
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl4-18/+18
2014-03-28coverity#1078520 Logically dead codeCaolán McNamara1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-57/+57
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2-3/+3
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-4/+4
2014-03-05debug only code SotFactory::Find(SvGlobalName const&)Noel Grandin1-0/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-56/+56
2014-02-25Remove visual noise from sotAlexander Wilms12-41/+41
2014-02-23Remove unneccessary commentsAlexander Wilms4-51/+51
2014-02-20cid#1078823 Dereference before null checkNoel Grandin1-1/+1
2014-02-19sot: sal_Bool -> bool fixupStephan Bergmann2-3/+3
2014-02-12Perhaps it's better to use nMaxLegalStr here than using hardcoded 32.Kohei Yoshida1-3/+3
2014-02-12more SvStream:operator>> conversionNoel Grandin1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin5-54/+54
2014-02-12fdo#52547 SOT: Prefer embedding image data to embedding linked image.Andrzej Hunt1-9/+9
2014-02-10remove commented codeMarkus Mohrhard1-6/+1
2014-02-10fix crash during xls import, related fdo#36580Markus Mohrhard1-2/+2
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin5-11/+11
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand2-1/+43
2014-01-28bool improvementsStephan Bergmann3-3/+3
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-1/+1
2014-01-20Removed unused solar.h reference in sotAlexandre Vicenzi2-4/+0
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin4-7/+7
2014-01-10Add FIXME for odd sal_Int32/bool mismatchStephan Bergmann1-1/+3
2014-01-10StgStrm::Write returns sal_Int32, not boolStephan Bergmann1-1/+1