summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* tdf#96099 Remove std::vector typedefsAbhyudaya Sharma2018-06-071-2/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-053-3/+0
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-255-13/+37
* loplugin:unusedfields in tools..xmlhelpNoel Grandin2018-05-176-11/+5
* loplugin:useuniqueptr in CachedContentResultSet::CCRS_CacheNoel Grandin2018-04-232-7/+5
* loplugin:useuiqueptr in SortedEntryList and EventListNoel Grandin2018-04-233-54/+49
* Fix typosAndrea Gelmini2018-04-141-2/+2
* new loplugin:unusedvariablemoreNoel Grandin2018-04-111-5/+0
* ucb: Fix overwriting at index 7Takeshi Abe2018-04-081-3/+3
* ucb: Shift property "IsRowCountFinal"'s index from 0 to 1Takeshi Abe2018-04-061-4/+4
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-032-4/+4
* ucb: The sequence's length is 3, not 2.Takeshi Abe2018-04-021-2/+1
* remove unused processfactory.hxx includesJochen Nitschke2018-04-0122-23/+0
* rhbz#1559633: Treat EPERM same as EACCES when opening filesStephan Bergmann2018-03-241-0/+1
* tdf#116489 - fix ucb TaskManager deadlock.Michael Meeks2018-03-191-1/+3
* loplugin:redundantfcastStephan Bergmann2018-03-121-1/+1
* loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2018-03-129-27/+19
* Remove unnecessary INetProtocol::Webdav[s] againStephan Bergmann2018-03-044-8/+8
* Remove unnecessary INetProtocol::VndSunStarWebdavs againStephan Bergmann2018-03-044-4/+4
* Change INetURLObject::isSchemeEqualTo parameter to u16string_viewStephan Bergmann2018-03-042-4/+4
* usb: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-021-8/+0
* loplugin:useuniqueptr in TaskManager::UnqPathDataNoel Grandin2018-02-022-51/+12
* Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk2018-02-0111-170/+96
* make memory management more explicit in BaseContextNoel Grandin2018-01-296-138/+93
* loplugin:useuniqueptr in BaseContentNoel Grandin2018-01-292-36/+18
* loplugin:useuniqueptr in DataSupplier_ImplNoel Grandin2018-01-291-40/+17
* loplugin:useuniqueptr in ResultSetBaseNoel Grandin2018-01-292-13/+9
* loplugin:useuniqueptr in FTPContentProviderNoel Grandin2018-01-292-6/+6
* loplugin:useuniqueptr in XResultSet_implNoel Grandin2018-01-292-14/+9
* loplugin:useuniqueptr in SortedResultSetNoel Grandin2018-01-262-9/+7
* loplugin:useuniqueptr in PersistentPropertySet_ImplNoel Grandin2018-01-261-19/+10
* loplugin:useuniqueptr in SortedDynamicResultSetNoel Grandin2018-01-262-4/+5
* loplugin:useuniqueptr in ContentResultSetWrapperNoel Grandin2018-01-252-13/+10
* sal_Bool -> bool (remaining uses of css::uno::Any::has)Stephan Bergmann2018-01-241-1/+1
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-192-5/+3
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-175-11/+11
* Fix typosAndrea Gelmini2018-01-162-4/+4
* Fix typosAndrea Gelmini2018-01-162-2/+2
* Fix typosAndrea Gelmini2018-01-151-2/+2
* More loplugin:cstylecast: ucbStephan Bergmann2018-01-128-34/+34
* loplugin:convertlong in ucb,sotNoel Grandin2018-01-093-11/+11
* drop ULONG typedefNoel Grandin2018-01-041-4/+2
* loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin2017-12-294-5/+5
* remove unused typedefsNoel Grandin2017-12-191-1/+0
* inline use-once typedefsNoel Grandin2017-12-193-8/+3
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-144-9/+9
* loplugin:salcall fix functionsNoel Grandin2017-12-1133-38/+38
* loplugin:salcall handle static methodsNoel Grandin2017-12-077-30/+30
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-0612-36/+36
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-0526-231/+231