Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx818 …Indexes::const_iterator aSelectedIndex = m_pIndexes->begin() + reinterpret_cast<sal_IntPtr>(_pEntr… in updateControls() local
821 m_aUnique.Check(aSelectedIndex->bUnique); in updateControls()
822 m_aUnique.Enable(!aSelectedIndex->bPrimaryKey); in updateControls()
825 m_pFields->initializeFrom(aSelectedIndex->aFields); in updateControls()
826 m_pFields->Enable(!aSelectedIndex->bPrimaryKey); in updateControls()
829 m_aDescription.SetText(aSelectedIndex->sDescription); in updateControls()
830 m_aDescription.Enable(!aSelectedIndex->bPrimaryKey); in updateControls()
832 m_aDescriptionLabel.Enable(!aSelectedIndex->bPrimaryKey); in updateControls()

Completed in 20 milliseconds