Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-12 | fdo#46808, use constructor for datatransfer::DataFormatTranslator | Noel Grandin | |
Change-Id: I68fd87ae71f764099b00b05a29cf5194d24da58d | |||
2013-02-12 | fdo#46808, use constructor for datatransfer::MimeContentTypeFactory | Noel Grandin | |
Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d | |||
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | |
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> | |||
2013-01-15 | fdo#46808, Adapt SystemClipboard UNO service to new style | Noel Grandin | |
this is the datatransfer::clipboard::SystemClipboard service Change-Id: I00227a2d84e2f1eaf9ca1ebb4fbe1f1548a6621d | |||
2012-12-21 | Missing includes | Stephan Bergmann | |
Change-Id: Iad4deb829f71a9824e881d9f5782a474167d7a28 | |||
2012-12-21 | Remove unused cppuhelper/servicefactory.hxx includes | Stephan Bergmann | |
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2 | |||
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist | |
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97 | |||
2012-11-11 | Update dtrans commented code to use string.h function instead of rtl/memory | Arnaud Versini | |
Change-Id: I244e436086746420cc66b0ed7d59bfcdc6606076 Reviewed-on: https://gerrit.libreoffice.org/1025 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> | |||
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini | |
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> | |||
2012-08-22 | more old module-description xml files | Matúš Kukan | |
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220 | |||
2012-08-08 | reduce ascii noise and useless comments | Thomas Arnhold | |
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4 | |||
2012-08-08 | remove include comments and boxes | Thomas Arnhold | |
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7 | |||
2012-08-07 | Remove commented out code | Thomas Arnhold | |
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998 | |||
2012-07-20 | new does not return null | Stephan Bergmann | |
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b | |||
2012-07-17 | Correct check after memory allocation. | Christophe JAILLET | |
ppenum is already tested for NULL at the beginning of the function. What is intended here is to know if the memory allocation succeeded. Found by cppcheck. Change-Id: I31a3bed93b5dfe1a4d384478267f7c8cc0421181 | |||
2012-07-02 | Remove unused defines | Thomas Arnhold | |
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce | |||
2012-07-01 | Remove unused defines | Thomas Arnhold | |
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565 | |||
2012-06-25 | re-base on ALv2 code. | Michael Meeks | |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed | |||
2012-06-01 | I think, this is what was intended | Fridrich Štrba | |
Change-Id: I4ba3a6ed761c1c39150fd2f8e481a132c306cd21 | |||
2012-06-01 | trivial tinderbox fix | Michael Meeks | |
Change-Id: I919e44bc99678ba9ab9fa0745513875180fdfe3f | |||
2012-06-01 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26 | |||
2012-05-28 | targetted string re-work | Norbert Thiebaud | |
Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-03-15 | can't use auto_ptr with an array, wrong delete vs new[] | Caolán McNamara | |
2012-03-12 | WaE: "__uuidof" redefined | David Tardon | |
It would probably be better to find out why the "stock" __uuidof from MinGW causes linking error for libdnd (missing symbols) and if it can be fixed , but I am too lazy .-) | |||
2012-03-12 | WaE: variable 'hr' set but not used | David Tardon | |
2012-03-12 | add missing initializer | David Tardon | |
2012-03-12 | WaE: initialization order | David Tardon | |
2012-03-12 | probable intent | David Tardon | |
2012-03-12 | WaE: variable 'dwResult' set but not used | David Tardon | |
2012-03-12 | fix indentation | David Tardon | |
2012-03-12 | WaE: suggest explicit braces to avoid ambiguous 'else' | David Tardon | |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | |
2012-03-12 | use SAL_N_ELEMENTS | David Tardon | |
2012-03-12 | WaE: multi-character character constant | David Tardon | |
2012-02-17 | Use emptiness check rather than size check for efficiency | Mariusz Dykierek | |
2012-01-13 | WaE: clipformat may be used uninitialized | Caolán McNamara | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-02 | inline keyword makes sense only when the definition is in header. | Kohei Yoshida | |
2011-12-02 | sal_Bool to bool. | Kohei Yoshida | |
2011-12-02 | Encapsulate implementation of CMtaOleClipboard under win32. | Kohei Yoshida | |
This class is used only for win32 clipboard implementation. Better move it to where only the win32 implementation code can access it. | |||
2011-11-20 | Removing the empty pch file from dtrans | Joseph Powers | |
2011-11-10 | WaE: initialization order | Caolán McNamara | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-08-17 | add more component prefixes | Matúš Kukan | |
2011-08-08 | convert dtrans to gbuilb | Matúš Kukan | |