Searched refs:pNameCell (Results 1 – 4 of 4) sorted by relevance
39 pNameCell(0), in HF_FunctionDeclaration()73 if (pNameCell != 0) in NameCell()74 return *pNameCell; in NameCell()76 pNameCell = &( ParameterLine() in NameCell()80 pLastParameterCell = pNameCell; in NameCell()82 return *pNameCell; in NameCell()88 if (pLastParameterCell != pNameCell) in NewParamTypeCell()111 csv_assert(pLastParameterCell != pNameCell); in ParamNameCell()
232 ,pNameCell(NULL) in OTableEditorCtrl()333 pNameCell = new OSQLNameEdit( &GetDataWindow(), sExtraNameChars,WB_LEFT ); in InitCellController()334 pNameCell->SetMaxTextLen( nMaxTextLen ); in InitCellController()335 pNameCell->setCheck( isSQL92CheckEnabled(xCon) ); in InitCellController()351 pNameCell->SetHelpId(HID_TABDESIGN_NAMECELL); in InitCellController()357 const Control* pControls[] = { pTypeCell,pDescrCell,pNameCell,pHelpTextCell}; in InitCellController()373 pNameCell->ClearModifyFlag(); in ClearModified()404 delete pNameCell; in ~OTableEditorCtrl()472 return new EditCellController( pNameCell ); in GetController()505 pNameCell->SetText( aInitString ); in InitController()[all …]
65 OSQLNameEdit* pNameCell; member in dbaui::OTableEditorCtrl
89 Xml::Element * pNameCell; member in HF_FunctionDeclaration