Lines Matching refs:pSttNd
481 const SwStartNode* pSttNd = pNd->FindSectionNode(); in IsProtect() local
482 if( pSttNd && ((SwSectionNode*)pSttNd)->GetSection().IsProtectFlag() ) in IsProtect()
485 if( 0 != ( pSttNd = FindTableBoxStartNode() ) ) in IsProtect()
491 const SwTableBox* pBox = pSttNd->FindTableNode()->GetTable(). in IsProtect()
492 GetTblBox( pSttNd->GetIndex() ); in IsProtect()
509 if( 0 != ( pSttNd = FindFootnoteStartNode() ) ) in IsProtect()
512 SwNodeIndex( *pSttNd ) ); in IsProtect()
574 const SwStartNode* pSttNd; in FindPageDesc() local
576 0 != ( pSttNd = pNd->FindFlyStartNode() ) ) in FindPageDesc()
588 &rCntnt.GetCntntIdx()->GetNode() == (SwNode*)pSttNd ) in FindPageDesc()
654 if( 0 != ( pSttNd = pNd->FindHeaderStartNode() ) || in FindPageDesc()
655 0 != ( pSttNd = pNd->FindFooterStartNode() )) in FindPageDesc()
660 if( SwHeaderStartNode == pSttNd->GetStartNodeType()) in FindPageDesc()
688 (SwNode*)pSttNd ) in FindPageDesc()
701 else if( 0 != ( pSttNd = pNd->FindFootnoteStartNode() )) in FindPageDesc()
708 (SwNode*)pSttNd == in FindPageDesc()
776 const SwNode* pSttNd = FindFlyStartNode(); in GetFlyFmt() local
777 if( pSttNd ) in GetFlyFmt()
794 &rCntnt.GetCntntIdx()->GetNode() == pSttNd ) in GetFlyFmt()
808 const SwNode* pSttNd = FindTableBoxStartNode(); in GetTblBox() local
809 if( pSttNd ) in GetTblBox()
810 pBox = (SwTableBox*)pSttNd->FindTableNode()->GetTable().GetTblBox( in GetTblBox()
811 pSttNd->GetIndex() ); in GetTblBox()
1908 const SwStartNode* pSttNd = StartOfSectionNode(); in IsAnyCondition() local
1909 while( pSttNd ) in IsAnyCondition()
1911 switch( pSttNd->GetNodeType() ) in IsAnyCondition()
1917 switch( pSttNd->GetStartNodeType() ) in IsAnyCondition()
1922 const SwTableNode* pTblNd = pSttNd->FindTableNode(); in IsAnyCondition()
1925 GetTblBox( pSttNd->GetIndex() ) ) && pBox && in IsAnyCondition()
1936 const SwNode* pSrchNd = pSttNd; in IsAnyCondition()
1959 pSttNd = pSttNd->GetIndex() in IsAnyCondition()
1960 ? pSttNd->StartOfSectionNode() in IsAnyCondition()