Age | Commit message (Expand) | Author |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2013-01-28 | fdo#46808, Convert some bits to new-style UNO | Noel Grandin |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl |
2013-01-26 | Remove redundant braces around for loops | Stephan Bergmann |
2013-01-24 | CMIS: use the proxy settings from the options | Cédric Bosdonnat |
2013-01-21 | Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() | Jean-Noël Rouvignac |
2013-01-21 | gvfs UCP: silence -Werror=deprecated-declarations | Michael Stahl |
2013-01-20 | Fix missing parenthesis | Julien Nabet |
2013-01-13 | Add missing parenthesis | Julien Nabet |
2013-01-13 | fdo#38838 Some removal/replacement of the String/UniString with OUString | Jean-Noël Rouvignac |
2012-12-30 | fdo#39440 - cppcheck cleanliness | Radu Ioan |
2012-12-25 | Get rid of (most uses of) GUI | Tor Lillqvist |
2012-12-20 | Some cppcheck cleaning | Julien Nabet |
2012-12-15 | Some cppcheck cleaning | Julien Nabet |
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann |
2012-12-10 | fdo#46808, use service constructor for embed::StorageFactory | Noel Grandin |
2012-12-05 | Bye bye ODMA | Tor Lillqvist |
2012-11-30 | One more blind Windows-only ucp/odma fix attempt | Stephan Bergmann |
2012-11-30 | fix build on windows in ucb/source/ucp/odma/* | Noel Grandin |
2012-11-30 | fdo#46808, remove some more XMultiServiceFactory fields | Noel Grandin |
2012-11-30 | fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactory | Noel Grandin |
2012-11-30 | fdo#46808, convert ucbhelper::ResultSet to XComponentContext | Noel Grandin |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist |
2012-11-28 | fdo#46808, Adapt reflection::ProxyFactory UNO service to new style | Noel Grandin |
2012-11-28 | fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactory | Noel Grandin |
2012-11-26 | API CHANGE: com.sun.star.lang.IllegalArgumentException | Michael Stahl |
2012-11-06 | cppCheck: Possible inefficient checking for emptiness | jailletc36 |
2012-11-06 | re-base on ALv2 code. Includes (at least) relevant parts of: | Michael Meeks |
2012-11-06 | fdo#46808: Further fix of Windows-only odma_provider | Stephan Bergmann |
2012-11-06 | fdo#46808 adapt GIO provider | David Tardon |
2012-11-05 | fdo#46808: Adapt odma_provider to recent commit | Stephan Bergmann |
2012-11-05 | fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifier | Noel Grandin |
2012-11-05 | fdo#46808, use service constructor for ucb::PropertiesManager | Noel Grandin |
2012-11-05 | fdo#46808, use service constructor for ucb::Store | Noel Grandin |
2012-11-05 | fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new style | Noel Grandin |
2012-11-05 | CMIS: added confirmation dialog for cancel checkout | Cédric Bosdonnat |
2012-11-02 | Use memcpy instead of rtl_copyMemory in ucb | Arnaud Versini |
2012-10-31 | Some more configuration::theDefaultProvider simplifications | Stephan Bergmann |
2012-10-31 | fdo#46808, Deprecate configuration::ConfigurationProvider old-style service | Noel Grandin |
2012-10-31 | CMIS: added cancelCheckOut and checkIn implementations and menu items | Cédric Bosdonnat |
2012-10-31 | CMIS UCP: fixed crash when URL to server is wrong, or server down | Cédric Bosdonnat |
2012-10-31 | CMIS: don't show up checkout info bar if the document is not versionable | Cédric Bosdonnat |
2012-10-31 | Travelled MIME type through UCB for CMIS UCP to use it when creating documents | Cédric Bosdonnat |
2012-10-31 | CMIS urls: remove +atom in the internal URLS as the binding is guessed | Cédric Bosdonnat |
2012-10-30 | Rationale for webdav-neon vs. webdav | Stephan Bergmann |
2012-10-30 | fdo#46808, use service constructor for security::CertificateContainer | Noel Grandin |
2012-10-24 | fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext | Noel Grandin |
2012-10-22 | some more clang warnings | Caolán McNamara |
2012-10-13 | Prefer prefix ++/-- operators for non-primitive types | Julien Nabet |
2012-10-11 | CMIS UCP: fixed crash when cancelling authentication dialog | Cédric Bosdonnat |