LibreOffice Module sc (master) 1
Functions | Variables
vbasheetobject.cxx File Reference
#include "vbasheetobject.hxx"
#include <com/sun/star/awt/TextAlign.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/drawing/XControlShape.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/script/ScriptEventDescriptor.hpp>
#include <com/sun/star/script/XEventAttacherManager.hpp>
#include <com/sun/star/style/VerticalAlignment.hpp>
#include <comphelper/documentinfo.hxx>
#include <o3tl/unit_conversion.hxx>
#include <ooo/vba/excel/Constants.hpp>
#include <ooo/vba/excel/XlOrientation.hpp>
#include <ooo/vba/excel/XlPlacement.hpp>
#include <filter/msfilter/msvbahelper.hxx>
#include "vbafont.hxx"
Include dependency graph for vbasheetobject.cxx:

Go to the source code of this file.

Functions

static double HmmToPoints (double nHmm)
 
static sal_Int32 PointsToHmm (double fPoints)
 

Variables

constexpr OUStringLiteral gaListenerType = u"XActionListener"
 
constexpr OUStringLiteral gaEventMethod = u"actionPerformed"
 

Function Documentation

◆ HmmToPoints()

static double HmmToPoints ( double  nHmm)
static

◆ PointsToHmm()

static sal_Int32 PointsToHmm ( double  fPoints)
static

Variable Documentation

◆ gaEventMethod

constexpr OUStringLiteral gaEventMethod = u"actionPerformed"
constexpr

Definition at line 41 of file vbasheetobject.cxx.

Referenced by ScVbaControlObjectBase::setOnAction().

◆ gaListenerType

constexpr OUStringLiteral gaListenerType = u"XActionListener"
constexpr

Definition at line 40 of file vbasheetobject.cxx.

Referenced by ScVbaControlObjectBase::setOnAction().