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()
234 ,pNameCell(NULL) in OTableEditorCtrl()335 pNameCell = new OSQLNameEdit( &GetDataWindow(), sExtraNameChars,WB_LEFT ); in InitCellController()336 pNameCell->SetMaxTextLen( nMaxTextLen ); in InitCellController()337 pNameCell->setCheck( isSQL92CheckEnabled(xCon) ); in InitCellController()353 pNameCell->SetHelpId(HID_TABDESIGN_NAMECELL); in InitCellController()359 const Control* pControls[] = { pTypeCell,pDescrCell,pNameCell,pHelpTextCell}; in InitCellController()375 pNameCell->ClearModifyFlag(); in ClearModified()406 delete pNameCell; in ~OTableEditorCtrl()474 return new EditCellController( pNameCell ); in GetController()507 pNameCell->SetText( aInitString ); in InitController()[all …]
65 OSQLNameEdit* pNameCell; member in dbaui::OTableEditorCtrl
89 Xml::Element * pNameCell; member in HF_FunctionDeclaration