summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary castsNoel Grandin2013-12-121-1/+1
* use OUString::endsWith where possibleNoel Grandin2013-12-121-1/+1
* Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann2013-12-066-65/+6
* We need an ENABLE_CURL, tooTor Lillqvist2013-12-051-1/+1
* Let's try to manage without building libcmis for iOSTor Lillqvist2013-12-051-1/+1
* remove some STRING_NOTFOUND usageNoel Grandin2013-12-041-8/+7
* Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann2013-11-271-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-223-6/+5
* remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin2013-11-221-1/+1
* remove unnecessary use of OUString::createFromAsciiNoel Grandin2013-11-2110-216/+158
* remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin2013-11-201-2/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-203-25/+25
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-11/+10
* Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat2013-11-192-0/+16
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-1911-33/+32
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-193-26/+18
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-1/+0
* neon: stop using #pragma GCC system_headerMichael Stahl2013-11-142-1/+8
* -Werror,-Wunused-exception-parameterStephan Bergmann2013-11-141-1/+1
* remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin2013-11-1419-63/+63
* ucb: kill webdav-neon/warnings_guard_ne_locks.h tooMichael Stahl2013-11-144-38/+5
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-1117-94/+94
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-113-3/+3
* OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat2013-11-073-34/+2
* CMIS Versions dialog: fix version dateCédric Bosdonnat2013-11-071-1/+1
* remove unnecessary use of OUString constructor in UCB moduleNoel Grandin2013-11-0723-153/+129
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-043-17/+17
* remove redundant calls to OUString constructorNoel Grandin2013-11-0420-90/+79
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-0417-50/+30
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-315-29/+21
* UCB: RepoContent::RepoContent use OUString::startsWith instead copy.Arnaud Versini2013-10-291-3/+1
* convert code to use OUString::endsWithNoel Grandin2013-10-233-6/+6
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-3/+3
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-223-31/+7
* drop unnecessary tools/string includesCaolán McNamara2013-10-202-2/+0
* fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza2013-10-185-6/+838
* CMIS: show commit comment in versions dialogCédric Bosdonnat2013-10-151-0/+1
* WaE: unused variableTor Lillqvist2013-10-021-1/+0
* Indirect dependency on boost_headersStephan Bergmann2013-09-301-0/+2
* Hack to not leave SolarMutex released after g_main_loop_run callStephan Bergmann2013-09-262-1/+11
* Fix fdo#68894 Cmis crashes on start up.Cao Cuong Ngo2013-09-261-0/+11
* CMIS file picker: it really does not like ID MarkCao Cuong Ngo2013-09-262-7/+10
* Improve debug outputStephan Bergmann2013-09-261-1/+4
* Cmis Versions dialogCao Cuong Ngo2013-09-232-0/+52
* Replace XROW_GETXXX macro with templateStephan Bergmann2013-09-042-87/+96
* warning C4702: unreachable codeStephan Bergmann2013-09-031-2/+0
* WaE: unused variablesTor Lillqvist2013-09-021-4/+0
* ucb: rename "cmisucp" log area for consistencyMichael Stahl2013-09-022-30/+30
* ucb: add missing ucb.core log area, and ftp/ext tooMichael Stahl2013-09-023-5/+6
* ucb: fixed bad init of shared_ptrCédric Bosdonnat2013-09-022-2/+2