LibreOffice Module comphelper (master) 1
Namespaces | Functions
propertysequence.hxx File Reference
#include <utility>
#include <algorithm>
#include <initializer_list>
#include <vector>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <comphelper/comphelperdllapi.h>
Include dependency graph for propertysequence.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  comphelper
 

Functions

css::uno::Sequence< css::beans::PropertyValue > comphelper::InitPropertySequence (::std::initializer_list< ::std::pair< OUString, css::uno::Any > > vInit)
 Init list for property sequences. More...
 
css::uno::Sequence< css::uno::Anycomphelper::InitAnyPropertySequence (::std::initializer_list< ::std::pair< OUString, css::uno::Any > > vInit)
 Init list for property sequences that wrap the PropertyValues in Anys. More...
 
std::vector< css::beans::PropertyValue > comphelper::JsonToPropertyValues (const OString &rJson)