summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann1-1/+1
2018-09-18Missing forward declarationStephan Bergmann1-0/+4
2018-09-17New loplugin:externalStephan Bergmann12-28/+56
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen47-0/+81
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin20-75/+29
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-1/+2
2018-09-10wrap GlobalNeonMutex as local staticCaolán McNamara4-20/+27
2018-09-10add mutex guard to new methodsCaolán McNamara1-0/+6
2018-09-10suspicious MutexGuard placementCaolán McNamara1-2/+2
2018-09-10bounce callback functions back into class methodsCaolán McNamara2-82/+124
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen8-0/+8
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-2/+1
2018-09-07loplugin:useuniqueptr in NeonSessionNoel Grandin1-5/+3
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-39/+32
2018-09-04loplugin:cstylecast (--with-webdav=serf)Stephan Bergmann1-2/+2
2018-09-04-Werror=return-local-addr (-with-webdav=serf)Stephan Bergmann2-2/+2
2018-09-04loplugin:salcall (--with-webdav=serf)Stephan Bergmann2-2/+2
2018-09-04loplugin:simplifybool (--with-webdav=serf)Stephan Bergmann1-1/+1
2018-09-04loplugin:unnecessaryparen (--with-webdav=serf)Stephan Bergmann1-1/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-2/+2
2018-08-22new loplugin:conststringfieldNoel Grandin3-44/+30
2018-08-22loplugin:useuniqueptr in DynamicResultSetNoel Grandin3-4/+5
2018-08-21loplugin:useuniqueptr in PropertyChangeNotifierNoel Grandin3-6/+5
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-08-03inline RegexpMapIterImpl into RegexpMapConstIterNoel Grandin1-143/+63
2018-08-03inline RegexpMapImpl into RegexpMapNoel Grandin1-68/+34
2018-08-02Add missing sal/log.hxx headersGabor Kelemen38-0/+41
2018-07-31loplugin:returnconstant in ucbNoel Grandin7-15/+11
2018-07-30loplugin:stringloop in svgio..xmlsecurityNoel Grandin1-4/+4
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke1-3/+3
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin1-1/+1
2018-07-26ucb: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann4-18/+0
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-11clean up UNO available() implementationsNoel Grandin4-4/+5
2018-07-11tdf#79877 perf loading docx file, activate SAX threadingNoel Grandin1-1/+2
2018-06-26tdf#114227: Add support for PAC to ucbhelper::InternetProxyDecider on WindowsMike Kaganski2-2/+2
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma1-2/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke3-3/+0
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin5-13/+37
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin6-11/+5
2018-04-23loplugin:useuniqueptr in CachedContentResultSet::CCRS_CacheNoel Grandin2-7/+5
2018-04-23loplugin:useuiqueptr in SortedEntryList and EventListNoel Grandin3-54/+49
2018-04-14Fix typosAndrea Gelmini1-2/+2
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-5/+0
2018-04-08ucb: Fix overwriting at index 7Takeshi Abe1-3/+3
2018-04-06ucb: Shift property "IsRowCountFinal"'s index from 0 to 1Takeshi Abe1-4/+4
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2-4/+4
2018-04-02ucb: The sequence's length is 3, not 2.Takeshi Abe1-2/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke22-23/+0
2018-03-24rhbz#1559633: Treat EPERM same as EACCES when opening filesStephan Bergmann1-0/+1