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()
2256 const SwNode* pFlyNd = pNd->FindFlyStartNode(); in IsInHeaderFooter() local2257 while( pFlyNd ) in IsInHeaderFooter()2265 if( pIdx && pFlyNd == &pIdx->GetNode() ) in IsInHeaderFooter()2275 pFlyNd = pNd->FindFlyStartNode(); in IsInHeaderFooter()
2710 const SwNode* pFlyNd = pAnchor->GetCntntAnchor()->nNode.GetNode(). in IsLowerOf() local2712 while( pFlyNd ) in IsLowerOf()2720 if( pIdx && pFlyNd == &pIdx->GetNode() ) in IsLowerOf()2732 pFlyNd = pAnchor->GetCntntAnchor()->nNode.GetNode(). in IsLowerOf()
Completed in 55 milliseconds