Searched refs:pWiz (Results 1 – 1 of 1) sorted by relevance
150 OCopyTableWizard* pWiz = static_cast<OCopyTableWizard*>(GetParent()->GetParent()); in CellModified() local163 if ( !bDoubleName && pWiz->shouldCreatePrimaryKey() ) in CellModified()164 bDoubleName = sNewName.equalsIgnoreAsciiCase(pWiz->getPrimaryKeyName()); in CellModified()169 || ( pWiz->shouldCreatePrimaryKey() in CellModified()170 && pWiz->getPrimaryKeyName() == sNewName) ); in CellModified()176 pWiz->showError(strMessage); in CellModified()188 OCopyTableWizard::TNameMapping::iterator aIter = pWiz->m_mNameMapping.begin(); in CellModified()189 OCopyTableWizard::TNameMapping::iterator aEnd = pWiz->m_mNameMapping.end(); in CellModified()205 pWiz->replaceColumn(nPos,pCurFieldDescr,sOldName); in CellModified()
Completed in 14 milliseconds