Lines Matching refs:pPrvNd
161 const SwNode* pPrvNd = 0; in InsertSwSection() local
164 0 == ( nRegionRet = IsInsRegionAvailable( rRange, &pPrvNd ) )) in InsertSwSection()
210 if( pPrvNd && 3 == nRegionRet ) in InsertSwSection()
212 ASSERT( pPrvNd, "der SectionNode fehlt" ); in InsertSwSection()
214 while( pPrvNd != aStt.GetNode().StartOfSectionNode() ) in InsertSwSection()
216 while( pPrvNd != aEnd.GetNode().StartOfSectionNode() ) in InsertSwSection()
227 if( !( pPrvNd && 1 == nRegionRet ) && in InsertSwSection()
238 if ( !( pPrvNd && 2 == nRegionRet ) ) in InsertSwSection()
251 if( pPrvNd && 1 == nRegionRet ) in InsertSwSection()
253 pSttPos->nNode.Assign( *pPrvNd ); in InsertSwSection()
261 if( pPrvNd && 2 == nRegionRet ) in InsertSwSection()
263 pEndPos->nNode.Assign( *pPrvNd ); in InsertSwSection()
416 const SwStartNode* pPrvNd; in IsInsRegionAvailable() local
418 while( 0 != ( pPrvNd = (pNd = &aIdx.GetNode())->GetSectionNode() ) && in IsInsRegionAvailable()
420 nCmp < pPrvNd->EndOfSectionIndex() ) ) in IsInsRegionAvailable()
424 if( !pPrvNd ) in IsInsRegionAvailable()
425 pPrvNd = pNd->IsStartNode() ? (SwStartNode*)pNd in IsInsRegionAvailable()
440 if( pPrvNd && pNxtNd && pPrvNd == pNxtNd->StartOfSectionNode() ) in IsInsRegionAvailable()
445 *ppSttNd = pPrvNd; in IsInsRegionAvailable()