summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-262-3/+3
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-182-4/+4
* debug only code SotFactory::Find(SvGlobalName const&)Noel Grandin2014-03-051-0/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-263-56/+56
* Remove visual noise from sotAlexander Wilms2014-02-2512-41/+41
* Remove unneccessary commentsAlexander Wilms2014-02-234-51/+51
* cid#1078823 Dereference before null checkNoel Grandin2014-02-201-1/+1
* sot: sal_Bool -> bool fixupStephan Bergmann2014-02-192-3/+3
* Perhaps it's better to use nMaxLegalStr here than using hardcoded 32.Kohei Yoshida2014-02-121-3/+3
* more SvStream:operator>> conversionNoel Grandin2014-02-121-1/+1
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-125-54/+54
* fdo#52547 SOT: Prefer embedding image data to embedding linked image.Andrzej Hunt2014-02-121-9/+9
* remove commented codeMarkus Mohrhard2014-02-101-6/+1