Age | Commit message (Expand) | Author | Files | Lines |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold | 1 | -1/+1 |
2013-03-04 | doubled includes | Thomas Arnhold | 2 | -2/+0 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 2 | -2/+2 |
2013-02-26 | Translation of German (test) string | Urs Fässler | 1 | -1/+1 |
2013-02-22 | s/the the/the/ | Tor Lillqvist | 1 | -1/+1 |
2013-02-20 | typo: allways -> always | Andras Timar | 1 | -2/+2 |
2013-02-14 | Translation of german comment | Urs Fässler | 1 | -10/+9 |
2013-02-12 | fdo#46808, use constructor for datatransfer::DataFormatTranslator | Noel Grandin | 16 | -43/+43 |
2013-02-12 | fdo#46808, use constructor for datatransfer::MimeContentTypeFactory | Noel Grandin | 7 | -30/+28 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 1 | -6/+5 |
2013-01-15 | fdo#46808, Adapt SystemClipboard UNO service to new style | Noel Grandin | 2 | -5/+5 |
2012-12-21 | Missing includes | Stephan Bergmann | 2 | -0/+2 |
2012-12-21 | Remove unused cppuhelper/servicefactory.hxx includes | Stephan Bergmann | 2 | -2/+0 |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist | 2 | -8/+0 |
2012-11-11 | Update dtrans commented code to use string.h function instead of rtl/memory | Arnaud Versini | 1 | -3/+3 |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini | 3 | -11/+13 |
2012-08-22 | more old module-description xml files | Matúš Kukan | 3 | -173/+0 |
2012-08-08 | reduce ascii noise and useless comments | Thomas Arnhold | 16 | -69/+0 |
2012-08-08 | remove include comments and boxes | Thomas Arnhold | 32 | -123/+0 |
2012-08-07 | Remove commented out code | Thomas Arnhold | 2 | -8/+0 |
2012-07-20 | new does not return null | Stephan Bergmann | 1 | -6/+4 |
2012-07-17 | Correct check after memory allocation. | Christophe JAILLET | 1 | -1/+1 |
2012-07-02 | Remove unused defines | Thomas Arnhold | 1 | -5/+0 |
2012-07-01 | Remove unused defines | Thomas Arnhold | 2 | -7/+0 |
2012-06-25 | re-base on ALv2 code. | Michael Meeks | 27 | -553/+388 |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | 1 | -26/+17 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 31 | -728/+449 |
2012-06-02 | targeted string re-work | Norbert Thiebaud | 1 | -1/+1 |
2012-06-01 | I think, this is what was intended | Fridrich Štrba | 1 | -1/+1 |
2012-06-01 | trivial tinderbox fix | Michael Meeks | 1 | -1/+1 |
2012-06-01 | targeted string re-work | Norbert Thiebaud | 7 | -28/+27 |
2012-05-28 | targetted string re-work | Norbert Thiebaud | 1 | -4/+4 |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | 2 | -2/+2 |
2012-03-15 | can't use auto_ptr with an array, wrong delete vs new[] | Caolán McNamara | 1 | -7/+6 |
2012-03-12 | WaE: "__uuidof" redefined | David Tardon | 6 | -0/+18 |
2012-03-12 | WaE: variable 'hr' set but not used | David Tardon | 1 | -2/+1 |
2012-03-12 | add missing initializer | David Tardon | 1 | -1/+2 |
2012-03-12 | WaE: initialization order | David Tardon | 2 | -7/+7 |
2012-03-12 | probable intent | David Tardon | 1 | -1/+1 |
2012-03-12 | WaE: variable 'dwResult' set but not used | David Tardon | 1 | -0/+1 |
2012-03-12 | fix indentation | David Tardon | 1 | -11/+11 |
2012-03-12 | WaE: suggest explicit braces to avoid ambiguous 'else' | David Tardon | 1 | -32/+33 |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | 1 | -2/+2 |
2012-03-12 | use SAL_N_ELEMENTS | David Tardon | 1 | -1/+1 |
2012-03-12 | WaE: multi-character character constant | David Tardon | 1 | -1/+1 |
2012-02-17 | Use emptiness check rather than size check for efficiency | Mariusz Dykierek | 2 | -2/+2 |
2012-01-13 | WaE: clipformat may be used uninitialized | Caolán McNamara | 1 | -1/+1 |
2011-12-15 | Removed extra semicolons | Jesse | 2 | -2/+2 |
2011-12-02 | inline keyword makes sense only when the definition is in header. | Kohei Yoshida | 1 | -1/+0 |
2011-12-02 | sal_Bool to bool. | Kohei Yoshida | 2 | -23/+23 |