Home
last modified time | relevance | path

Searched refs:pNextPara (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx678 ParagraphElement* pNextPara = NULL; in checkHeaderAndFooter() local
679 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() local
706 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() local
997 while( ++it != elem.Parent->Children.end() && ! pNextPara ) in visit()
[all …]