LibreOffice Module scripting (master) 1
Namespaces | Macros | Typedefs | Variables
basscript.cxx File Reference
#include "basscript.hxx"
#include <utility>
#include <vcl/svapp.hxx>
#include <basic/sbx.hxx>
#include <basic/sbmod.hxx>
#include <basic/sbmeth.hxx>
#include <basic/sbuno.hxx>
#include <basic/basmgr.hxx>
#include <com/sun/star/script/provider/ScriptFrameworkErrorException.hpp>
#include <com/sun/star/script/provider/ScriptFrameworkErrorType.hpp>
#include <bcholder.hxx>
#include <comphelper/propertycontainer.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <map>
Include dependency graph for basscript.cxx:

Go to the source code of this file.

Namespaces

namespace  basprov
 

Macros

#define BASSCRIPT_PROPERTY_ID_CALLER   1
 
#define BASSCRIPT_DEFAULT_ATTRIBS()   PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT
 

Typedefs

typedef ::std::map< sal_Int16, Any > basprov::OutParamMap
 

Variables

constexpr OUStringLiteral basprov::BASSCRIPT_PROPERTY_CALLER = u"Caller"
 

Macro Definition Documentation

◆ BASSCRIPT_DEFAULT_ATTRIBS

#define BASSCRIPT_DEFAULT_ATTRIBS ( )    PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT

Definition at line 50 of file basscript.cxx.

◆ BASSCRIPT_PROPERTY_ID_CALLER

#define BASSCRIPT_PROPERTY_ID_CALLER   1

Definition at line 47 of file basscript.cxx.