Home
last modified time | relevance | path

Searched refs:_nExecutionResult (Results 1 – 14 of 14) sorted by relevance

/trunk/main/dbaccess/source/ui/uno/
H A Dcomposerdialogs.cxx179 void RowsetFilterDialog::executedDialog( sal_Int16 _nExecutionResult ) in executedDialog() argument
181 ComposerDialog::executedDialog( _nExecutionResult ); in executedDialog()
183 if ( _nExecutionResult && m_pDialog ) in executedDialog()
206 void RowsetOrderDialog::executedDialog( sal_Int16 _nExecutionResult ) in executedDialog() argument
208 ComposerDialog::executedDialog( _nExecutionResult ); in executedDialog()
213 if ( _nExecutionResult ) in executedDialog()
H A DDBTypeWizDlgSetup.cxx149 void ODBTypeWizDialogSetup::executedDialog(sal_Int16 _nExecutionResult) in executedDialog() argument
151 if ( _nExecutionResult == RET_OK ) in executedDialog()
H A Dcomposerdialogs.hxx123 virtual void executedDialog( sal_Int16 _nExecutionResult );
147 virtual void executedDialog( sal_Int16 _nExecutionResult );
H A Dcopytablewizard.cxx203 virtual void executedDialog( sal_Int16 _nExecutionResult );
1619 void CopyTableWizard::executedDialog( sal_Int16 _nExecutionResult ) in executedDialog() argument
1621 CopyTableWizard_DialogBase::executedDialog( _nExecutionResult ); in executedDialog()
1623 if ( _nExecutionResult == RET_OK ) in executedDialog()
H A DDBTypeWizDlgSetup.hxx72 virtual void executedDialog(sal_Int16 _nExecutionResult);
/trunk/main/svtools/source/uno/
H A Daddrtempuno.cxx95 virtual void executedDialog(sal_Int16 _nExecutionResult);
176 void OAddressBookSourceDialogUno::executedDialog(sal_Int16 _nExecutionResult) in executedDialog() argument
178 OAddressBookSourceDialogUnoBase::executedDialog(_nExecutionResult); in executedDialog()
180 if ( _nExecutionResult ) in executedDialog()
/trunk/main/svx/source/form/
H A Dxfm_addcondition.cxx179 void OAddConditionDialog::executedDialog( sal_Int16 _nExecutionResult ) in executedDialog() argument
181 OAddConditionDialogBase::executedDialog( _nExecutionResult ); in executedDialog()
182 if ( _nExecutionResult == RET_OK ) in executedDialog()
/trunk/main/extensions/source/propctrlr/
H A Dcontrolfontdialog.cxx159 void OControlFontDialog::executedDialog(sal_Int16 _nExecutionResult) in executedDialog() argument
162 if (m_pDialog && (sal_True == _nExecutionResult) && m_xControlModel.is()) in executedDialog()
H A Dcontrolfontdialog.hxx88 virtual void executedDialog(sal_Int16 _nExecutionResult);
/trunk/main/dbaccess/source/ext/adabas/
H A DANewDb.cxx144 void OAdabasCreateDialog::executedDialog(sal_Int16 _nExecutionResult) in executedDialog() argument
146 if(m_pDialog && _nExecutionResult == RET_OK) in executedDialog()
H A DANewDb.hxx90 virtual void executedDialog(sal_Int16 _nExecutionResult);
/trunk/main/extensions/source/abpilot/
H A Dunodialogabp.cxx180 void OABSPilotUno::executedDialog(sal_Int16 _nExecutionResult) in executedDialog() argument
182 if ( _nExecutionResult == RET_OK ) in executedDialog()
H A Dunodialogabp.hxx89 virtual void executedDialog(sal_Int16 _nExecutionResult);
/trunk/main/svx/source/inc/
H A Dxfm_addcondition.hxx80 virtual void executedDialog(sal_Int16 _nExecutionResult);

Completed in 48 milliseconds