LibreOffice Module extensions (master) 1
Public Types | Public Attributes | List of all members
dbp::OControlWizardContext Struct Reference

#include <wizardcontext.hxx>

Public Types

typedef std::map< OUString, sal_Int32 > TNameTypeMap
 

Public Attributes

css::uno::Reference< css::sdb::XDatabaseContext > xDatasourceContext
 
css::uno::Reference< css::beans::XPropertySetxObjectModel
 
css::uno::Reference< css::beans::XPropertySetxForm
 
css::uno::Reference< css::sdbc::XRowSet > xRowSet
 
css::uno::Reference< css::frame::XModel > xDocumentModel
 
css::uno::Reference< css::drawing::XDrawPage > xDrawPage
 
css::uno::Reference< css::drawing::XControlShape > xObjectShape
 
css::uno::Reference< css::container::XNameAccess > xObjectContainer
 
TNameTypeMap aTypes
 
css::uno::Sequence< OUString > aFieldNames
 
bool bEmbedded
 

Detailed Description

Definition at line 39 of file wizardcontext.hxx.

Member Typedef Documentation

◆ TNameTypeMap

typedef std::map<OUString, sal_Int32> dbp::OControlWizardContext::TNameTypeMap

Definition at line 69 of file wizardcontext.hxx.

Member Data Documentation

◆ aFieldNames

css::uno::Sequence< OUString > dbp::OControlWizardContext::aFieldNames

◆ aTypes

TNameTypeMap dbp::OControlWizardContext::aTypes

◆ bEmbedded

bool dbp::OControlWizardContext::bEmbedded

◆ xDatasourceContext

css::uno::Reference< css::sdb::XDatabaseContext > dbp::OControlWizardContext::xDatasourceContext

◆ xDocumentModel

css::uno::Reference< css::frame::XModel > dbp::OControlWizardContext::xDocumentModel

◆ xDrawPage

css::uno::Reference< css::drawing::XDrawPage > dbp::OControlWizardContext::xDrawPage

◆ xForm

css::uno::Reference< css::beans::XPropertySet > dbp::OControlWizardContext::xForm

◆ xObjectContainer

css::uno::Reference< css::container::XNameAccess > dbp::OControlWizardContext::xObjectContainer

Definition at line 67 of file wizardcontext.hxx.

Referenced by dbp::OControlWizard::initContext().

◆ xObjectModel

css::uno::Reference< css::beans::XPropertySet > dbp::OControlWizardContext::xObjectModel

◆ xObjectShape

css::uno::Reference< css::drawing::XControlShape > dbp::OControlWizardContext::xObjectShape

◆ xRowSet

css::uno::Reference< css::sdbc::XRowSet > dbp::OControlWizardContext::xRowSet

The documentation for this struct was generated from the following file: