LibreOffice Module basic (master) 1
Macros
sbxvalue.cxx File Reference
#include <config_features.h>
#include <math.h>
#include <string_view>
#include <o3tl/float_int_conversion.hxx>
#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <sal/log.hxx>
#include <basic/sbx.hxx>
#include <sbunoobj.hxx>
#include "sbxconv.hxx"
#include <rtlproto.hxx>
#include <runtime.hxx>
#include <filefmt.hxx>
Include dependency graph for sbxvalue.cxx:

Go to the source code of this file.

Macros

#define PUT(p, e, t, m)
 

Macro Definition Documentation

◆ PUT

#define PUT (   p,
  e,
  t,
 
)
Value:
bool SbxValue::p( t n ) \
{ SbxValues aRes(e); aRes.m = n; return Put(aRes); }
sal_Int64 n
Put

Definition at line 593 of file sbxvalue.cxx.