Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/crsr/
H A Dswcrsr.cxx507 const SwNode* pMyNd = GetNode(); in IsSelOvr() local
509 if( pMyNd->IsSectionNode() || ( pMyNd->IsEndNode() && in IsSelOvr()
510 pMyNd->StartOfSectionNode()->IsSectionNode() ) ) in IsSelOvr()
513 pMyNd = bSelTop in IsSelOvr()
518 if ( 0 == pMyNd) in IsSelOvr()
521 if( 0 != ( pPtNd = pMyNd->FindTableNode() )) in IsSelOvr()
525 if( pMyNd->IsCntntNode() && // ist es ein ContentNode ?? in IsSelOvr()
532 pMyNd = pOuterTableNd; in IsSelOvr()
535 SwCntntNode* pCNd = (SwCntntNode*)pMyNd; in IsSelOvr()
542 ? ( !pMyNd->IsEndNode() || 0 == ( pPtNd = pMyNd->FindTableNode() )) in IsSelOvr()
[all …]

Completed in 20 milliseconds