Lines Matching refs:GetObject

206 			pCols->GetObject(nPos)->ZoomChanged(GetZoom());  in StateChanged()
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()
350 BrowserColumn *pFirstCol = pCols->GetObject(0); in ToggleSelection()
389 pCols->GetObject(nColId)->GetId(), in ToggleSelection()
443 Point( ( pCols->Count() && pCols->GetObject(0)->GetId() == 0 ) ? in DrawCursor()
444 pCols->GetObject(0)->Width() : 0, in DrawCursor()
487 return pCols->GetObject(nItemPos)->Width(); in GetColumnWidth()
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()
521 return pCols->GetObject(nPos)->IsFrozen(); in IsFrozen()
658 BrowserColumn *pFirstCol = pCols->GetObject(0); in Resize()
679 BrowserColumn *pFirstCol = pCols->GetObject(0); in Paint()
714 if ( nCol < nFirstCol && !pCols->GetObject(nCol)->IsFrozen() ) in Paint()
721 BrowserColumn *pCol = pCols->GetObject(nCol); in Paint()
822 BrowserColumn* pCurrent = pCols->GetObject(nPos); in Draw()
845 BrowserColumn* pFirstCol = pCols->Count() ? pCols->GetObject(0) : NULL; in Draw()
901 BrowserColumn* pCurrent = pCols->GetObject(nPos); in Draw()
938 long nHLineX = 0 == pCols->GetObject(0)->GetId() in ImplPaintData()
939 ? pCols->GetObject(0)->Width() in ImplPaintData()
988 BrowserColumn *pCol = pCols->GetObject(nCol); in ImplPaintData()
998 pCol = pCols->GetObject(nCol); in ImplPaintData()
1102 if ( pCols->Count() && ( pCols->GetObject(0)->GetId() == 0 ) && ( aPos.Y() <= _rRect.Bottom() ) ) in ImplPaintData()
1109 Point( aOverallAreaPos.X() + pCols->GetObject(0)->Width() - 1, in ImplPaintData()
1131 BrowserColumn *pCol = pCols->GetObject(nCol); in ImplPaintData()
1137 pCol = pCols->GetObject(nCol); in ImplPaintData()
1342 if ( pCols->GetObject(nCol)->GetId() ) in UpdateScrollbars()
1343 nWidth += pCols->GetObject(nCol)->Width(); in UpdateScrollbars()
1406 nCol < pCols->Count() && pCols->GetObject(nCol)->IsFrozen(); in GetFrozenWidth()
1408 nWidth += pCols->GetObject(nCol)->Width(); in GetFrozenWidth()
1430 nCol < pCols->Count() && pCols->GetObject(nCol)->IsFrozen(); in FrozenColCount()
1508 BrowserColumn *pCol = pCols->GetObject(nCol); in MouseButtonDown()
1562 ( nX + pCols->GetObject(nCol)->Width() ) < sal_uInt16(GetOutputSizePixel().Width()); in MouseMove()
1565 if ( pCols->GetObject(nCol)->IsFrozen() || nCol >= nFirstCol ) in MouseMove()
1568 BrowserColumn *pCol = pCols->GetObject(nCol); in MouseMove()
1617 if ( (nDragX - nResizeX) != (long)pCols->GetObject(nResizeCol)->Width() ) in MouseButtonUp()