Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx486 const SwTableNode* pPtNd = GetPoint()->nNode.GetNode().FindTableNode(); in IsSelOvr() local
489 if( ( !pMrkNd && !pPtNd ) || pPtNd == pMrkNd ) in IsSelOvr()
493 if( ( pPtNd && pMrkNd ) || pMrkNd ) in IsSelOvr()
502 if( pPtNd ) // nur Point in Tabelle, dann gehe hinter/vor diese in IsSelOvr()
512 sal_uLong nSEIdx = pPtNd->EndOfSectionIndex(); in IsSelOvr()
533 if( 0 != ( pPtNd = pMyNd->FindTableNode() )) in IsSelOvr()
554 ? ( !pMyNd->IsEndNode() || 0 == ( pPtNd = pMyNd->FindTableNode() )) in IsSelOvr()
555 : 0 == ( pPtNd = pMyNd->GetTableNode() )) in IsSelOvr()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx3124 const SwNode* pPtNd = &GetPoint()->nNode.GetNode(), in HasValidRange() local
3126 if( pPtNd->StartOfSectionNode() == pMkNd->StartOfSectionNode() && in HasValidRange()
3127 !pPtNd->StartOfSectionNode()->IsTableNode() && in HasValidRange()
3131 ( pPtNd != pMkNd || GetContentIdx() != NULL || in HasValidRange()
3132 pPtNd != &pPtNd->GetNodes().GetEndOfContent() ) in HasValidRange()

Completed in 28 milliseconds