summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/cmis
Commit message (Expand)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-2212-256/+61
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-4/+6
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0712-181/+181
* -Wunused-macrosStephan Bergmann2013-03-272-5/+0
* trailing whitespacesThomas Arnhold2013-03-191-1/+1
* Remove RTL_CONSTASCII_USTRINGPARAM in ucb/ucbhelperChr. Rossmanith2013-03-124-64/+61
* loplugin: unused variablesThomas Arnhold2013-02-251-3/+0
* CMIS: made it work with Lotus LiveCédric Bosdonnat2013-02-143-34/+135
* CMIS: URL-decode username or it won't be shown properly in dialogCédric Bosdonnat2013-02-141-3/+3
* CMIS: proxy was setin to ":-1" is no proxy is defined in the UICédric Bosdonnat2013-02-122-2/+6
* CMIS: use the proxy settings from the optionsCédric Bosdonnat2013-01-242-0/+18
* fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin2012-11-305-19/+19
* fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin2012-11-304-7/+6
* fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin2012-11-303-8/+6
* fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin2012-11-051-1/+1
* fdo#46808, use service constructor for ucb::StoreNoel Grandin2012-11-052-6/+7
* CMIS: added confirmation dialog for cancel checkoutCédric Bosdonnat2012-11-051-20/+21
* CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat2012-10-312-41/+258
* CMIS UCP: fixed crash when URL to server is wrong, or server downCédric Bosdonnat2012-10-311-0/+6
* CMIS: don't show up checkout info bar if the document is not versionableCédric Bosdonnat2012-10-311-0/+16
* Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat2012-10-312-8/+17
* CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat2012-10-315-6/+6
* CMIS UCP: fixed crash when cancelling authentication dialogCédric Bosdonnat2012-10-111-1/+6
* CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat2012-10-113-0/+53
* CMIS: Provide the CMIS properties in the UNO API of documentsCédric Bosdonnat2012-10-111-0/+171
* Fix for inefficient checking for 'm_aRepositories' emptinessJulien Nabet2012-09-161-1/+1
* updated libcmis to 0.3.0Cédric Bosdonnat2012-09-145-122/+105
* ucb: add component prefixesMatúš Kukan2012-09-012-2/+2
* remove unused module-description xml filesMatúš Kukan2012-08-221-126/+0
* callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara2012-08-202-11/+0
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-162-3/+1
* warning C4101: unreferenced local variableMichael Stahl2012-07-132-3/+3
* CMIS UCP: getChildren created wrong path if there is no trailing /Cédric Bosdonnat2012-07-111-1/+5
* CMIS UCP: guess the parent URL using the current path if neededCédric Bosdonnat2012-07-111-0/+11
* CMIS UCP: forgot to git add new filesCédric Bosdonnat2012-07-095-0/+732
* CMIS UCP: Added support for Binding URL and Repository as foldersCédric Bosdonnat2012-07-098-193/+106
* CMIS UCP: fallback to URL with id as the mark if we can't get the pathCédric Bosdonnat2012-07-035-4/+39
* UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat2012-07-021-1/+1
* CMIS UCP: show some caught exceptions in ucpcmis.INFOCédric Bosdonnat2012-07-021-0/+5
* Some cppcheck cleaningJulien Nabet2012-06-302-5/+5
* UCP CMIS: avoid breaking the media type when saving a documentCédric Bosdonnat2012-06-291-1/+20
* CMIS UCP: fixed save as which was broken by bad exceptions catchingCédric Bosdonnat2012-06-281-30/+50
* CMIS UCP: cached session id change was not impacted on all constructorsCédric Bosdonnat2012-06-281-3/+4
* CMIS UCP: strings coming from libcmis are UTF-8, not asciiCédric Bosdonnat2012-06-282-10/+13
* CMIS UCP: oops, read-only check has been reversed somehowCédric Bosdonnat2012-06-281-1/+1
* CMIS UCP: session cache, better use the binding URL + repo Id as idCédric Bosdonnat2012-06-273-7/+13
* CMIS UCP: Use the URL host as ID for cached sessionsCédric Bosdonnat2012-06-272-9/+4
* cmisucp: catch the exception when getting CMIS objectCédric Bosdonnat2012-06-262-206/+258
* removed unused forward declarations of classTakeshi Abe2012-06-261-1/+0
* CMIS UCP: fixed Save As into a CMIS repoCédric Bosdonnat2012-06-141-12/+23