Searched refs:pCurFieldDescr (Results 1 – 1 of 1) sorted by relevance
131 OFieldDescription* pCurFieldDescr = getCurrentFieldDescData(); in CellModified() local136 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 6 milliseconds