Searched refs:pNxtNd (Results 1 – 2 of 2) sorted by relevance
522 const SwTxtNode* pNxtNd = GetNextNode(); in GetBigIndent() local523 if( !CanJoin( pNxtNd ) || !IsOneLine( *pNxtNd ) ) in GetBigIndent()526 pNxtFrm = GetFrm( *pNxtNd ); in GetBigIndent()1345 const SwTxtNode* pNxtNd = GetNextNode(); in BuildIndent() local1346 if( pNxtNd && !bEnde ) in BuildIndent()1349 bBreak = !IsFastFullLine( *pNxtNd ) || in BuildIndent()1350 IsBlanksInString( *pNxtNd ) || in BuildIndent()1351 IsSentenceAtEnd( *pNxtNd ); in BuildIndent()1352 if( DeleteAktNxtPara( pNxtNd->GetTxt() )) in BuildIndent()1358 pNxtNd = GetNextNode(); in BuildIndent()[all …]
417 const SwEndNode* pNxtNd; in IsInsRegionAvailable() local430 while( 0 != ( pNxtNd = (pNd = &aIdx.GetNode())->GetEndNode() ) && in IsInsRegionAvailable()431 pNxtNd->StartOfSectionNode()->IsSectionNode() && in IsInsRegionAvailable()432 !( pNxtNd->StartOfSectionIndex() < nCmp && in IsInsRegionAvailable()437 if( !pNxtNd ) in IsInsRegionAvailable()438 pNxtNd = pNd->EndOfSectionNode(); in IsInsRegionAvailable()440 if( pPrvNd && pNxtNd && pPrvNd == pNxtNd->StartOfSectionNode() ) in IsInsRegionAvailable()