Lines Matching refs:pNd

342     const SwNode* pNd = &GetPoint()->nNode.GetNode();  in IsSelOvr()  local
343 if( pNd->IsCntntNode() && !dynamic_cast<SwUnoCrsr*>(this) ) in IsSelOvr()
345 const SwCntntFrm* pFrm = ((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ); in IsSelOvr()
363 pFrm = ((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ); in IsSelOvr()
377 pNd = pCNd; in IsSelOvr()
428 if( (pNd = &GetMark()->nNode.GetNode())->IsCntntNode() in IsSelOvr()
429 && !((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ) in IsSelOvr()
665 SwNode* pNd; in IsInProtectTable() local
666 if( ( pNd = &IDX.GetNode())->IsEndNode() || HasMark()) in IsInProtectTable()
677 else if( pNd->IsTableNode() && IDX++ ) in IsInProtectTable()
694 SwNode* pNd; in IsInProtectTable() local
698 if( !( pNd = &IDX.GetNode())->IsEndNode() ) in IsInProtectTable()
700 IDX.Assign( *pNd->StartOfSectionNode(), +1 ); in IsInProtectTable()
702 pCNd = pNd->GetNodes().GoNext( &IDX ); in IsInProtectTable()
705 IDX.Assign( *pNd->FindTableBoxStartNode(), -1 ); in IsInProtectTable()
726 if( ( pNd = &IDX.GetNode())->IsStartNode() || HasMark() ) in IsInProtectTable()
737 else if( pNd->StartOfSectionNode()->IsTableNode() && IDX-- ) in IsInProtectTable()
750 const SwNode* pNd = &pPos->nNode.GetNode(); in IsAtValidPos() local
752 if( pNd->IsCntntNode() && !((SwCntntNode*)pNd)->getLayoutFrm( pDoc->GetCurrentLayout() ) && in IsAtValidPos()
763 if( !bCrsrInReadOnly && pNd->IsProtect() ) in IsAtValidPos()
766 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsAtValidPos()
2081 const SwNode* pNd = &GetPoint()->nNode.GetNode(); in MovePara() local
2089 const SwCntntNode* pCntntNd = pNd->GetCntntNode(); in MovePara()
2100 if ( pNd->IsTxtNode() && in MovePara()
2101 pNd->GetNodes()[ pNd->GetIndex() + in MovePara()
2223 const SwNode* pNd = &aIdx.GetNode(); in MakeBoxSels() local
2224 if( !pNd->IsCntntNode() ) in MakeBoxSels()
2225 pNd = rNds.GoNextSection( &aIdx, sal_True, sal_False ); in MakeBoxSels()
2228 if( pNd != &pPos->nNode.GetNode() ) in MakeBoxSels()
2229 pPos->nNode = *pNd; in MakeBoxSels()
2230 pPos->nContent.Assign( (SwCntntNode*)pNd, 0 ); in MakeBoxSels()
2233 if( !( pNd = &aIdx.GetNode())->IsCntntNode() ) in MakeBoxSels()
2234 pNd = rNds.GoPrevSection( &aIdx, sal_True, sal_False ); in MakeBoxSels()
2237 if( pNd != &pPos->nNode.GetNode() ) in MakeBoxSels()
2238 pPos->nNode = *pNd; in MakeBoxSels()
2239 pPos->nContent.Assign( (SwCntntNode*)pNd, ((SwCntntNode*)pNd)->Len() ); in MakeBoxSels()
2278 const SwNode* pNd = &aIdx.GetNode(); in MakeBoxSels() local
2279 if( !pNd->IsCntntNode() ) in MakeBoxSels()
2280 pNd = rNds.GoNextSection( &aIdx, sal_True, sal_False ); in MakeBoxSels()
2286 pNew->GetPoint()->nNode = *pNd; in MakeBoxSels()
2287 pNew->GetPoint()->nContent.Assign( (SwCntntNode*)pNd, 0 ); in MakeBoxSels()
2292 pNew->GetPoint()->nNode = *pNd; in MakeBoxSels()
2293 pNew->GetPoint()->nContent.Assign( (SwCntntNode*)pNd, 0 ); in MakeBoxSels()
2299 if( !( pNd = &pPos->nNode.GetNode())->IsCntntNode() ) in MakeBoxSels()
2300 pNd = rNds.GoPrevSection( &pPos->nNode, sal_True, sal_False ); in MakeBoxSels()
2302 pPos->nContent.Assign( (SwCntntNode*)pNd, ((SwCntntNode*)pNd)->Len() ); in MakeBoxSels()
2384 SwNode* pNd = &GetPoint()->nNode.GetNode(); in ParkCrsr() local
2385 if( !pNd->IsStartNode() ) in ParkCrsr()
2386 pNd = pNd->StartOfSectionNode(); in ParkCrsr()
2387 GetPoint()->nNode = *pNd; in ParkCrsr()
2390 pNd = &GetMark()->nNode.GetNode(); in ParkCrsr()
2391 if( !pNd->IsStartNode() ) in ParkCrsr()
2392 pNd = pNd->StartOfSectionNode(); in ParkCrsr()
2393 GetMark()->nNode = *pNd; in ParkCrsr()