office-gobmx/svtools/source
Stephan Bergmann 0b1e4a3067 Prevent Any::setValue from reinterpreting bool* as sal_Bool*
...which only happens ot work in environments where sizeof (bool) == 1.  The
simpler alternative is to use the operator <<= template without passing explicit
UNO type information, anyway.

The std::nullptr_t overloads are needed to disambiguate calls with a nullptr
argument.  (Which can at least be meaningful for VOID, but for other types what
it happens to do is store a default value of the given type.)  As std::nullptr_t
is only C++11, this all needs to be LIBO_INTERNAL_ONLY.

Change-Id: Iff06a6ba94250bd4ae4afc937c2a2bfa75f0888f
2016-05-03 15:26:01 +02:00
..
brwbox clang-tidy performance-unnecessary-copy-initialization 2016-04-18 07:37:31 +00:00
config Prevent Any::setValue from reinterpreting bool* as sal_Bool* 2016-05-03 15:26:01 +02:00
contnr clean-up: unused using declarations and includes 2016-04-18 07:25:24 +00:00
control new plugin stylepolice 2016-04-21 08:32:47 +02:00
dialogs tdf#99211 Use the restart dialog for notifications about restart 2016-05-03 09:22:16 +00:00
edit
filter loplugin:salbool: Automatic rewrite of sal_False/True 2016-04-20 17:27:26 +02:00
graphic libsvtlo: convert set of #define to enum class 2016-04-29 06:42:39 +00:00
hatchwindow loplugin:salbool: Automatic rewrite of sal_False/True 2016-04-20 17:27:26 +02:00
inc
java
misc tdf#97087 Give comprehensible, unique names to idles 2016-04-28 09:34:30 +00:00
svhtml Fix typos 2016-04-22 06:47:06 +00:00
svrtf
table clean-up: unused using declarations and includes 2016-04-18 07:25:24 +00:00
uno Fix typos 2016-04-30 15:06:45 +00:00
urlobj