LibreOffice Module vbahelper (master) 1
Classes | Namespaces | Typedefs | Functions
vbacontrol.hxx File Reference
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/drawing/XControlShape.hpp>
#include <com/sun/star/awt/XControl.hpp>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <com/sun/star/script/ScriptEvent.hpp>
#include <ooo/vba/msforms/XControl.hpp>
#include <vbahelper/vbahelper.hxx>
#include <vbahelper/vbahelperinterface.hxx>
#include <memory>
Include dependency graph for vbacontrol.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScVbaControl
 

Namespaces

namespace  ScVbaControlFactory
 

Typedefs

typedef InheritedHelperInterfaceWeakImpl< ov::msforms::XControl > ControlImpl_BASE
 

Functions

css::uno::Reference< ov::msforms::XControl > ScVbaControlFactory::createShapeControl (const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::drawing::XControlShape > &xControlShape, const css::uno::Reference< css::frame::XModel > &xModel)
 
css::uno::Reference< ov::msforms::XControl > ScVbaControlFactory::createUserformControl (const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::awt::XControl > &xControl, const css::uno::Reference< css::awt::XControl > &xDialog, const css::uno::Reference< css::frame::XModel > &xModel, double fOffsetX, double fOffsetY)
 

Typedef Documentation

◆ ControlImpl_BASE

typedef InheritedHelperInterfaceWeakImpl< ov::msforms::XControl > ControlImpl_BASE

Definition at line 34 of file vbacontrol.hxx.