Age | Commit message (Expand) | Author | Files | Lines |
2013-02-28 | No need for a command ID | Stephan Bergmann | 1 | -26/+3 |
2013-02-23 | Fix typos retreive/retrieve furture/future | Julien Nabet | 1 | -2/+2 |
2013-02-22 | s/the the/the/ | Tor Lillqvist | 1 | -1/+1 |
2013-02-13 | Add parenthesis to calm down cppcheck | Julien Nabet | 1 | -1/+2 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 2 | -5/+0 |
2012-11-30 | fdo#46808, remove some more XMultiServiceFactory fields | Noel Grandin | 2 | -13/+9 |
2012-11-30 | fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactory | Noel Grandin | 1 | -9/+6 |
2012-11-30 | fdo#46808, convert ucbhelper::ResultSet to XComponentContext | Noel Grandin | 1 | -15/+10 |
2012-11-28 | fdo#46808, remove some more XMultiServiceFactory fields | Noel Grandin | 2 | -8/+4 |
2012-11-28 | fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactory | Noel Grandin | 1 | -6/+4 |
2012-11-05 | fdo#46808: Work around cyclic comphelper use in ucbhelper | Stephan Bergmann | 2 | -2/+43 |
2012-11-05 | fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifier | Noel Grandin | 2 | -18/+4 |
2012-11-05 | fdo#46808, use service constructor for ucb::PropertiesManager | Noel Grandin | 2 | -29/+24 |
2012-11-05 | fdo#46808, use service constructor for ucb::Store | Noel Grandin | 1 | -20/+10 |
2012-10-31 | fdo#46808, Deprecate configuration::ConfigurationProvider old-style service | Noel Grandin | 1 | -9/+7 |
2012-10-31 | CMIS: added cancelCheckOut and checkIn implementations and menu items | Cédric Bosdonnat | 1 | -12/+35 |
2012-10-31 | Travelled MIME type through UCB for CMIS UCP to use it when creating documents | Cédric Bosdonnat | 1 | -4/+6 |
2012-09-19 | dung out no longer needed initUCBHelper methods; thanks to sberg. | Michael Meeks | 1 | -58/+0 |
2012-09-14 | Attempt to fix Android-only code | Stephan Bergmann | 1 | -2/+2 |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann | 3 | -547/+108 |
2012-09-14 | fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new style | Noel Grandin | 1 | -5/+16 |
2012-08-27 | fdo#46808, Adapt script::Converter service code to new style | Noel Grandin | 1 | -6/+4 |
2012-08-08 | reduce ascii noise and useless comments | Thomas Arnhold | 1 | -3/+0 |
2012-08-08 | remove include comments and boxes | Thomas Arnhold | 1 | -4/+0 |
2012-08-07 | remove empty ascii boxes and stuff III | Thomas Arnhold | 1 | -24/+0 |
2012-06-30 | Some cppcheck cleaning | Julien Nabet | 1 | -1/+1 |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | 21 | -447/+271 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 6 | -144/+90 |
2012-06-04 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | 1 | -6/+8 |
2012-06-04 | CMIS ucp: write documents back to CMIS server | Cédric Bosdonnat | 2 | -0/+285 |
2012-06-02 | targeted string re-work | Norbert Thiebaud | 1 | -12/+12 |
2012-05-29 | targeted string re-work | Norbert Thiebaud | 7 | -67/+67 |
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | 1 | -2/+2 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -20/+10 |
2012-04-02 | reorganize trickier statics | Caolán McNamara | 1 | -5/+4 |
2012-03-29 | Revert "Initial experiments with static linking of (some) ..." | Tor Lillqvist | 1 | -27/+7 |
2012-03-28 | Add an InitUCBHelper function to be called from an Android app's Java level | Tor Lillqvist | 1 | -0/+38 |
2012-03-21 | Initial experiments with static linking of (some) components / services | Tor Lillqvist | 1 | -7/+27 |
2012-03-21 | Bin declaration of nonexistent static method | Tor Lillqvist | 1 | -3/+0 |
2012-03-09 | callcatcher: update list | Caolán McNamara | 2 | -198/+0 |
2012-02-27 | callcatcher: update list | Caolán McNamara | 1 | -7/+0 |
2012-01-20 | ucbhelper::GetLocalFileURL does not use its arg. | Stephan Bergmann | 1 | -3/+1 |
2012-01-19 | Fix for fdo43460 Part XLI getLength() to isEmpty() | Olivier Hallot | 8 | -30/+30 |
2011-12-15 | Removed extra semicolons | Jesse | 1 | -1/+1 |
2011-11-27 | remove include of pch header from ucbhelper | Norbert Thiebaud | 25 | -50/+0 |
2011-11-10 | don't make it a secret what service fails | Caolán McNamara | 1 | -1/+1 |
2011-10-24 | callcatcher: remove some unused methods | Caolán McNamara | 1 | -33/+0 |
2011-10-21 | Revert "Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1" | Tor Lillqvist | 1 | -11/+0 |
2011-10-20 | Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1 | Tor Lillqvist | 1 | -0/+11 |
2011-10-20 | callcatcher: remove unused Content::createDynamicCursor variant | Caolán McNamara | 1 | -14/+0 |