|
LibreOffice Module comphelper (master) 1
|
#include <sal/config.h>#include <com/sun/star/uno/Any.hxx>#include <com/sun/star/uno/Reference.h>#include <comphelper/comphelperdllapi.h>#include <comphelper/processfactory.hxx>#include <sal/types.h>#include <memory>#include <mutex>#include <optional>#include <string_view>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | comphelper::ConfigurationChanges |
| A batch of configuration changes that is committed as a whole. More... | |
| class | comphelper::detail::ConfigurationWrapper |
| struct | comphelper::detail::Convert< T > |
| struct | comphelper::detail::Convert< std::optional< T > > |
| struct | comphelper::ConfigurationProperty< T, U > |
| A type-safe wrapper around a (non-localized) configuration property. More... | |
| struct | comphelper::ConfigurationLocalizedProperty< T, U > |
| A type-safe wrapper around a localized configuration property. More... | |
| struct | comphelper::ConfigurationGroup< T > |
| A type-safe wrapper around a configuration group. More... | |
| struct | comphelper::ConfigurationSet< T > |
| A type-safe wrapper around a configuration set. More... | |
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::configuration |
| namespace | com::sun::star::container |
| namespace | com::sun::star::uno |
| namespace | com::sun::star::util |
| namespace | comphelper |
| namespace | comphelper::detail |