Lines Matching refs:rBoundRect
63 SvxIconChoiceCtrlEntry_Impl( SvxIconChoiceCtrlEntry* pEntry, const Rectangle& rBoundRect ) in SvxIconChoiceCtrlEntry_Impl()
64 : _pEntry( pEntry), _aPos( rBoundRect.TopLeft()) {} in SvxIconChoiceCtrlEntry_Impl()
803 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in Paint() local
804 if( rRect.IsOver( rBoundRect ) ) in Paint()
806 PaintEntry( pEntry, rBoundRect.TopLeft(), pView, sal_True ); in Paint()
848 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in RepaintEntries() local
849 if( aOutRect.IsOver( rBoundRect ) ) in RepaintEntries()
850 PaintEntry( pEntry, rBoundRect.TopLeft() ); in RepaintEntries()
2092 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in SetEntryPos() local
2094 Point aNewPos( AdjustAtGrid( aCenterRect, rBoundRect ) ); in SetEntryPos()
3324 sal_Bool SvxIconChoiceCtrl_Impl::IsOver( SvPtrarr* pRectList, const Rectangle& rBoundRect ) const in IsOver()
3330 if( rBoundRect.IsOver( *pRect )) in IsOver()
3498 const Rectangle& rBoundRect = GetEntryBoundRect( pCur ); in AdjustAtGrid() local
3503 Point aNewPos( AdjustAtGrid( aCenterRect, rBoundRect ) ); in AdjustAtGrid()
3506 if( aNewPos != rBoundRect.TopLeft() ) in AdjustAtGrid()
3516 nCurRight = rBoundRect.Right(); in AdjustAtGrid()
3526 const Rectangle& rBoundRect ) const in AdjustAtGrid()
3540 aPos.X() += (nGridDX - rBoundRect.GetSize().Width() ) / 2; in AdjustAtGrid()