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.cxx587 const long nUnionRight = rUnion.Right(); in ChkChartSel()
600 rUnion.Left() + nXFuzzy > nFrmRight || in ChkChartSel()
610 rUnion.Left() <= nFrmRight && in ChkChartSel()
614 rUnion.Top() <= nFrmBottom && in ChkChartSel()
759 rUnion.Top() <= pCell->Frm().Top() && in IsFrmInTblSel()
760 rUnion.Bottom() >= pCell->Frm().Bottom() && in IsFrmInTblSel()
763 rUnion.Right() > pCell->Frm().Left() ) || in IsFrmInTblSel()
765 ( rUnion.Left() >= pCell->Frm().Left() && in IsFrmInTblSel()
1043 SwRect &rUnion = aUnions[i]->GetUnion(); in GetMergeSel() local
1052 if ( pRow->Frm().IsOver( rUnion ) ) in GetMergeSel()
[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
674 bLeftOver = pCell->Frm().Top() <= rUnion.Top(); in SetTabBorders()
680 bTopOver = pCell->Frm().Top() <= rUnion.Top(); in SetTabBorders()
681 bLeftOver = pCell->Frm().Left() <= rUnion.Left(); in SetTabBorders()
933 const SwRect &rUnion = pUnion->GetUnion(); in GetTabBorders() local
938 ::lcl_CollectCells( aCellArr, rUnion, (SwTabFrm*)pTab ); in GetTabBorders()
949 bLeftOver = pCell->Frm().Top() <= rUnion.Top(); in GetTabBorders()
955 bTopOver = pCell->Frm().Top() <= rUnion.Top(); in GetTabBorders()
[all …]
/aoo41x/main/sw/inc/
H A Dtblsel.hxx98 sal_Bool IsFrmInTblSel( const SwRect& rUnion, const SwFrm* pCell );

Completed in 45 milliseconds