LibreOffice Module basic (master) 1
Functions
sbxint.cxx File Reference
#include <sal/config.h>
#include <o3tl/safeint.hxx>
#include <comphelper/errcode.hxx>
#include <basic/sberrors.hxx>
#include "sbxconv.hxx"
#include <rtlproto.hxx>
#include <rtl/math.hxx>
Include dependency graph for sbxint.cxx:

Go to the source code of this file.

Functions

sal_Int16 ImpGetInteger (const SbxValues *p)
 
void ImpPutInteger (SbxValues *p, sal_Int16 n)
 
double ImpSalUInt64ToDouble (sal_uInt64 n)
 
sal_Int64 ImpGetInt64 (const SbxValues *p)
 
void ImpPutInt64 (SbxValues *p, sal_Int64 n)
 
sal_uInt64 ImpGetUInt64 (const SbxValues *p)
 
void ImpPutUInt64 (SbxValues *p, sal_uInt64 n)
 

Function Documentation

◆ ImpGetInt64()

sal_Int64 ImpGetInt64 ( const SbxValues p)

◆ ImpGetInteger()

sal_Int16 ImpGetInteger ( const SbxValues p)

◆ ImpGetUInt64()

sal_uInt64 ImpGetUInt64 ( const SbxValues p)

◆ ImpPutInt64()

void ImpPutInt64 ( SbxValues p,
sal_Int64  n 
)

◆ ImpPutInteger()

void ImpPutInteger ( SbxValues p,
sal_Int16  n 
)

◆ ImpPutUInt64()

void ImpPutUInt64 ( SbxValues p,
sal_uInt64  n 
)

◆ ImpSalUInt64ToDouble()

double ImpSalUInt64ToDouble ( sal_uInt64  n)