LibreOffice Module xmloff (master) 1
|
#include <propertyimport.hxx>
Static Public Member Functions | |
template<typename EnumT > | |
static css::uno::Any | convertString (const css::uno::Type &_rExpectedType, const OUString &_rReadCharacters, const SvXMLEnumMapEntry< EnumT > *_pEnumMap=nullptr) |
static css::uno::Any | convertString (const css::uno::Type &_rExpectedType, const OUString &_rReadCharacters, const SvXMLEnumMapEntry< sal_uInt16 > *_pEnumMap=nullptr, const bool _bInvertBoolean=false) |
static css::uno::Type | xmlTypeToUnoType (const OUString &_rType) |
Definition at line 41 of file propertyimport.hxx.
|
inlinestatic |
Definition at line 45 of file propertyimport.hxx.
References convertString().
Referenced by convertString(), xmloff::OListPropertyContext::endFastElement(), xmloff::OPropertyImport::handleAttribute(), xmloff::OImagePositionImport::handleAttribute(), xmloff::ORadioImport::handleAttribute(), xmloff::OListAndComboImport::handleAttribute(), xmloff::OControlImport::implTranslateValueProperty(), and xmloff::OSinglePropertyContext::startFastElement().
|
static |
Definition at line 90 of file propertyimport.cxx.
References Any, sax::Converter::convertBool(), sax::Converter::convertDouble(), SvXMLUnitConverter::convertEnum(), sax::Converter::convertNumber(), nType, nValue, OUStringToOString(), o3tl::temporary(), TYPE_DATE, TYPE_DATETIME, and TYPE_TIME.
|
static |
Definition at line 230 of file propertyimport.cxx.
References cppu::UnoType< typename T >::get(), xmloff::token::GetXMLToken(), xmloff::token::XML_BOOLEAN, xmloff::token::XML_FLOAT, xmloff::token::XML_STRING, and xmloff::token::XML_VOID.
Referenced by xmloff::OListPropertyContext::endFastElement(), and xmloff::OSinglePropertyContext::startFastElement().