Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx490 SwTableBox* pOuterBox = pLeftBox; in CollectBoxSelection() local
493 if( pOuterBox ) in CollectBoxSelection()
495 long nOutSpan = pOuterBox->getRowSpan(); in CollectBoxSelection()
502 pOuterBox->FindStartOfRowSpan( *this, USHRT_MAX ); in CollectBoxSelection()
508 if( pOuterBox == pLeftBox ) in CollectBoxSelection()
521 if( pOuterBox == pLeftBox ) in CollectBoxSelection()
540 else if( ( nLeftSpanCnt && pLeftBox == pOuterBox ) || in CollectBoxSelection()
541 ( nRightSpanCnt && pRightBox == pOuterBox ) ) in CollectBoxSelection()
547 aTmp.first = pOuterBox; in CollectBoxSelection()
551 pOuterBox = pOuterBox == pRightBox ? 0 : pRightBox; in CollectBoxSelection()
[all …]

Completed in 22 milliseconds