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>
Go to the source code of this file.
Classes | |
class | PropertyWrapperBase |
MultiPropertySetHandler handles the two slightly different interfaces XPropertySet and XMultiPropertySet for accessing properties of an object. More... | |
class | PropertyWrapper< T > |
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 |
Function object for comparing two OUStrings. More... | |
class | MultiPropertySetHandler |
This class lets you get the values from an object that either supports the interface XPropertySet or XMultiPropertySet. More... | |