Searched refs:pNextPara (Results 1 – 1 of 1) sorted by relevance
678 ParagraphElement* pNextPara = NULL; in checkHeaderAndFooter() local679 while( ++next_it != rElem.Children.end() && pNextPara == NULL ) in checkHeaderAndFooter()681 pNextPara = dynamic_cast<ParagraphElement*>(*next_it); in checkHeaderAndFooter()683 if( pNextPara && pNextPara->y > pPara->y+pPara->h*2 ) in checkHeaderAndFooter()705 ParagraphElement* pNextPara = NULL; in checkHeaderAndFooter() local706 while( ++next_it != rElem.Children.rend() && pNextPara == NULL ) in checkHeaderAndFooter()708 pNextPara = dynamic_cast<ParagraphElement*>(*next_it); in checkHeaderAndFooter()710 if( pNextPara && pNextPara->y < pPara->y-pPara->h*2 ) in checkHeaderAndFooter()996 const ParagraphElement* pNextPara = NULL; in visit() local997 while( ++it != elem.Parent->Children.end() && ! pNextPara ) in visit()[all …]