|
LibreOffice Module xmloff (master) 1
|
#include <map>#include <memory>#include <string_view>#include <rtl/ustring.hxx>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/beans/XMultiPropertySet.hpp>#include <utility>Go to the source code of this file.
Classes | |
| class | PropertyWrapperBase |
| @descr MultiPropertySetHandler handles the two slightly different interfaces XPropertySet and XMultiPropertySet for accessing properties of an object. More... | |
| class | PropertyWrapper< T > |
| @descr For every property type there will be one instantiation of this template class with its own and type specific version of SetValue. More... | |
| class | OUStringComparison |
| @descr Function object for comparing two OUStrings. More... | |
| class | MultiPropertySetHandler |
| @descr This class lets you get the values from an object that either supports the interface XPropertySet or XMultiPropertySet. More... | |