Searched refs:_nColumnId (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 161 …eldsControl::PaintCell( OutputDevice& _rDev, const Rectangle& _rRect, sal_uInt16 _nColumnId ) const in PaintCell() 166 String aText = GetRowCellText(m_aSeekRow,_nColumnId); in PaintCell() 296 CellController* IndexFieldsControl::GetController(long _nRow, sal_uInt16 _nColumnId) in GetController() argument 305 switch (_nColumnId) in GetController() 413 …eldsControl::InitController(CellControllerRef& /*_rController*/, long _nRow, sal_uInt16 _nColumnId) in InitController() argument 418 switch (_nColumnId) in InitController()
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.hxx | 117 void RemoveColumn( sal_uInt16 _nColumnId ); 319 …anged(const String& _sOldAlias,const String& _sAlias,sal_Bool& _bListAction,sal_uInt16 _nColumnId); 329 …ring& _sOldFunctionName,const String& _sFunctionName,sal_Bool& _bListAction,sal_uInt16 _nColumnId); 340 …onst String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bListAction,sal_uInt16 _nColumnId);
|
H A D | SelectionBrowseBox.cxx | 622 …hanged(const String& _sOldAlias,const String& _sAlias,sal_Bool& _bListAction,sal_uInt16 _nColumnId) in notifyTableFieldChanged() argument 626 RowModified(GetBrowseRow(BROW_TABLE_ROW), _nColumnId); in notifyTableFieldChanged() 634 RowModified(GetBrowseRow(BROW_FUNCTION_ROW), _nColumnId); in notifyFunctionFieldChanged() 637 …const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_Bool& _bListAction,sal_uInt16 _nColumnId) in clearEntryFunctionField() argument 650 …tifyFunctionFieldChanged(sOldLocalizedFunctionName,_pEntry->GetFunction(),_bListAction,_nColumnId); in clearEntryFunctionField() 1338 void OSelectionBrowseBox::RemoveColumn(sal_uInt16 _nColumnId) in RemoveColumn() argument 1343 sal_uInt16 nPos = GetColumnPos(_nColumnId); in RemoveColumn() 1355 pEntry->SetColumnId(_nColumnId); in RemoveColumn() 1358 EditBrowseBox::RemoveColumn( _nColumnId ); in RemoveColumn() 1359 InsertDataColumn( _nColumnId , String(), DEFAULT_SIZE, HIB_STDSTYLE, HEADERBAR_APPEND); in RemoveColumn() [all …]
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | indexfieldscontrol.hxx | 89 …virtual void PaintCell( OutputDevice& _rDev, const Rectangle& _rRect, sal_uInt16 _nColumnId ) cons… 94 ::svt::CellController* GetController(long _nRow, sal_uInt16 _nColumnId); 95 void InitController(::svt::CellControllerRef&, long _nRow, sal_uInt16 _nColumnId);
|
H A D | TableFieldDescription.hxx | 106 void SetColumnId(sal_uInt16 _nColumnId) { m_nColumnId = _nColumnId; } in SetColumnId() argument
|
H A D | TableGrantCtrl.hxx | 115 sal_Bool isAllowed(sal_uInt16 _nColumnId,sal_Int32 _nPrivilege) const;
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | TableGrantCtrl.cxx | 363 sal_Bool OTableGrantControl::isAllowed(sal_uInt16 _nColumnId,sal_Int32 _nPrivilege) const in isAllowed() argument 366 switch (_nColumnId) in isAllowed()
|
Completed in 51 milliseconds