Age | Commit message (Expand) | Author | Files | Lines |
2012-10-04 | sal_Bool -> bool in comphelper | Noel Grandin | 1 | -5/+5 |
2012-10-04 | sal_Bool -> bool in comphelper | Noel Grandin | 2 | -8/+8 |
2012-10-04 | fdo#46808, Adapt xml::sax::XParser UNO service to new style | Noel Grandin | 2 | -11/+11 |
2012-10-04 | fdo#46808, Adapt task::InteractionHandler UNO service to new style | Noel Grandin | 2 | -4/+31 |
2012-10-01 | fdo#51304: Remove the author of some java source files | Anurag Jain | 1 | -2/+0 |
2012-09-29 | Use comphelper::getComponentContext | Stephan Bergmann | 1 | -20/+3 |
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | 2 | -4/+0 |
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | 2 | -2/+4 |
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | 2 | -0/+2 |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud | 7 | -16/+16 |
2012-09-22 | missing package dependency | Matúš Kukan | 1 | -1/+4 |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann | 6 | -32/+22 |
2012-09-18 | Make getProcessComponentContext/ServiceFactory throw instead of returning null | Stephan Bergmann | 2 | -48/+23 |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud | 1 | -3/+0 |
2012-09-15 | Simplify AutoOGuardArray + rename private attribute | Julien Nabet | 1 | -7/+4 |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann | 2 | -4/+5 |
2012-09-07 | First cut on integrating liborcus into libreoffice tree.... | Kohei Yoshida | 2 | -0/+7 |
2012-09-05 | fdo#46808, Adapt reflection::CoreReflection UNO service to new style | Noel Grandin | 1 | -10/+12 |
2012-08-27 | fdo#46808, Adapt TempFile UNO service to new style | Noel Grandin | 1 | -14/+13 |
2012-08-27 | fdo#46808, Adapt script::Converter service code to new style | Noel Grandin | 1 | -6/+3 |
2012-08-25 | Replace usage of rtl/memory.h in comphelper with equivalent from string.h | Arnaud Versini | 3 | -8/+10 |
2012-08-23 | Some clean up after previous commit | Stephan Bergmann | 2 | -22/+17 |
2012-08-23 | fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instances | Noel Grandin | 1 | -3/+4 |
2012-08-20 | SwXTextTable: add "TableBorder2" property | Michael Stahl | 2 | -0/+3 |
2012-08-17 | gbuild: register all jars | Michael Stahl | 1 | -5/+5 |
2012-08-16 | Revert "Cleanup comphelper::storagehelper" | Matúš Kukan | 2 | -332/+356 |
2012-08-16 | Cleanup comphelper::storagehelper | Tomaž Vajngerl | 2 | -356/+332 |
2012-08-14 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann | 2 | -10/+4 |
2012-08-08 | reduce ascii noise and useless comments | Thomas Arnhold | 12 | -51/+0 |
2012-08-08 | remove include comments and boxes | Thomas Arnhold | 11 | -31/+0 |
2012-08-07 | remove empty ascii boxes and stuff III | Thomas Arnhold | 2 | -48/+0 |
2012-08-07 | Remove non-existing forward declarations | Thomas Arnhold | 1 | -2/+0 |
2012-08-02 | Fix windows build where min and max are macros | Fridrich Štrba | 1 | -2/+2 |
2012-07-30 | Typo ressource -> resource | Stephan Bergmann | 1 | -1/+1 |
2012-07-28 | Partially revert "Remove unused defines" | Thomas Arnhold | 1 | -0/+1 |
2012-07-25 | Make comphelper/configuration.hxx work for localized properties | Stephan Bergmann | 2 | -50/+61 |
2012-07-24 | mhu24: add comphelper::newArray_{null,ex} helpers | Michael Stahl | 2 | -0/+52 |
2012-07-18 | Fix sense of SAL_WARN_IF conditions | Stephan Bergmann | 1 | -2/+2 |
2012-07-16 | unusedcode: drop CellBlock and one small method | Matúš Kukan | 2 | -15/+0 |
2012-07-14 | simplify include guards | Thomas Arnhold | 8 | -27/+13 |
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | 1 | -4/+1 |
2012-07-01 | Remove unused defines | Thomas Arnhold | 1 | -1/+0 |
2012-06-29 | Java5 update - use generics in code, and general cleanup | Noel Grandin | 2 | -27/+22 |
2012-06-29 | re-base on ALv2 code. | Michael Meeks | 139 | -3395/+1940 |
2012-06-29 | gridfixes: #i117265# implement less-predicate for Date/Time structs | Frank Schoenheit [fs] | 1 | -3/+131 |
2012-06-29 | Remove some more include guards | Thomas Arnhold | 3 | -9/+1 |
2012-06-29 | Remove UNO includes comments | Thomas Arnhold | 23 | -51/+0 |
2012-06-27 | targetted re-work of cppunit pieces. | Michael Meeks | 3 | -8/+1 |
2012-06-25 | reduce static_initialization_and_destruction chain | Caolán McNamara | 1 | -2/+1 |
2012-06-23 | Fix prefix ++/-- operators for non-primitive types | Julien Nabet | 2 | -2/+2 |