Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp2517 UT_sint32 yFpos = pFrame->getFrameYpos(); in setFramesOnPage() local
2518 UT_DEBUGMSG(("xFpos %d yFpos %d \n",xFpos,yFpos)); in setFramesOnPage()
2530 while ((pCon != pLastLine) && (yoff < yFpos) && (pCon->getNext())) in setFramesOnPage()
2539 if((pCon == pLastLine) && (pCon != static_cast<fp_Line *>(getLastContainer())) && (yoff < yFpos)) in setFramesOnPage()
2549 if(pCon && pCon != pLastLine && yoff >= yFpos) in setFramesOnPage()
2576 yFpos += yLineOff - yoff; in setFramesOnPage()
2588 pFrameCon->setY(yFpos); in setFramesOnPage()