Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx150 OCopyTableWizard* pWiz = static_cast<OCopyTableWizard*>(GetParent()->GetParent()); in CellModified() local
163 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 13 milliseconds