Lines Matching refs:pNxtNd

522         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()
1359 } while( CanJoin( pNxtNd ) && in BuildIndent()
1360 !CalcLevel( *pNxtNd ) ); in BuildIndent()
1387 const SwTxtNode* pNxtNd = GetNextNode(); in BuildTextIndent() local
1388 while( CanJoin( pNxtNd ) && in BuildTextIndent()
1389 CalcLevel( *pNxtNd ) ) in BuildTextIndent()
1391 bBreak = !IsFastFullLine( *pNxtNd ) || IsBlanksInString( *pNxtNd ) || in BuildTextIndent()
1392 IsSentenceAtEnd( *pNxtNd ); in BuildTextIndent()
1393 if( DeleteAktNxtPara( pNxtNd->GetTxt() ) ) in BuildTextIndent()
1399 pNxtNd = GetNextNode(); in BuildTextIndent()
1423 const SwTxtNode* pNxtNd = GetNextNode(); in BuildText() local
1424 while( CanJoin( pNxtNd ) && in BuildText()
1425 !CalcLevel( *pNxtNd ) ) in BuildText()
1427 bBreak = !IsFastFullLine( *pNxtNd ) || IsBlanksInString( *pNxtNd ) || in BuildText()
1428 IsSentenceAtEnd( *pNxtNd ); in BuildText()
1429 if( DeleteAktNxtPara( pNxtNd->GetTxt() ) ) in BuildText()
1435 const SwTxtNode* pCurrNode = pNxtNd; in BuildText()
1436 pNxtNd = GetNextNode(); in BuildText()
1437 if(!pNxtNd || pCurrNode == pNxtNd) in BuildText()
1743 const SwTxtNode* pNxtNd = GetNextNode(); in BuildEnum() local
1744 while( CanJoin( pNxtNd ) && in BuildEnum()
1745 nLvl == CalcLevel( *pNxtNd ) ) in BuildEnum()
1748 bBreak = !IsFastFullLine( *pNxtNd ) || IsBlanksInString( *pNxtNd ) || in BuildEnum()
1749 IsSentenceAtEnd( *pNxtNd ); in BuildEnum()
1750 if( DeleteAktNxtPara( pNxtNd->GetTxt() ) ) in BuildEnum()
1756 const SwTxtNode* pCurrNode = pNxtNd; in BuildEnum()
1757 pNxtNd = GetNextNode(); in BuildEnum()
1758 if(!pNxtNd || pCurrNode == pNxtNd) in BuildEnum()
1831 const SwTxtNode* pNxtNd = GetNextNode(); in BuildNegIndent() local
1832 while( CanJoin( pNxtNd ) && in BuildNegIndent()
1834 GetFrm( *pNxtNd ) ).GetLineStart() )) in BuildNegIndent()
1837 bBreak = !IsFastFullLine( *pNxtNd ) || in BuildNegIndent()
1838 IsBlanksInString( *pNxtNd ) || in BuildNegIndent()
1839 IsSentenceAtEnd( *pNxtNd ); in BuildNegIndent()
1840 if( DeleteAktNxtPara( pNxtNd->GetTxt() ) ) in BuildNegIndent()
1846 pNxtNd = GetNextNode(); in BuildNegIndent()
2213 const SwTxtNode* pNxtNd = 0; in SwAutoFormat() local
2227 pNxtNd = aNdIdx.GetNode().GetTxtNode(); in SwAutoFormat()
2228 bEmptyLine = !pNxtNd || in SwAutoFormat()
2229 IsEmptyLine( *pNxtNd ) || in SwAutoFormat()
2230 IsNoAlphaLine( *pNxtNd ); in SwAutoFormat()
2408 pNxtNd = GetNextNode(); in SwAutoFormat()
2409 if( pNxtNd ) in SwAutoFormat()
2411 bNxtEmpty = IsEmptyLine( *pNxtNd ); in SwAutoFormat()
2412 bNxtAlpha = IsNoAlphaLine( *pNxtNd ); in SwAutoFormat()
2413 nNxtLevel = CalcLevel( *pNxtNd ); in SwAutoFormat()
2417 if( !bNxtEmpty && HasBreakAttr( *pNxtNd ) ) in SwAutoFormat()
2479 || ( pNxtNd && IsEnumericChar( *pNxtNd )) in SwAutoFormat()
2555 else if( nLevel && pNxtNd && !bEnde && in SwAutoFormat()
2557 !IsEnumericChar( *pNxtNd ) ) in SwAutoFormat()
2581 else if( !nLevel && pNxtNd && !bEnde && in SwAutoFormat()
2583 !IsEnumericChar( *pNxtNd ) ) in SwAutoFormat()