|
LibreOffice Module vbahelper (master) 1
|
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) |
| 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::RuntimeException |
| 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 | ||
| ) |
| css::uno::RuntimeException |
Referenced by ScVbaControls::createCollectionObject(), and ScVbaUserForm::getValue().