summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis
AgeCommit message (Expand)AuthorFilesLines
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks11-33/+0
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-4/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks12-256/+61
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-4/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák12-181/+181
2013-03-27-Wunused-macrosStephan Bergmann2-5/+0
2013-03-19trailing whitespacesThomas Arnhold1-1/+1
2013-03-12Remove RTL_CONSTASCII_USTRINGPARAM in ucb/ucbhelperChr. Rossmanith4-64/+61
2013-02-25loplugin: unused variablesThomas Arnhold1-3/+0
2013-02-14CMIS: made it work with Lotus LiveCédric Bosdonnat3-34/+135
2013-02-14CMIS: URL-decode username or it won't be shown properly in dialogCédric Bosdonnat1-3/+3
2013-02-12CMIS: proxy was setin to ":-1" is no proxy is defined in the UICédric Bosdonnat2-2/+6
2013-01-24CMIS: use the proxy settings from the optionsCédric Bosdonnat2-0/+18
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin5-19/+19
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin4-7/+6
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin3-8/+6
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin1-1/+1
2012-11-05fdo#46808, use service constructor for ucb::StoreNoel Grandin2-6/+7
2012-11-05CMIS: added confirmation dialog for cancel checkoutCédric Bosdonnat1-20/+21
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat2-41/+258
2012-10-31CMIS UCP: fixed crash when URL to server is wrong, or server downCédric Bosdonnat1-0/+6
2012-10-31CMIS: don't show up checkout info bar if the document is not versionableCédric Bosdonnat1-0/+16
2012-10-31Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat2-8/+17
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat5-6/+6
2012-10-11CMIS UCP: fixed crash when cancelling authentication dialogCédric Bosdonnat1-1/+6
2012-10-11CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat3-0/+53
2012-10-11CMIS: Provide the CMIS properties in the UNO API of documentsCédric Bosdonnat1-0/+171
2012-09-16Fix for inefficient checking for 'm_aRepositories' emptinessJulien Nabet1-1/+1
2012-09-14updated libcmis to 0.3.0Cédric Bosdonnat5-122/+105
2012-09-01ucb: add component prefixesMatúš Kukan2-2/+2
2012-08-22remove unused module-description xml filesMatúš Kukan1-126/+0
2012-08-20callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara2-11/+0
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2-3/+1
2012-07-13warning C4101: unreferenced local variableMichael Stahl2-3/+3
2012-07-11CMIS UCP: getChildren created wrong path if there is no trailing /Cédric Bosdonnat1-1/+5
2012-07-11CMIS UCP: guess the parent URL using the current path if neededCédric Bosdonnat1-0/+11
2012-07-09CMIS UCP: forgot to git add new filesCédric Bosdonnat5-0/+732
2012-07-09CMIS UCP: Added support for Binding URL and Repository as foldersCédric Bosdonnat8-193/+106
2012-07-03CMIS UCP: fallback to URL with id as the mark if we can't get the pathCédric Bosdonnat5-4/+39
2012-07-02UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat1-1/+1
2012-07-02CMIS UCP: show some caught exceptions in ucpcmis.INFOCédric Bosdonnat1-0/+5
2012-06-30Some cppcheck cleaningJulien Nabet2-5/+5
2012-06-29UCP CMIS: avoid breaking the media type when saving a documentCédric Bosdonnat1-1/+20
2012-06-28CMIS UCP: fixed save as which was broken by bad exceptions catchingCédric Bosdonnat1-30/+50
2012-06-28CMIS UCP: cached session id change was not impacted on all constructorsCédric Bosdonnat1-3/+4
2012-06-28CMIS UCP: strings coming from libcmis are UTF-8, not asciiCédric Bosdonnat2-10/+13
2012-06-28CMIS UCP: oops, read-only check has been reversed somehowCédric Bosdonnat1-1/+1
2012-06-27CMIS UCP: session cache, better use the binding URL + repo Id as idCédric Bosdonnat3-7/+13
2012-06-27CMIS UCP: Use the URL host as ID for cached sessionsCédric Bosdonnat2-9/+4
2012-06-26cmisucp: catch the exception when getting CMIS objectCédric Bosdonnat2-206/+258