LibreOffice Module stoc (master) 1
Namespaces | Functions
convert.cxx File Reference
#include <sal/config.h>
#include <o3tl/any.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/string_view.hxx>
#include <o3tl/underlyingenumvalue.hxx>
#include <osl/diagnose.h>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <typelib/typedescription.hxx>
#include <uno/data.h>
#include <math.h>
#include <float.h>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/script/CannotConvertException.hpp>
#include <com/sun/star/script/XTypeConverter.hpp>
#include <com/sun/star/script/FailReason.hpp>
Include dependency graph for convert.cxx:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  stoc_tcv
 

Functions

static double stoc_tcv::round (double aVal)
 
static bool stoc_tcv::getNumericValue (double &rfVal, std::u16string_view rStr)
 
static bool stoc_tcv::getHyperValue (sal_Int64 &rnVal, std::u16string_view rStr)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_stoc_TypeConverter_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_comp_stoc_TypeConverter_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_stoc_TypeConverter_get_implementation ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 866 of file convert.cxx.