Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx131 OFieldDescription* pCurFieldDescr = getCurrentFieldDescData(); in CellModified() local
133 sal_uInt16 nPos = aListBox.GetEntryPos( String( pCurFieldDescr->GetName() ) ); in CellModified()
134 pCurFieldDescr = static_cast< OFieldDescription* >( aListBox.GetEntryData( nPos ) ); in CellModified()
135 …OSL_ENSURE( pCurFieldDescr, "OWizTypeSelectControl::CellModified: Columnname/type not found in the… in CellModified()
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()
[all …]