Lines Matching refs:pNewSectNode
201 SwSectionNode* pNewSectNode = 0; in InsertSwSection() local
220 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
292 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
302 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
307 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
317 pNewSectNode = GetNodes().InsertTextSection( in InsertSwSection()
323 pNewSectNode->CheckSectionCondColl(); in InsertSwSection()
330 SwPaM aPam( *pNewSectNode->EndOfSectionNode(), *pNewSectNode, 1 ); in InsertSwSection()
348 FldsToCalc( aCalc, pNewSectNode->GetIndex(), USHRT_MAX ); in InsertSwSection()
350 SwSection& rNewSect = pNewSectNode->GetSection(); in InsertSwSection()
371 pUndoInsSect->SetSectNdPos( pNewSectNode->GetIndex() ); in InsertSwSection()
378 pNewSectNode->GetSection().CreateLink( bUpdate ? CREATE_UPDATE : CREATE_CONNECT ); in InsertSwSection()
383 GetFtnIdxs().UpdateFtn( SwNodeIndex( *pNewSectNode )); in InsertSwSection()
387 return &pNewSectNode->GetSection(); in InsertSwSection()