LibreOffice Module extensions (master) 1
|
#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::XPropertySet > | xObjectModel |
css::uno::Reference< css::beans::XPropertySet > | xForm |
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 |
Definition at line 39 of file wizardcontext.hxx.
typedef std::map<OUString, sal_Int32> dbp::OControlWizardContext::TNameTypeMap |
Definition at line 69 of file wizardcontext.hxx.
css::uno::Sequence< OUString > dbp::OControlWizardContext::aFieldNames |
Definition at line 73 of file wizardcontext.hxx.
Referenced by dbp::OGroupBoxWizard::enterState(), dbp::OControlWizard::initContext(), dbp::OGridFieldsSelection::initializePage(), and dbp::OControlWizard::needDatasourceSelection().
TNameTypeMap dbp::OControlWizardContext::aTypes |
Definition at line 70 of file wizardcontext.hxx.
Referenced by dbp::OGridWizard::implApplySettings(), and dbp::OControlWizard::initContext().
bool dbp::OControlWizardContext::bEmbedded |
Definition at line 75 of file wizardcontext.hxx.
Referenced by dbp::OTableSelectionPage::commitPage(), dbp::OControlWizardPage::enableFormDatasourceDisplay(), and dbp::OControlWizard::initContext().
css::uno::Reference< css::sdb::XDatabaseContext > dbp::OControlWizardContext::xDatasourceContext |
Definition at line 43 of file wizardcontext.hxx.
Referenced by dbp::OControlWizard::implGetDSContext(), and dbp::OTableSelectionPage::OTableSelectionPage().
css::uno::Reference< css::frame::XModel > dbp::OControlWizardContext::xDocumentModel |
Definition at line 57 of file wizardcontext.hxx.
Referenced by dbp::OOptionGroupLayouter::doLayout(), dbp::OControlWizard::implDeterminePage(), and dbp::OControlWizard::initContext().
css::uno::Reference< css::drawing::XDrawPage > dbp::OControlWizardContext::xDrawPage |
Definition at line 60 of file wizardcontext.hxx.
Referenced by dbp::OOptionGroupLayouter::doLayout(), dbp::OControlWizard::implDeterminePage(), dbp::OControlWizard::implDetermineShape(), and dbp::OControlWizard::initContext().
css::uno::Reference< css::beans::XPropertySet > dbp::OControlWizardContext::xForm |
Definition at line 50 of file wizardcontext.hxx.
Referenced by dbp::OTableSelectionPage::commitPage(), dbp::OOptionGroupLayouter::doLayout(), dbp::OControlWizard::getFormConnection(), dbp::OControlWizard::implDetermineForm(), dbp::OControlWizard::initContext(), dbp::OTableSelectionPage::initializePage(), dbp::OControlWizardPage::initializePage(), and dbp::OControlWizard::setFormConnection().
css::uno::Reference< css::container::XNameAccess > dbp::OControlWizardContext::xObjectContainer |
Definition at line 67 of file wizardcontext.hxx.
Referenced by dbp::OControlWizard::initContext().
css::uno::Reference< css::beans::XPropertySet > dbp::OControlWizardContext::xObjectModel |
Definition at line 47 of file wizardcontext.hxx.
Referenced by dbp::OControlWizard::commitControlSettings(), dbp::OOptionGroupLayouter::doLayout(), dbp::OGridWizard::implApplySettings(), dbp::OListComboWizard::implApplySettings(), dbp::OControlWizard::implDetermineForm(), dbp::OControlWizard::implDeterminePage(), dbp::OControlWizard::implDetermineShape(), dbp::OControlWizard::initContext(), dbp::OControlWizard::initControlSettings(), dbp::OControlWizard::OControlWizard(), and dbp::OControlWizard::run().
css::uno::Reference< css::drawing::XControlShape > dbp::OControlWizardContext::xObjectShape |
Definition at line 63 of file wizardcontext.hxx.
Referenced by dbp::OOptionGroupLayouter::doLayout(), dbp::OControlWizard::implDetermineShape(), and dbp::OControlWizard::initContext().
css::uno::Reference< css::sdbc::XRowSet > dbp::OControlWizardContext::xRowSet |
Definition at line 53 of file wizardcontext.hxx.
Referenced by dbp::OControlWizard::implDetermineForm(), and dbp::OControlWizard::initContext().