office-gobmx/svtools/source/config
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
..
test
accessibilityoptions.cxx
apearcfg.cxx
colorcfg.cxx
extcolorcfg.cxx
fontsubstconfig.cxx
helpopt.cxx
htmlcfg.cxx
itemholder2.cxx
itemholder2.hxx
menuoptions.cxx
miscopt.cxx
optionsdrawinglayer.cxx
printoptions.cxx
slidesorterbaropt.cxx
toolpanelopt.cxx