Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx131 OFieldDescription* pCurFieldDescr = getCurrentFieldDescData(); in CellModified() local
136 if ( !pCurFieldDescr ) in CellModified()
138 setCurrentFieldDescData( pCurFieldDescr ); in CellModified()
140 ::rtl::OUString sName = pCurFieldDescr->GetName(); in CellModified()
177 pCurFieldDescr->SetName(sName); in CellModified()
178 DisplayData(pCurFieldDescr); in CellModified()
183 ::rtl::OUString sOldName = pCurFieldDescr->GetName(); in CellModified()
184 pCurFieldDescr->SetName(sNewName); in CellModified()
202 aListBox.InsertEntry(pCurFieldDescr->GetName(),nPos); in CellModified()
203 aListBox.SetEntryData(nPos,pCurFieldDescr); in CellModified()
[all …]

Completed in 15 milliseconds