Lines Matching refs:OControlWizard

88 	OControlWizardPage::OControlWizardPage( OControlWizard* _pParent, const ResId& _rResId )  in OControlWizardPage()
113 OControlWizard* OControlWizardPage::getDialog() in getDialog()
115 return static_cast< OControlWizard* >(GetParent()); in getDialog()
119 const OControlWizard* OControlWizardPage::getDialog() const in getDialog()
121 return static_cast< OControlWizard* >(GetParent()); in getDialog()
278 OControlWizard::OControlWizard( Window* _pParent, const ResId& _rId, in OControlWizard() function in dbp::OControlWizard
293 OControlWizard::~OControlWizard() in ~OControlWizard()
298 short OControlWizard::Execute() in Execute()
322 void OControlWizard::ActivatePage() in ActivatePage()
328 void OControlWizard::implDetermineShape() in implDetermineShape()
359 void OControlWizard::implDetermineForm() in implDetermineForm()
374 void OControlWizard::implDeterminePage() in implDeterminePage()
437 void OControlWizard::implGetDSContext() in implGetDSContext()
459 Reference< XConnection > OControlWizard::getFormConnection(const OAccessRegulator&) const in getFormConnection()
464 Reference< XConnection > OControlWizard::getFormConnection() const in getFormConnection()
480 …void OControlWizard::setFormConnection( const OAccessRegulator& _rAccess, const Reference< XConnec… in setFormConnection()
510 sal_Bool OControlWizard::updateContext(const OAccessRegulator&) in updateContext()
515 Reference< XInteractionHandler > OControlWizard::getInteractionHandler(Window* _pWindow) const in getInteractionHandler()
530 sal_Bool OControlWizard::initContext() in initContext()
686 void OControlWizard::commitControlSettings(OControlWizardSettings* _pSettings) in commitControlSettings()
713 void OControlWizard::initControlSettings(OControlWizardSettings* _pSettings) in initControlSettings()
738 sal_Bool OControlWizard::needDatasourceSelection() in needDatasourceSelection()