summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2013-12-12remove unnecessary castsNoel Grandin1-1/+1
2013-12-12use OUString::endsWith where possibleNoel Grandin1-1/+1
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann6-65/+6
2013-12-05We need an ENABLE_CURL, tooTor Lillqvist1-1/+1
2013-12-05Let's try to manage without building libcmis for iOSTor Lillqvist1-1/+1
2013-12-04remove some STRING_NOTFOUND usageNoel Grandin1-8/+7
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-2/+2
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin3-6/+5
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-1/+1
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin10-216/+158
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin3-25/+25
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-11/+10
2013-11-19Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat2-0/+16
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin11-33/+32
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin3-26/+18
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14neon: stop using #pragma GCC system_headerMichael Stahl2-1/+8
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin19-63/+63
2013-11-14ucb: kill webdav-neon/warnings_guard_ne_locks.h tooMichael Stahl4-38/+5
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin17-94/+94
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin3-3/+3
2013-11-07OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat3-34/+2
2013-11-07CMIS Versions dialog: fix version dateCédric Bosdonnat1-1/+1
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin23-153/+129
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin3-17/+17
2013-11-04remove redundant calls to OUString constructorNoel Grandin20-90/+79
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin17-50/+30
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin5-29/+21
2013-10-29UCB: RepoContent::RepoContent use OUString::startsWith instead copy.Arnaud Versini1-3/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin3-6/+6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-3/+3
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza3-31/+7
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-2/+0
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza5-6/+838
2013-10-15CMIS: show commit comment in versions dialogCédric Bosdonnat1-0/+1
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-09-30Indirect dependency on boost_headersStephan Bergmann1-0/+2
2013-09-26Hack to not leave SolarMutex released after g_main_loop_run callStephan Bergmann2-1/+11
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 Ngo2-7/+10
2013-09-26Improve debug outputStephan Bergmann1-1/+4
2013-09-23Cmis Versions dialogCao Cuong Ngo2-0/+52
2013-09-04Replace XROW_GETXXX macro with templateStephan Bergmann2-87/+96
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 Stahl2-30/+30
2013-09-02ucb: add missing ucb.core log area, and ftp/ext tooMichael Stahl3-5/+6
2013-09-02ucb: fixed bad init of shared_ptrCédric Bosdonnat2-2/+2