Lines Matching refs:GetId

208 				pHeaderBar->SetItemSize( pCols->GetObject(nPos)->GetId(), pCols->GetObject(nPos)->Width() );  in StateChanged()
217 sal_Bool bHandleCol = pCols->Count() && (0 == pCols->GetObject(0)->GetId()); in StateChanged()
351 long nOfsX = (!pFirstCol || pFirstCol->GetId()) ? 0 : pFirstCol->Width(); in ToggleSelection()
389 pCols->GetObject(nColId)->GetId(), in ToggleSelection()
443 Point( ( pCols->Count() && pCols->GetObject(0)->GetId() == 0 ) ? in DrawCursor()
498 return pCols->GetObject(nPos)->GetId(); in GetColumnId()
508 if ( pCols->GetObject(nPos)->GetId() == nId ) in GetColumnPos()
520 if ( pCols->GetObject(nPos)->GetId() == nColumnId ) in IsFrozen()
659 long nOfsX = pFirstCol->GetId() ? 0 : pFirstCol->Width(); in Resize()
680 sal_Bool bHandleCol = pFirstCol && pFirstCol->GetId() == 0; in Paint()
829 pBar->SetItemSize( pCurrent->GetId(), pCurrent->Width() ); in Draw()
847 Point aHeaderPos(pFirstCol && (pFirstCol->GetId() == 0) ? pFirstCol->Width() : 0, 0); in Draw()
860 if (( pFirstCol->GetId() == 0 ) && ( pFirstCol->Width() > 4 )) in Draw()
908 pBar->SetItemSize( pCurrent->GetId(), pCurrent->Width() ); in Draw()
938 long nHLineX = 0 == pCols->GetObject(0)->GetId() in ImplPaintData()
1010 && IsColumnSelected( pCol->GetId() ); in ImplPaintData()
1022 …if (!m_bFocusOnlyCursor && (pCol->GetId() == GetCurColumnId()) && (nRow == (sal_uLong)GetCurRow())) in ImplPaintData()
1040 if (pCol->GetId() != 0) in ImplPaintData()
1102 if ( pCols->Count() && ( pCols->GetObject(0)->GetId() == 0 ) && ( aPos.Y() <= _rRect.Bottom() ) ) in ImplPaintData()
1150 if ( pCol->GetId() != 0 ) in ImplPaintData()
1342 if ( pCols->GetObject(nCol)->GetId() ) in UpdateScrollbars()
1515 if ( pCol->GetId() && Abs( nR - rEvtPos.X() ) < 2 ) in MouseButtonDown()
1531 this, rEvt, -1, nCol, pCol->GetId(), Rectangle() ) ); in MouseButtonDown()
1572 if ( bResizing || ( pCol->GetId() && in MouseMove()