|
LibreOffice Module comphelper (master) 1
|
#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>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::Any > | comphelper::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) |