summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/olepersist.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-11tdf#42949 Fix IWYU warnings in embeddedobj/Gabor Kelemen1-0/+1
2019-05-22Fix typoAndrea Gelmini1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-3/+3
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin1-4/+4
2018-11-14sw: fix modification of ole obj native data during HTML importMiklos Vajna1-1/+2
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-54/+49
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+1
2018-01-12More loplugin:cstylecast: embeddedobjStephan Bergmann1-5/+5
2017-10-27loplugin:includeform: embeddedobj (Windows)Stephan Bergmann1-1/+1
2017-10-23loplugin:includeform: embeddedobjStephan Bergmann1-1/+1
2017-09-30loplugin:flatten (clang-cl, embeddedobj)Stephan Bergmann1-8/+8
2017-09-27loplugin:flatten in variousNoel Grandin1-105/+95
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-07-18Fix typosAndrea Gelmini1-1/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-3/+3
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-8/+8
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-35/+9
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-52/+0
2017-01-20loplugin:dynexcspec (clang-cl), embeddedobjStephan Bergmann1-0/+2
2016-10-16clang-cl loplugin: embeddedobjStephan Bergmann1-29/+29
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-11/+11
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin1-11/+10
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-4/+4
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-01-20Some more loplugin:cstylecast: embeddedobjStephan Bergmann1-3/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-5/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-25/+25
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-25/+25
2014-05-14embeddedobj: remove SAL_INFO's that only mark function entryNoel Grandin1-11/+1
2014-04-22embeddedobj: sal_Bool->boolNoel Grandin1-39/+39
2014-04-14Clean up function declarationsStephan Bergmann1-0/+1
2014-04-04coverity#706512 Uncaught exceptionCaolán McNamara1-1/+1
2014-03-04OLE: Turn an OSL_ENSURE() into a real condition.Jan Holesovsky1-6/+5
2014-02-27Exclude WNT-specific includes on other platformsStephan Bergmann1-1/+4
2014-02-26Remove visual noise from embeddedobjAlexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-12/+12
2014-02-23Remove unneccessary commentsAlexander Wilms1-44/+44