summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2020-11-15Extend loplugin:stringviewparen: subViewStephan Bergmann2-3/+7
2020-11-11loplugin:stringviewNoel3-6/+6
2020-10-29Revert questionable tools::Long in commented-out codeStephan Bergmann1-1/+1
2020-10-29SortedResultSet uses sal_IntPtr instead of longStephan Bergmann1-2/+1
2020-10-29ne_lock::timeout is of type long, so keep using that hereStephan Bergmann1-3/+2
2020-10-29libcmis::Property::getLongs returns std::vector<long>Stephan Bergmann1-1/+1
2020-10-29Fix some confusion between UNOIDL long (i.e., sal_Int32) and C++ longStephan Bergmann2-4/+3
2020-10-28convert some more long -> tools::LongNoel2-2/+2
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel4-8/+12
2020-10-05Removed duplicated includeAndrea Gelmini1-1/+0
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski11-96/+91
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel4-12/+10
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel3-4/+7
2020-10-02Use the new single-instance="true" attribute in ucbStephan Bergmann17-45/+30
2020-10-01Use the new single-instance="true" attribute in ucbStephan Bergmann9-92/+16
2020-09-27Remove unused include list in ucb/cmis_contentJulien Nabet1-2/+0
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-15/+15
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann7-35/+27
2020-09-01Fix typo in codeAndrea Gelmini1-11/+11
2020-09-01Fix typoAndrea Gelmini1-1/+1
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+1
2020-08-29Fix typosAndrea Gelmini6-6/+6
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann6-49/+52
2020-08-21Fix typosAndrea Gelmini2-2/+2
2020-08-16loplugin:unusedmethodsNoel Grandin15-15/+0
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-37/+36
2020-08-11Expand XSERVICEINFO_COMMOM_IMPL macro which is now used only onceJulien Nabet1-2/+19
2020-08-11Heap use-after-freeStephan Bergmann2-24/+5
2020-08-09ucb/core: create instances with uno constructorsNoel Grandin15-371/+213
2020-08-03loplugin:flatten in ucbNoel Grandin20-850/+846
2020-07-23ucb/gio: create instances with uno constructorsNoel Grandin3-49/+22
2020-07-22ucb/ftp: create instances with uno constructorsNoel Grandin5-99/+13
2020-07-22ucb/package: create instances with uno constructorsNoel Grandin5-88/+21
2020-07-22ucb/file: create instances with uno constructorsNoel Grandin5-78/+11
2020-07-22ucb/neon: create instances with uno constructorsNoel Grandin5-99/+18
2020-07-22ucb/ext: create instances with uno constructorsNoel Grandin5-87/+14
2020-07-22ucb/expand: create instances with uno constructorsNoel Grandin2-48/+12
2020-07-22ucb/sorter: create instances with uno constructorsNoel Grandin5-100/+12
2020-07-22ucb/cmis: create instances with uno constructorsNoel Grandin3-48/+15
2020-07-16ucb/hierarchy: create instances with uno constructorsNoel Grandin7-127/+33
2020-07-16loplugin:unusedmethodsNoel Grandin1-4/+0
2020-07-15ucb/cacher: create instances with uno constructorsNoel Grandin11-215/+65
2020-07-13expand out an UNO macroNoel Grandin15-15/+148
2020-07-13ucb/tdoc: create instances with uno constructorsNoel Grandin7-146/+36
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbStephan Bergmann6-35/+35
2020-06-12tdf#133673 fix webdav lock refresh with Auth:NegotiateJulian Kalinowski1-2/+0
2020-06-10Fix webdav lock refresh returning 0 instead of true when successfulJulian Kalinowski1-2/+2
2020-06-05Upcoming loplugin:elidestringvar: ucbStephan Bergmann2-11/+8