LibreOffice Module basic (master) 1
Functions
sbxdec.cxx File Reference
#include <sal/config.h>
#include <basic/sberrors.hxx>
#include "sbxconv.hxx"
#include <com/sun/star/bridge/oleautomation/Decimal.hpp>
Include dependency graph for sbxdec.cxx:

Go to the source code of this file.

Functions

void releaseDecimalPtr (SbxDecimal *&rpDecimal)
 
SbxDecimal::CmpResult compare (SAL_UNUSED_PARAMETER const SbxDecimal &, SAL_UNUSED_PARAMETER const SbxDecimal &)
 
SbxDecimalImpCreateDecimal (SbxValues *p)
 
SbxDecimalImpGetDecimal (const SbxValues *p)
 
void ImpPutDecimal (SbxValues *p, SbxDecimal *pDec)
 

Function Documentation

◆ compare()

SbxDecimal::CmpResult compare ( SAL_UNUSED_PARAMETER const SbxDecimal ,
SAL_UNUSED_PARAMETER const SbxDecimal  
)

Definition at line 313 of file sbxdec.cxx.

References SbxDecimal::LT.

Referenced by SbxValue::Compare().

◆ ImpCreateDecimal()

SbxDecimal * ImpCreateDecimal ( SbxValues p)

◆ ImpGetDecimal()

SbxDecimal * ImpGetDecimal ( const SbxValues p)

◆ ImpPutDecimal()

void ImpPutDecimal ( SbxValues p,
SbxDecimal pDec 
)

◆ releaseDecimalPtr()

void releaseDecimalPtr ( SbxDecimal *&  rpDecimal)