office-gobmx/dtrans
Mike Kaganski 1944e3ddc0 Rename and move SAL_U/W to o3tl::toU/W
Previosly (since commit 9ac98e6e34)
it was expected to gradually remove SAL_U/W usage in Windows code
by replacing with reinterpret_cast or changing to some bettertypes.
But as it's useful to make use of fact that LibreOffice and Windows
use compatible representation of strings, this commit puts these
functions to a better-suited o3tl, and recommends that the functions
be consistently used throughout Windows-specific code to reflect the
compatibility and keep the casts safe.

Change-Id: I2f7c65606d0e2d0c01a00f08812bb4ab7659c5f6
Reviewed-on: https://gerrit.libreoffice.org/43150
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-10-05 16:02:52 +02:00
..
source Rename and move SAL_U/W to o3tl::toU/W 2017-10-05 16:02:52 +02:00
test/win32/dnd Windows: avoid dependence on UNICODE define; prefer W functions 2017-09-22 20:53:30 +02:00
util
Library_dnd.mk
Library_dtrans.mk
Library_ftransl.mk
Library_mcnttype.mk
Library_sysdtrans.mk
Makefile
Module_dtrans.mk
README
StaticLibrary_dtobj.mk

Clipboard abstraction - data transfer.