Lines Matching refs:nColumnId
317 …GrantControl::InitController( CellControllerRef& /*rController*/, long nRow, sal_uInt16 nColumnId ) in InitController() argument
322 if(nColumnId == COL_TABLE_NAME) in InitController()
328 …m_pCheckCell->GetBox().Check(aFind != m_aPrivMap.end() ? isAllowed(nColumnId,aFind->second.nRights… in InitController()
405 CellController* OTableGrantControl::GetController( long nRow, sal_uInt16 nColumnId ) in GetController() argument
410 switch( nColumnId ) in GetController()
423 if(aFind != m_aPrivMap.end() && isAllowed(nColumnId,aFind->second.nWithGrant)) in GetController()
442 …leGrantControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId ) const in PaintCell()
446 if(nColumnId != COL_TABLE_NAME) in PaintCell()
450 …intTristate(rDev, rRect, isAllowed(nColumnId,aFind->second.nRights) ? STATE_CHECK : STATE_NOCHECK,… in PaintCell()
456 String aText(((OTableGrantControl*)this)->GetCellText( m_nDataPos, nColumnId )); in PaintCell()
493 sal_uInt16 nColumnId = GetColumnId( _nColumnPos ); in CreateAccessibleCell() local
494 if(nColumnId != COL_TABLE_NAME) in CreateAccessibleCell()
501 eState = isAllowed(nColumnId,aFind->second.nRights) ? STATE_CHECK : STATE_NOCHECK; in CreateAccessibleCell()
502 bEnable = isAllowed(nColumnId,aFind->second.nWithGrant); in CreateAccessibleCell()