summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/clipb/WinClipboard.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-07-10fdo#66718: Revert "fdo#46808, Adapt SystemClipboard UNO service to new style"Stephan Bergmann1-1/+1
This reverts commit 2fe852386c9450014f84910b0a282d684f40b56a, see <https://bugs.freedesktop.org/show_bug.cgi?id=66718#c8> for details. (On master towards LO 4.2, this will be addressed differently, by modifying 2fe852386c9450014f84910b0a282d684f40b56a instead of reverting it, so this libreoffice-4-1 commit is not a cherry-pick of any master commit.) Conflicts: dtrans/source/win32/clipb/WinClipboard.cxx offapi/com/sun/star/datatransfer/clipboard/XSystemClipboard.idl offapi/type_reference/types.rdb vcl/ios/source/dtrans/ios_clipboard.cxx vcl/ios/source/dtrans/ios_clipboard.hxx vcl/source/window/window.cxx Change-Id: Idb804196bc5693e4e8674d805edefd9d1ae7c178
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee1-1/+1
Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-02-12fdo#46808, use constructor for datatransfer::DataFormatTranslatorNoel Grandin1-2/+2
Change-Id: I68fd87ae71f764099b00b05a29cf5194d24da58d
2013-01-15fdo#46808, Adapt SystemClipboard UNO service to new styleNoel Grandin1-1/+1
this is the datatransfer::clipboard::SystemClipboard service Change-Id: I00227a2d84e2f1eaf9ca1ebb4fbe1f1548a6621d
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-4/+0
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold1-3/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-06-25re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-01targeted string re-workNorbert Thiebaud1-12/+12
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
2011-11-20Removing the empty pch file from dtransJoseph Powers1-3/+0
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-02-27Remove "using namespace ::rtl"Julien Nabet1-1/+2
2010-11-23RTL_CONSTASCII_USTRINGPARAM in libs-gui 14Gert Faller1-1/+1
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 02Gert Faller1-11/+11
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.14.62); FILE MERGEDRüdiger Timm1-41/+18
2008/04/01 15:13:32 thb 1.14.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:30 thb 1.14.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:57 rt 1.14.62.1: #i87441# Change license header to LPGL v3.
2006-09-17INTEGRATION: CWS pchfix02 (1.13.40); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:25:36 kaib 1.13.40.1: #i68856# Added header markers and pch files
2005-09-08INTEGRATION: CWS ooo19126 (1.12.38); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 18:48:14 rt 1.12.38.1: #i54170# Change license header: remove SISSL
2004-02-02INTEGRATION: CWS geordi2q14 (1.11.12); FILE MERGEDJens-Heiner Rechtien1-20/+27
2004/02/02 14:44:27 hr 1.11.12.1: #111934#: merge CWS trapp2
2003-10-06INTEGRATION: CWS rt02 (1.10.94); FILE MERGEDRüdiger Timm1-3/+3
2003/10/01 12:06:04 rt 1.10.94.1: #i19697# No newline at end of file
2001-07-24#90097#cross reference in add/removeClipboardListener removed, no ↵Tino Rachui1-29/+4
queryInterface anymore in this methods
2001-03-19*** empty log message ***Tino Rachui1-62/+112
2001-03-16*** empty log message ***Tino Rachui1-14/+3
2001-03-16*** empty log message ***Tino Rachui1-7/+35
2001-03-14*** empty log message ***Tino Rachui1-3/+4
2001-03-09added an additional catch branch for RuntimeExceptionSTino Rachui1-2/+6
2001-03-07#84702# using an additional condition to avoid dealocks in lostOwnership callsTino Rachui1-4/+15
2001-03-06added a second mutex for the interfaccontainer classTino Rachui1-3/+5
2001-03-06*** empty log message ***Tino Rachui1-48/+10
2001-03-02*** empty log message ***Tino Rachui1-0/+342