LibreOffice Module configmgr (master) 1
Namespaces | Enumerations | Functions
type.hxx File Reference
#include <sal/config.h>
#include <sal/types.h>
Include dependency graph for type.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  configmgr
 

Enumerations

enum  configmgr::Type {
  configmgr::TYPE_ERROR ,
  configmgr::TYPE_NIL ,
  configmgr::TYPE_ANY ,
  configmgr::TYPE_BOOLEAN ,
  configmgr::TYPE_SHORT ,
  configmgr::TYPE_INT ,
  configmgr::TYPE_LONG ,
  configmgr::TYPE_DOUBLE ,
  configmgr::TYPE_STRING ,
  configmgr::TYPE_HEXBINARY ,
  configmgr::TYPE_BOOLEAN_LIST ,
  configmgr::TYPE_SHORT_LIST ,
  configmgr::TYPE_INT_LIST ,
  configmgr::TYPE_LONG_LIST ,
  configmgr::TYPE_DOUBLE_LIST ,
  configmgr::TYPE_STRING_LIST ,
  configmgr::TYPE_HEXBINARY_LIST
}
 

Functions

bool configmgr::isListType (Type type)
 
Type configmgr::elementType (Type type)
 
css::uno::Type const & configmgr::mapType (Type type)
 
Type configmgr::getDynamicType (css::uno::Any const &value)