LibreOffice Module vbahelper (master) 1
Functions
ScVbaControlFactory Namespace Reference

Functions

css::uno::Reference< ov::msforms::XControl > 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 > 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)
 

Function Documentation

◆ createShapeControl()

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 
)
Exceptions
css::uno::RuntimeException

◆ createUserformControl()

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 
)
Exceptions
css::uno::RuntimeException

Referenced by ScVbaControls::createCollectionObject(), and ScVbaUserForm::getValue().