summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-19tdf#116489 - fix ucb TaskManager deadlock.Michael Meeks1-1/+3
2018-03-12loplugin:redundantfcastStephan Bergmann1-1/+1
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin9-27/+19
2018-03-04Remove unnecessary INetProtocol::Webdav[s] againStephan Bergmann4-8/+8
2018-03-04Remove unnecessary INetProtocol::VndSunStarWebdavs againStephan Bergmann4-4/+4
2018-03-04Change INetURLObject::isSchemeEqualTo parameter to u16string_viewStephan Bergmann2-4/+4
2018-02-02usb: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-8/+0
2018-02-02loplugin:useuniqueptr in TaskManager::UnqPathDataNoel Grandin2-51/+12
2018-02-01Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk11-170/+96
2018-01-29make memory management more explicit in BaseContextNoel Grandin6-138/+93
2018-01-29loplugin:useuniqueptr in BaseContentNoel Grandin2-36/+18
2018-01-29loplugin:useuniqueptr in DataSupplier_ImplNoel Grandin1-40/+17
2018-01-29loplugin:useuniqueptr in ResultSetBaseNoel Grandin2-13/+9
2018-01-29loplugin:useuniqueptr in FTPContentProviderNoel Grandin2-6/+6
2018-01-29loplugin:useuniqueptr in XResultSet_implNoel Grandin2-14/+9
2018-01-26loplugin:useuniqueptr in SortedResultSetNoel Grandin2-9/+7
2018-01-26loplugin:useuniqueptr in PersistentPropertySet_ImplNoel Grandin1-19/+10
2018-01-26loplugin:useuniqueptr in SortedDynamicResultSetNoel Grandin2-4/+5
2018-01-25loplugin:useuniqueptr in ContentResultSetWrapperNoel Grandin2-13/+10
2018-01-24sal_Bool -> bool (remaining uses of css::uno::Any::has)Stephan Bergmann1-1/+1