Home
last modified time | relevance | path

Searched refs:rUnion (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/core/frmedt/
H A Dtblsel.cxx584 const SwRect& rUnion = pUnion->GetUnion(), in ChkChartSel() local
587 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 …]
/AOO41X/main/sw/source/core/docnode/
H A Dndtbl1.cxx556 void lcl_CollectCells( SvPtrarr &rArr, const SwRect &rUnion, in lcl_CollectCells() argument
567 if ( rUnion.IsOver( pCell->Frm() ) ) in lcl_CollectCells()
651 const SwRect &rUnion = pUnion->GetUnion(); in SetTabBorders() local
673 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 …]
/AOO41X/main/sw/inc/
H A Dtblsel.hxx98 sal_Bool IsFrmInTblSel( const SwRect& rUnion, const SwFrm* pCell );