LibreOffice Module comphelper (master) 1
Classes | Namespaces | Typedefs | Enumerations
propertysetinfo.hxx File Reference
#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>
Include dependency graph for propertysetinfo.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ PropertyMoreFlags

enum class PropertyMoreFlags : sal_uInt8
strong
Enumerator
NONE 
METRIC_ITEM 

Definition at line 33 of file propertysetinfo.hxx.