Lines Matching refs:pStartOfSection

291     if( IsEndNode() && 0 == pStartOfSection->StartOfSectionIndex() )  in GetSectionLevel()
295 const SwNode* pNode = IsStartNode() ? this : pStartOfSection; in GetSectionLevel()
297 pNode = pNode->pStartOfSection; in GetSectionLevel()
334 : nNodeType( nNdType ), pStartOfSection( 0 ) in SwNode()
345 if( 0 == ( pStartOfSection = pNd->GetStartNode()) ) in SwNode()
347 pStartOfSection = pNd->pStartOfSection; in SwNode()
350 pNd = pStartOfSection; in SwNode()
351 pStartOfSection = pNd->pStartOfSection; in SwNode()
358 pStartOfSection = (SwStartNode*)this; in SwNode()
368 : nNodeType( nNdType ), pStartOfSection( 0 ) in SwNode()
378 if( 0 == ( pStartOfSection = pNd->GetStartNode()) ) in SwNode()
380 pStartOfSection = pNd->pStartOfSection; in SwNode()
383 pNd = pStartOfSection; in SwNode()
384 pStartOfSection = pNd->pStartOfSection; in SwNode()
391 pStartOfSection = (SwStartNode*)this; in SwNode()
412 SwStartNode* pTmp = pStartOfSection; in FindTableNode()
415 pTmp = ((SwNode*)pTmp)->pStartOfSection; in FindTableNode()
417 pTmp = pTmp->pStartOfSection; in FindTableNode()
470 const SwNode* pNd = ND_SECTIONNODE == nNodeType ? pStartOfSection : this; in IsInProtectSect()
480 const SwNode* pNd = ND_SECTIONNODE == nNodeType ? pStartOfSection : this; in IsProtect()
817 SwStartNode* pTmp = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in FindSttNodeByType()
821 pTmp = ((SwNode*)pTmp)->pStartOfSection; in FindSttNodeByType()
823 pTmp = pTmp->pStartOfSection; in FindSttNodeByType()
1007 pStartOfSection = &rSttNd; in SwEndNode()
1008 pStartOfSection->pEndOfSection = this; in SwEndNode()
1014 pStartOfSection = &rSttNd; in SwEndNode()
1015 pStartOfSection->pEndOfSection = this; in SwEndNode()