Searched refs:rUnion (Results 1 – 3 of 3) sorted by relevance
584 const SwRect& rUnion = pUnion->GetUnion(), in ChkChartSel() local587 const long nUnionRight = rUnion.Right(); in ChkChartSel()588 const long nUnionBottom = rUnion.Bottom(); in ChkChartSel()598 if( !( rUnion.Top() + nYFuzzy > nFrmBottom || in ChkChartSel()600 rUnion.Left() + nXFuzzy > nFrmRight || in ChkChartSel()608 if( rUnion.Left() <= rFrmRect.Left() + nXFuzzy && in ChkChartSel()610 rUnion.Left() <= nFrmRight && in ChkChartSel()612 rUnion.Top() <= rFrmRect.Top() + nYFuzzy && in ChkChartSel()614 rUnion.Top() <= nFrmBottom && in ChkChartSel()746 sal_Bool IsFrmInTblSel( const SwRect& rUnion, const SwFrm* pCell ) in IsFrmInTblSel() argument[all …]
556 void lcl_CollectCells( SvPtrarr &rArr, const SwRect &rUnion, in lcl_CollectCells() argument567 if ( rUnion.IsOver( pCell->Frm() ) ) in lcl_CollectCells()651 const SwRect &rUnion = pUnion->GetUnion(); in SetTabBorders() local673 bTopOver = pCell->Frm().Right() >= rUnion.Right(); in SetTabBorders()674 bLeftOver = pCell->Frm().Top() <= rUnion.Top(); in SetTabBorders()675 bRightOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in SetTabBorders()676 bBottomOver = pCell->Frm().Left() <= rUnion.Left(); in SetTabBorders()680 bTopOver = pCell->Frm().Top() <= rUnion.Top(); in SetTabBorders()681 bLeftOver = pCell->Frm().Left() <= rUnion.Left(); in SetTabBorders()682 bRightOver = pCell->Frm().Right() >= rUnion.Right(); in SetTabBorders()[all …]
98 sal_Bool IsFrmInTblSel( const SwRect& rUnion, const SwFrm* pCell );