Home
last modified time | relevance | path

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

/AOO41X/main/autodoc/source/display/toolkit/
H A Dhf_funcdecl.cxx39 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()
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx234 ,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 …]
H A DTEditControl.hxx65 OSQLNameEdit* pNameCell; member in dbaui::OTableEditorCtrl
/AOO41X/main/autodoc/source/display/inc/toolkit/
H A Dhf_funcdecl.hxx89 Xml::Element * pNameCell; member in HF_FunctionDeclaration