24#include <com/sun/star/uno/Sequence.hxx>
25#include <com/sun/star/beans/PropertyValue.hpp>
26#include <com/sun/star/beans/NamedValue.hpp>
27#include <tools/datetime.hxx>
35 static css::uno::Sequence< css::beans::NamedValue >
convert_seqPropVal2seqNamedVal (
const css::uno::Sequence< css::beans::PropertyValue >& lSource );
static OUString convert_DateTime2ISO8601(const DateTime &aSource)
static std::vector< OUString > convert_seqOUString2OUStringList(const css::uno::Sequence< OUString > &lSource)
converts a sequence of unicode strings into a vector of such items
static css::uno::Sequence< css::beans::NamedValue > convert_seqPropVal2seqNamedVal(const css::uno::Sequence< css::beans::PropertyValue > &lSource)
converts a sequence of PropertyValue to a sequence of NamedValue.