Lines Matching refs:pFirstCol
350 BrowserColumn *pFirstCol = pCols->GetObject(0); in ToggleSelection() local
351 long nOfsX = (!pFirstCol || pFirstCol->GetId()) ? 0 : pFirstCol->Width(); in ToggleSelection()
658 BrowserColumn *pFirstCol = pCols->GetObject(0); in Resize() local
659 long nOfsX = pFirstCol->GetId() ? 0 : pFirstCol->Width(); in Resize()
679 BrowserColumn *pFirstCol = pCols->GetObject(0); in Paint() local
680 sal_Bool bHandleCol = pFirstCol && pFirstCol->GetId() == 0; in Paint()
697 Point( pFirstCol->Width(), GetTitleHeight() - 1 ) ); in Paint()
845 BrowserColumn* pFirstCol = pCols->Count() ? pCols->GetObject(0) : NULL; in Draw() local
847 Point aHeaderPos(pFirstCol && (pFirstCol->GetId() == 0) ? pFirstCol->Width() : 0, 0); in Draw()
860 if (( pFirstCol->GetId() == 0 ) && ( pFirstCol->Width() > 4 )) in Draw()
863 Size( pFirstCol->Width()-1, nTitleHeight-1 ), in Draw()
864 pFirstCol->Title(), sal_False, sal_False, sal_False, !IsEnabled()); in Draw()
871 Point( aRealPos.X() + pFirstCol->Width() - 1, aRealPos.Y() + nTitleHeight-1 ) ); in Draw()
872 pDev->DrawLine( Point( aRealPos.X() + pFirstCol->Width() - 1, aRealPos.Y() ), in Draw()
873 Point( aRealPos.X() + pFirstCol->Width() - 1, aRealPos.Y() + nTitleHeight-1 ) ); in Draw()