Searched refs:pFlyNd (Results 1 – 3 of 3) sorted by relevance
602 const SwNode* pFlyNd = pNd->FindFlyStartNode(); in FindPageDesc() local603 while( pFlyNd ) in FindPageDesc()611 if( pIdx && pFlyNd == &pIdx->GetNode() ) in FindPageDesc()615 pNd = pFlyNd; in FindPageDesc()616 pFlyNd = 0; in FindPageDesc()623 pFlyNd = 0; in FindPageDesc()627 pFlyNd = pAnchor->GetCntntAnchor()->nNode. in FindPageDesc()
2264 const SwNode* pFlyNd = pNd->FindFlyStartNode(); in IsInHeaderFooter() local2265 while( pFlyNd ) in IsInHeaderFooter()2273 if( pIdx && pFlyNd == &pIdx->GetNode() ) in IsInHeaderFooter()2283 pFlyNd = pNd->FindFlyStartNode(); in IsInHeaderFooter()
2641 const SwNode* pFlyNd = pAnchor->GetCntntAnchor()->nNode.GetNode(). in IsLowerOf() local2643 while( pFlyNd ) in IsLowerOf()2651 if( pIdx && pFlyNd == &pIdx->GetNode() ) in IsLowerOf()2663 pFlyNd = pAnchor->GetCntntAnchor()->nNode.GetNode(). in IsLowerOf()
Completed in 231 milliseconds