Lines Matching refs:pVCon

341 	fp_VerticalContainer * pVCon = static_cast<fp_VerticalContainer *>(getContainer());  in getRightEdge()  local
342 if(!pVCon) in getRightEdge()
346 UT_sint32 iRight = pVCon->getWidth() - getBlock()->getRightMargin(); in getRightEdge()
356 fp_VerticalContainer * pVCon = static_cast<fp_VerticalContainer *>(getContainer()); in getAbsLeftRight() local
357 if(!pVCon) in getAbsLeftRight()
361 UT_Rect * pR = pVCon->getScreenRect(); in getAbsLeftRight()
363 right = pR->left + pVCon->getWidth() - getBlock()->getRightMargin(); in getAbsLeftRight()
1376 fp_VerticalContainer * pVCon= (static_cast<fp_VerticalContainer *>(getContainer())); in getOffsets() local
1377 pVCon->getOffsets(this, my_xoff, my_yoff); in getOffsets()
1393 fp_VerticalContainer * pVCon= (static_cast<fp_VerticalContainer *>(getContainer())); in getScreenOffsets() local
1394 pVCon->getScreenOffsets(this, my_xoff, my_yoff); in getScreenOffsets()
1713 fp_VerticalContainer * pVCon= (static_cast<fp_VerticalContainer *>(getContainer())); in clearScreen() local
1714 pVCon->getScreenOffsets(this, xoffLine, yoffLine); in clearScreen()
1730 if(pVCon->getHeight() < (getY() + height)) in clearScreen()
1732 height -= (getY() + height - pVCon->getHeight()); in clearScreen()
1923 fp_VerticalContainer * pVCon= (static_cast<fp_VerticalContainer *>(getContainer())); in _doClearScreenFromRunToEnd() local
1924 pVCon->getScreenOffsets(this, xoffLine, yoffLine); in _doClearScreenFromRunToEnd()
2161 fp_VerticalContainer * pVCon= (static_cast<fp_VerticalContainer *>(getContainer())); in draw() local
2162 pVCon->getScreenOffsets(this, my_xoff, my_yoff); in draw()
2187 UT_Rect * pVRec = pVCon->getScreenRect(); in draw()
2294 fp_VerticalContainer * pVCon= (static_cast<fp_VerticalContainer *>(getContainer())); in draw() local
2295 pVCon->getScreenOffsets(this, my_xoff, my_yoff); in draw()