LibreOffice Module scripting (master) 1
Namespaces | Macros | Variables
basmethnode.cxx File Reference
#include "basmethnode.hxx"
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/frame/DispatchHelper.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/script/browse/BrowseNodeTypes.hpp>
#include <comphelper/propertyvalue.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <basic/sbstar.hxx>
#include <basic/sbmeth.hxx>
#include <basic/sbmod.hxx>
#include <util/MiscUtils.hxx>
Include dependency graph for basmethnode.cxx:

Go to the source code of this file.

Namespaces

namespace  basprov
 

Macros

#define BASPROV_PROPERTY_ID_URI   1
 
#define BASPROV_PROPERTY_ID_EDITABLE   2
 
#define BASPROV_DEFAULT_ATTRIBS()   PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT | PropertyAttribute::READONLY
 

Variables

constexpr OUStringLiteral BASPROV_PROPERTY_URI = u"URI"
 
constexpr OUStringLiteral BASPROV_PROPERTY_EDITABLE = u"Editable"
 

Macro Definition Documentation

◆ BASPROV_DEFAULT_ATTRIBS

Definition at line 50 of file basmethnode.cxx.

◆ BASPROV_PROPERTY_ID_EDITABLE

#define BASPROV_PROPERTY_ID_EDITABLE   2

Definition at line 45 of file basmethnode.cxx.

◆ BASPROV_PROPERTY_ID_URI

#define BASPROV_PROPERTY_ID_URI   1

Definition at line 44 of file basmethnode.cxx.

Variable Documentation

◆ BASPROV_PROPERTY_EDITABLE

constexpr OUStringLiteral BASPROV_PROPERTY_EDITABLE = u"Editable"
constexpr

◆ BASPROV_PROPERTY_URI

constexpr OUStringLiteral BASPROV_PROPERTY_URI = u"URI"
constexpr

Definition at line 47 of file basmethnode.cxx.

Referenced by basprov::BasicMethodNodeImpl::BasicMethodNodeImpl().