summaryrefslogtreecommitdiff
path: root/ucb/source
AgeCommit message (Expand)AuthorFilesLines
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2-8/+8
2012-11-06cppCheck: Possible inefficient checking for emptinessjailletc362-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks31-148/+0
2012-11-06fdo#46808: Further fix of Windows-only odma_providerStephan Bergmann1-1/+1
2012-11-06fdo#46808 adapt GIO providerDavid Tardon3-8/+9
2012-11-05fdo#46808: Adapt odma_provider to recent commitStephan Bergmann2-4/+4
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin14-57/+44
2012-11-05fdo#46808, use service constructor for ucb::PropertiesManagerNoel Grandin2-4/+4
2012-11-05fdo#46808, use service constructor for ucb::StoreNoel Grandin21-88/+78
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin1-7/+2
2012-11-05CMIS: added confirmation dialog for cancel checkoutCédric Bosdonnat1-20/+21
2012-11-02Use memcpy instead of rtl_copyMemory in ucbArnaud Versini2-4/+4
2012-10-31Some more configuration::theDefaultProvider simplificationsStephan Bergmann1-6/+5
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin11-50/+40
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat6-42/+373
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 Bosdonnat5-36/+60
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat5-6/+6
2012-10-30fdo#46808, use service constructor for security::CertificateContainerNoel Grandin2-10/+4
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-3/+4
2012-10-22some more clang warningsCaolán McNamara1-7/+5
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet3-4/+4
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 Bosdonnat3-0/+53
2012-10-11CMIS: Provide the CMIS properties in the UNO API of documentsCédric Bosdonnat1-0/+171
2012-10-04re-base on ALv2 code. Includes:Michael Meeks192-2861/+19181
2012-10-04rename ucb/source/ucp/webdav to webdav-neonMichael Meeks51-0/+0
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini9-13/+9
2012-09-29Use comphelper::getComponentContextStephan Bergmann3-34/+12
2012-09-27Improvements on previous commitStephan Bergmann3-64/+13
2012-09-27fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new styleNoel Grandin3-15/+12
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud4-19/+19
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann9-20/+22
2012-09-17Missing includeStephan Bergmann1-0/+1
2012-09-16Fix for inefficient checking for 'm_aRepositories' emptinessJulien Nabet1-1/+1
2012-09-15fix odma plugin for new ucbhelper APIMichael Meeks1-2/+5
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann6-33/+42
2012-09-14fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin2-18/+29
2012-09-14updated libcmis to 0.3.0Cédric Bosdonnat5-122/+105
2012-09-05Some clean up of previous commitStephan Bergmann2-5/+4
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-7/+4
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin1-20/+16
2012-09-01ucb: add component prefixesMatúš Kukan26-26/+26
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-3/+4
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2-7/+6
2012-08-22remove unused module-description xml filesMatúš Kukan13-1476/+0
2012-08-20callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara2-11/+0
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann11-29/+7
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-4/+0