Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/edit/
H A Dautofmt.cxx522 const SwTxtNode* pNxtNd = GetNextNode(); in GetBigIndent() local
523 if( !CanJoin( pNxtNd ) || !IsOneLine( *pNxtNd ) ) in GetBigIndent()
526 pNxtFrm = GetFrm( *pNxtNd ); in GetBigIndent()
1345 const SwTxtNode* pNxtNd = GetNextNode(); in BuildIndent() local
1346 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 …]
/AOO41X/main/sw/source/core/docnode/
H A Dndsect.cxx417 const SwEndNode* pNxtNd; in IsInsRegionAvailable() local
430 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()