LibreOffice Module sc (master) 1
|
#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"
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" |
|
static |
Definition at line 43 of file vbasheetobject.cxx.
References o3tl::convert(), o3tl::mm100, and o3tl::pt.
Referenced by ScVbaSheetObjectBase::getHeight(), ScVbaSheetObjectBase::getLeft(), ScVbaSheetObjectBase::getTop(), and ScVbaSheetObjectBase::getWidth().
|
static |
Definition at line 48 of file vbasheetobject.cxx.
References o3tl::convert(), o3tl::mm100, and o3tl::pt.
Referenced by ScVbaSheetObjectBase::setHeight(), ScVbaSheetObjectBase::setLeft(), ScVbaSheetObjectBase::setTop(), and ScVbaSheetObjectBase::setWidth().
|
constexpr |
Definition at line 41 of file vbasheetobject.cxx.
Referenced by ScVbaControlObjectBase::setOnAction().
|
constexpr |
Definition at line 40 of file vbasheetobject.cxx.
Referenced by ScVbaControlObjectBase::setOnAction().