LibreOffice Module comphelper (master) 1
|
#include <sal/config.h>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/comphelperdllapi.h>
#include <o3tl/span.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <unordered_map>
#include <utility>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< PropertyMoreFlags > |
struct | comphelper::PropertyMapEntry |
class | comphelper::PropertySetInfo_BASE |
class | comphelper::PropertySetInfo |
this class implements a XPropertySetInfo that is initialized with arrays of PropertyMapEntry. More... | |
Namespaces | |
namespace | o3tl |
namespace | comphelper |
Typedefs | |
typedef std::unordered_map< OUString, PropertyMapEntry const * > | comphelper::PropertyMap |
Enumerations | |
enum class | PropertyMoreFlags : sal_uInt8 { NONE = 0x00 , METRIC_ITEM = 0x01 } |
|
strong |
Enumerator | |
---|---|
NONE | |
METRIC_ITEM |
Definition at line 33 of file propertysetinfo.hxx.