Searched refs:pOuterBox (Results 1 – 1 of 1) sorted by relevance
490 SwTableBox* pOuterBox = pLeftBox; in CollectBoxSelection() local493 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 28 milliseconds