office-gobmx/cui
Stephan Bergmann ab3d2e568f Prevent Any ctor from reinterpreting bool* as sal_Bool*
...which only happens to work in environments where sizeof (bool) == 1.  The
simpler alternative is to use the Any ctor 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: I0f72c73a088ef96e069c3ed8c78546b16d89b50a
2016-05-03 15:25:44 +02:00
..
inc/pch
source Prevent Any ctor from reinterpreting bool* as sal_Bool* 2016-05-03 15:25:44 +02:00
uiconfig/ui
util
AllLangResTarget_cui.mk
Library_cui.mk Refactoring transparence tab code 2016-04-29 12:00:09 +00:00
Makefile
Module_cui.mk
README
UIConfig_cui.mk

Common User Interface

It was moved out from svx in DEV300m68:

http://www.mail-archive.com/dev@openoffice.org/msg12925.html

It contains dialogs used by more than one application, e.g. paragraph
properties.