Searched refs:pMyNd (Results 1 – 1 of 1) sorted by relevance
519 const SwNode* pMyNd = GetNode(); in IsSelOvr() local521 if( pMyNd->IsSectionNode() || ( pMyNd->IsEndNode() && in IsSelOvr()522 pMyNd->StartOfSectionNode()->IsSectionNode() ) ) in IsSelOvr()525 pMyNd = bSelTop in IsSelOvr()530 if ( 0 == pMyNd) in IsSelOvr()533 if( 0 != ( pPtNd = pMyNd->FindTableNode() )) in IsSelOvr()537 if( pMyNd->IsCntntNode() && // ist es ein ContentNode ?? in IsSelOvr()542 const SwTableNode* pOuterTableNd = pMyNd->FindTableNode(); in IsSelOvr()544 pMyNd = pOuterTableNd; in IsSelOvr()547 SwCntntNode* pCNd = (SwCntntNode*)pMyNd; in IsSelOvr()[all …]