Lines Matching refs:pIdx

678 		const SwNodeIndex* pIdx = GetCntnt( sal_False ).GetCntntIdx();  in ~SwSectionFmt()  local
679 if( pIdx && &GetDoc()->GetNodes() == &pIdx->GetNodes() && in ~SwSectionFmt()
680 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in ~SwSectionFmt()
727 const SwNodeIndex* pIdx = GetCntnt(sal_False).GetCntntIdx(); in DelFrms() local
728 if( pIdx && &GetDoc()->GetNodes() == &pIdx->GetNodes() && in DelFrms()
729 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in DelFrms()
751 if( pIdx ) in DelFrms()
758 SwNodeIndex aNextNd( *pIdx ); in DelFrms()
773 const SwNodeIndex* pIdx = GetCntnt(sal_False).GetCntntIdx(); in MakeFrms() local
775 if( pIdx && &GetDoc()->GetNodes() == &pIdx->GetNodes() && in MakeFrms()
776 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in MakeFrms()
778 SwNodeIndex aIdx( *pIdx ); in MakeFrms()
977 const SwNodeIndex* pIdx; in GetChildSections() local
980 ( 0 != ( pIdx = pLast->GetCntnt(sal_False). in GetChildSections()
981 GetCntntIdx()) && &pIdx->GetNodes() == &GetDoc()->GetNodes() )) in GetChildSections()
1016 const SwNodeIndex* pIdx = GetCntnt(sal_False).GetCntntIdx(); in IsInNodesArr() local
1017 return pIdx && &pIdx->GetNodes() == &GetDoc()->GetNodes(); in IsInNodesArr()
1112 const SwNodeIndex* pIdx = GetCntnt(sal_False).GetCntntIdx(); in GetSectionNode() local
1113 if( pIdx && ( bAlways || &pIdx->GetNodes() == &GetDoc()->GetNodes() )) in GetSectionNode()
1114 return pIdx->GetNode().GetSectionNode(); in GetSectionNode()
1150 SwNodeIndex const*const pIdx = GetCntnt(sal_False).GetCntntIdx(); in IsInContent() local
1151 OSL_ENSURE(pIdx, "SwSectionFmt::IsInContent: no index?"); in IsInContent()
1152 return (pIdx) ? !GetDoc()->IsInHeaderFooter(*pIdx) : true; in IsInContent()