Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfb_ColumnBreaker.cpp1312 if (!pVCon->getNext()) in _checkVBreakableContainer()
1315 if (pVCon->getHeight() <= iAvail) in _checkVBreakableContainer()
1322 pVCon->setLastWantedVBreak(iBreakAt); in _checkVBreakableContainer()
1327 iBreakAt = pVCon->wantVBreakAt(iAvail-1); in _checkVBreakableContainer()
1330 pVCon->deleteBrokenAfter(true); in _checkVBreakableContainer()
1331 pVCon->setLastWantedVBreak(iBreakAt); in _checkVBreakableContainer()
1342 pVCon->deleteBrokenAfter(true); in _checkVBreakableContainer()
1370 if(!pVCon->getFirstBrokenContainer()) in _checkVBreakableContainer()
1376 pVCon->VBreakAt(0); in _checkVBreakableContainer()
1381 pBroke = pVCon; in _checkVBreakableContainer()
[all …]
H A Dfp_Column.cpp397 my_yoff = my_yoff + pVCon->getY() -iycon; in getOffsets()
400 …if(pVCon && pVCon->getContainer() && (pVCon->getContainer()->getContainerType() == FP_CONTAINER_CE… in getOffsets()
405 else if(pVCon && (pVCon->getContainer() == NULL)) in getOffsets()
412 if(pVCon == NULL) in getOffsets()
417 pCon = static_cast<fp_Container *>(pVCon); in getOffsets()
429 pCon = static_cast<fp_Container *>(pVCon); in getOffsets()
660 if(pVCon == NULL) in getScreenOffsets()
672 my_yoff = my_yoff + pVCon->getY() -iycon; in getScreenOffsets()
674 pCon = static_cast<fp_Container *>(pVCon); in getScreenOffsets()
688 pCon = static_cast<fp_Container *>(pVCon); in getScreenOffsets()
[all …]
H A Dfp_Line.cpp342 if(!pVCon) in getRightEdge()
357 if(!pVCon) in getAbsLeftRight()
361 UT_Rect * pR = pVCon->getScreenRect(); in getAbsLeftRight()
1377 pVCon->getOffsets(this, my_xoff, my_yoff); in getOffsets()
1394 pVCon->getScreenOffsets(this, my_xoff, my_yoff); in getScreenOffsets()
1714 pVCon->getScreenOffsets(this, xoffLine, yoffLine); in clearScreen()
1730 if(pVCon->getHeight() < (getY() + height)) in clearScreen()
1732 height -= (getY() + height - pVCon->getHeight()); in clearScreen()
1924 pVCon->getScreenOffsets(this, xoffLine, yoffLine); in _doClearScreenFromRunToEnd()
2162 pVCon->getScreenOffsets(this, my_xoff, my_yoff); in draw()
[all …]
H A Dfv_FrameEdit.cpp972 fp_VerticalContainer * pVCon = static_cast<fp_VerticalContainer *>(pLine->getContainer()); in getFrameStrings() local
973 pVCon->getOffsets(pLine,xLineOff,yLineOff); in getFrameStrings()
978 pPage = pVCon->getPage(); in getFrameStrings()
H A Dfl_BlockLayout.cpp2570 fp_VerticalContainer * pVCon = NULL; in setFramesOnPage() local
2571 pVCon = (static_cast<fp_VerticalContainer *>(pCon->getContainer())); in setFramesOnPage()
2572 pVCon->getOffsets(pCon, xLineOff, yLineOff); in setFramesOnPage()
H A Dfv_View.cpp1210 fp_VerticalContainer * pVCon= (static_cast<fp_VerticalContainer *>(pLine->getContainer())); in convertPositionedToInLine() local
1211 pVCon->getScreenOffsets(pLine, xoffLine, yoffLine); in convertPositionedToInLine()