summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/cmis_content.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tdf#84190 : when auth fails, don't remember passwords for cmisSzymon Kłos1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-18/+18
2015-03-04V813: Decreased performanceCaolán McNamara1-7/+7
2015-03-03Improve loplugin:passstuffbyrefStephan Bergmann1-1/+1
2014-12-15OneDrive authfallback request is now issuedMihai Varga1-0/+4
2014-12-15OneDrive binding settingsMihai Varga1-0/+5
2014-11-06coverity#983989 Uncaught exceptionCaolán McNamara1-30/+41
2014-11-06coverity#983985 Uncaught exceptionCaolán McNamara1-25/+36
2014-11-06coverity#983984 Uncaught exceptionCaolán McNamara1-3/+21
2014-10-11coverity#983990 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-28UNO to CMIS properties conversion fixMihai Varga1-13/+50
2014-07-17fdo#72277: don't build and use nsspem when building against system curlCédric Bosdonnat1-0/+4
2014-07-15fdo#72277: Use NSS CACERT in cmis ucp with internal curlCédric Bosdonnat1-0/+14
2014-05-24coverity#983986 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-24coverity#983991 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-23coverity#1213513 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-12/+12
2014-04-30ucb: sal_Bool->boolNoel Grandin1-12/+12
2014-03-06coverity#982487 Unchecked dynamic_castCaolán McNamara1-0/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-9/+9
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-9/+9
2014-02-11coverity#1103732 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-08coverity#982486 Unchecked dynamic_castCaolán McNamara1-1/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-13Revert "Resolves: fdo#72277 https CMIS Alfresco "The specified device is inva...Julien Nabet1-3/+1
2014-01-11Resolves: fdo#72277 https CMIS Alfresco "The specified device is invalid."Julien Nabet1-1/+3
2013-11-19Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat1-0/+5
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+3
2013-11-07OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat1-1/+1
2013-11-07CMIS Versions dialog: fix version dateCédric Bosdonnat1-1/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-15CMIS: show commit comment in versions dialogCédric Bosdonnat1-0/+1
2013-09-26Fix fdo#68894 Cmis crashes on start up.Cao Cuong Ngo1-0/+11
2013-09-26CMIS file picker: it really does not like ID MarkCao Cuong Ngo1-5/+9
2013-09-23Cmis Versions dialogCao Cuong Ngo1-0/+47
2013-09-03warning C4702: unreachable codeStephan Bergmann1-2/+0
2013-09-02WaE: unused variablesTor Lillqvist1-4/+0
2013-09-02ucb: rename "cmisucp" log area for consistencyMichael Stahl1-22/+22
2013-09-02ucb: fixed bad init of shared_ptrCédric Bosdonnat1-1/+1
2013-09-02WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist1-3/+3
2013-09-02libcmis: add a mandatory patch for GDrive feature to properly workCédric Bosdonnat1-1/+1
2013-09-02CMIS properties dialog: get multiple valuesCao Cuong Ngo1-91/+45
2013-09-02CMIS: fix file saving issueCao Cuong Ngo1-95/+53
2013-09-02CMIS: use FolderPtr instead of Folder pointerCao Cuong Ngo1-4/+5
2013-09-02CMIS: add BaseURI property to remove warningCao Cuong Ngo1-1/+4
2013-09-02CMIS: add document ID when saving.Cao Cuong Ngo1-17/+61