Lines Matching refs:pNd

343         SwNode* pNd = rNodes[ rWhere.GetIndex() -1 ];  in SwNode()  local
345 if( 0 == ( pStartOfSection = pNd->GetStartNode()) ) in SwNode()
347 pStartOfSection = pNd->pStartOfSection; in SwNode()
348 if( pNd->GetEndNode() ) // EndNode ? Section ueberspringen! in SwNode()
350 pNd = pStartOfSection; in SwNode()
351 pStartOfSection = pNd->pStartOfSection; in SwNode()
376 SwNode* pNd = rNodes[ nPos - 1 ]; in SwNode() local
378 if( 0 == ( pStartOfSection = pNd->GetStartNode()) ) in SwNode()
380 pStartOfSection = pNd->pStartOfSection; in SwNode()
381 if( pNd->GetEndNode() ) // EndNode ? Section ueberspringen! in SwNode()
383 pNd = pStartOfSection; in SwNode()
384 pStartOfSection = pNd->pStartOfSection; in SwNode()
427 const SwCntntNode* pNd; in IsInVisibleArea() local
432 pNd = GetNodes().GoNext( &aIdx ); in IsInVisibleArea()
437 pNd = GetNodes().GoPrevious( &aIdx ); in IsInVisibleArea()
440 pNd = GetCntntNode(); in IsInVisibleArea()
449 if( pNd && 0 != ( pFrm = pNd->getLayoutFrm( pSh->GetLayout(), 0, 0, sal_False ) ) ) in IsInVisibleArea()
470 const SwNode* pNd = ND_SECTIONNODE == nNodeType ? pStartOfSection : this; in IsInProtectSect() local
471 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInProtectSect()
480 const SwNode* pNd = ND_SECTIONNODE == nNodeType ? pStartOfSection : this; in IsProtect() local
481 const SwStartNode* pSttNd = pNd->FindSectionNode(); in IsProtect()
573 const SwNode* pNd = this; in FindPageDesc() local
575 if( pNd->GetIndex() < GetNodes().GetEndOfExtras().GetIndex() && in FindPageDesc()
576 0 != ( pSttNd = pNd->FindFlyStartNode() ) ) in FindPageDesc()
601 pNd = &pAnchor->GetCntntAnchor()->nNode.GetNode(); in FindPageDesc()
602 const SwNode* pFlyNd = pNd->FindFlyStartNode(); in FindPageDesc()
615 pNd = pFlyNd; in FindPageDesc()
644 if( pNd->GetIndex() < GetNodes().GetEndOfExtras().GetIndex() ) in FindPageDesc()
646 if( pNd->GetIndex() > GetNodes().GetEndOfAutotext().GetIndex() ) in FindPageDesc()
649 pNd = 0; in FindPageDesc()
654 if( 0 != ( pSttNd = pNd->FindHeaderStartNode() ) || in FindPageDesc()
655 0 != ( pSttNd = pNd->FindFooterStartNode() )) in FindPageDesc()
699 pNd = 0; in FindPageDesc()
701 else if( 0 != ( pSttNd = pNd->FindFootnoteStartNode() )) in FindPageDesc()
711 pNd = &pTxtFtn->GetTxtNode(); in FindPageDesc()
720 ASSERT( pNd->FindFlyStartNode(), in FindPageDesc()
724 pNd = 0; in FindPageDesc()
729 if( pNd ) in FindPageDesc()
731 SwFindNearestNode aInfo( *pNd ); in FindPageDesc()
746 if( 0 != ( pNd = aInfo.GetFoundNode() )) in FindPageDesc()
748 if( pNd->IsCntntNode() ) in FindPageDesc()
749 pPgDesc = ((SwFmtPageDesc&)pNd->GetCntntNode()-> in FindPageDesc()
751 else if( pNd->IsTableNode() ) in FindPageDesc()
752 pPgDesc = pNd->GetTableNode()->GetTable(). in FindPageDesc()
754 else if( pNd->IsSectionNode() ) in FindPageDesc()
755 pPgDesc = pNd->GetSectionNode()->GetSection(). in FindPageDesc()
760 *pPgDescNdIdx = pNd->GetIndex(); in FindPageDesc()
835 SwNode* pNd = (SwNode*)this; in FindOutlineNodeOfLevel() local
837 if( !rONds.Seek_Entry( pNd, &nPos )) in FindOutlineNodeOfLevel()
1824 const SwNode* pNd = this; in CanJoinNext() local
1826 (( pNd = &aIdx.GetNode())->IsSectionNode() || in CanJoinNext()
1827 ( pNd->IsEndNode() && pNd->StartOfSectionNode()->IsSectionNode() ))) in CanJoinNext()
1830 if( pNd->GetNodeType() != nNdType || rNds.Count()-1 == aIdx.GetIndex() ) in CanJoinNext()
1836 pTxtNd = static_cast<const SwTxtNode*>(pNd); in CanJoinNext()
1854 const SwNode* pNd = this; in CanJoinPrev() local
1856 (( pNd = &aIdx.GetNode())->IsSectionNode() || in CanJoinPrev()
1857 ( pNd->IsEndNode() && pNd->StartOfSectionNode()->IsSectionNode() ))) in CanJoinPrev()
1860 if( pNd->GetNodeType() != nNdType || 0 == aIdx.GetIndex() ) in CanJoinPrev()
2076 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in CreateOLENodesArray() local
2078 SwOLENode *pONd = pNd->GetOLENode(); in CreateOLENodesArray()