summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/cmis_datasupplier.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen1-6/+0
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov1-4/+3
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2018-09-25loplugin:useuniqueptr in cmis::DataSupplierNoel Grandin1-11/+5
2018-07-31loplugin:returnconstant in ucbNoel Grandin1-5/+4
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-3/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2017-01-09ucb: cmis::DataSupplier::queryContent() looks rather questionableMichael Stahl1-4/+6
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-5/+5
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-12Remove RTL_CONSTASCII_USTRINGPARAM in ucb/ucbhelperChr. Rossmanith1-1/+1
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin1-3/+2
2012-07-09CMIS UCP: Added support for Binding URL and Repository as foldersCédric Bosdonnat1-106/+26
2012-07-03CMIS UCP: fallback to URL with id as the mark if we can't get the pathCédric Bosdonnat1-1/+7
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-28CMIS UCP: strings coming from libcmis are UTF-8, not asciiCédric Bosdonnat1-1/+3
2012-06-04CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat1-3/+7
2012-06-04CMIS UCP: implemented folder case for open commandCédric Bosdonnat1-0/+244