LibreOffice Module framework (master) 1
Static Public Member Functions | List of all members
framework::Converter Class Reference

#include <converter.hxx>

Static Public Member Functions

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. More...
 
static std::vector< OUString > convert_seqOUString2OUStringList (const css::uno::Sequence< OUString > &lSource)
 converts a sequence of unicode strings into a vector of such items More...
 
static OUString convert_DateTime2ISO8601 (const DateTime &aSource)
 

Detailed Description

Definition at line 31 of file converter.hxx.

Member Function Documentation

◆ convert_DateTime2ISO8601()

OUString framework::Converter::convert_DateTime2ISO8601 ( const DateTime aSource)
static

◆ convert_seqOUString2OUStringList()

std::vector< OUString > framework::Converter::convert_seqOUString2OUStringList ( const css::uno::Sequence< OUString > &  lSource)
static

converts a sequence of unicode strings into a vector of such items

Definition at line 44 of file converter.cxx.

References nCount.

Referenced by framework::HandlerCFGAccess::read().

◆ convert_seqPropVal2seqNamedVal()

css::uno::Sequence< css::beans::NamedValue > framework::Converter::convert_seqPropVal2seqNamedVal ( const css::uno::Sequence< css::beans::PropertyValue > &  lSource)
static

converts a sequence of PropertyValue to a sequence of NamedValue.

Definition at line 28 of file converter.cxx.

References nCount.


The documentation for this class was generated from the following files: