LibreOffice Module ucbhelper (master) 1
Classes | Namespaces | Enumerations
propertyvalueset.cxx File Reference
#include <vector>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/script/CannotConvertException.hpp>
#include <com/sun/star/script/Converter.hpp>
#include <osl/diagnose.h>
#include <ucbhelper/propertyvalueset.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for propertyvalueset.cxx:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< PropsSet >
 
struct  ucbhelper_impl::PropertyValue
 
class  ucbhelper::PropertyValues
 

Namespaces

namespace  o3tl
 
namespace  ucbhelper_impl
 
namespace  ucbhelper
 

Enumerations

enum class  PropsSet {
  NONE = 0x00000000 ,
  String = 0x00000001 ,
  Boolean = 0x00000002 ,
  Byte = 0x00000004 ,
  Short = 0x00000008 ,
  Int = 0x00000010 ,
  Long = 0x00000020 ,
  Float = 0x00000040 ,
  Double = 0x00000080 ,
  Bytes = 0x00000100 ,
  Date = 0x00000200 ,
  Time = 0x00000400 ,
  Timestamp = 0x00000800 ,
  BinaryStream = 0x00001000 ,
  CharacterStream = 0x00002000 ,
  Ref = 0x00004000 ,
  Blob = 0x00008000 ,
  Clob = 0x00010000 ,
  Array = 0x00020000 ,
  Object = 0x00040000
}
 

Enumeration Type Documentation

◆ PropsSet

enum class PropsSet
strong
Enumerator
NONE 
String 
Boolean 
Byte 
Short 
Int 
Long 
Float 
Double 
Bytes 
Date 
Time 
Timestamp 
BinaryStream 
CharacterStream 
Ref 
Blob 
Clob 
Array 
Object 

Definition at line 42 of file propertyvalueset.cxx.