Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx519 const SwNode* pMyNd = GetNode(); in IsSelOvr() local
521 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()
544 pMyNd = pOuterTableNd; in IsSelOvr()
547 SwCntntNode* pCNd = (SwCntntNode*)pMyNd; in IsSelOvr()
554 ? ( !pMyNd->IsEndNode() || 0 == ( pPtNd = pMyNd->FindTableNode() )) in IsSelOvr()
[all …]

Completed in 22 milliseconds