summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/cmis_content.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-02-14CMIS: made it work with Lotus LiveCédric Bosdonnat1-28/+110
2013-02-12CMIS: proxy was setin to ":-1" is no proxy is defined in the UICédric Bosdonnat1-1/+3
2013-01-25CMIS: use the proxy settings from the optionsCédric Bosdonnat1-0/+9
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin1-8/+8
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin1-1/+1
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin1-1/+1
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 Bosdonnat1-41/+247
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 Bosdonnat1-7/+15
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat1-1/+1
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 Bosdonnat1-0/+46
2012-10-11CMIS: Provide the CMIS properties in the UNO API of documentsCédric Bosdonnat1-0/+171
2012-09-14updated libcmis to 0.3.0Cédric Bosdonnat1-98/+93
2012-08-20callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara1-9/+0
2012-07-13warning C4101: unreferenced local variableMichael Stahl1-1/+1
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: Added support for Binding URL and Repository as foldersCédric Bosdonnat1-66/+40
2012-07-03CMIS UCP: fallback to URL with id as the mark if we can't get the pathCédric Bosdonnat1-0/+9
2012-07-02CMIS UCP: show some caught exceptions in ucpcmis.INFOCédric Bosdonnat1-0/+5
2012-06-30Some cppcheck cleaningJulien Nabet1-4/+4
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 Bosdonnat1-9/+10
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 Bosdonnat1-3/+3
2012-06-27CMIS UCP: Use the URL host as ID for cached sessionsCédric Bosdonnat1-3/+4
2012-06-26cmisucp: catch the exception when getting CMIS objectCédric Bosdonnat1-205/+257
2012-06-14CMIS UCP: fixed Save As into a CMIS repoCédric Bosdonnat1-12/+23
2012-06-04CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat1-39/+57
2012-06-04CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat1-16/+72
2012-06-04CMIS UCP: fixed a few bugs to show repo in fpickerCédric Bosdonnat1-21/+49
2012-06-04CMIS UCP: if the URL has no object id, assume we want the root folderCédric Bosdonnat1-1/+6
2012-06-04CMIS UCP: implemented delete command for foldersCédric Bosdonnat1-2/+2
2012-06-04CMIS UCP: Implemented delete command for documentsCédric Bosdonnat1-9/+19
2012-06-04CMIS UCP: implemented folder case for open commandCédric Bosdonnat1-3/+33
2012-06-04CMIS ucp: write documents back to CMIS serverCédric Bosdonnat1-114/+402
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-17/+17
2011-10-18Reapply "CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat1-2/+6
2011-10-17Revert "CMIS: use another name to show than the one extracted from the base URL"Luboš Luňák1-6/+2
2011-10-17CMIS: use another name to show than the one extracted from the base URLCédric Bosdonnat1-2/+6
2011-10-01CMIS UCP: get the document content streamCédric Bosdonnat1-31/+161
2011-10-01CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat1-0/+553