Lines Matching refs:m_pView

80   m_pView->_setPoint(pos);  in setPointInside()
106 m_pView->m_countDisable++; in setMode()
133 FV_View * pView = pFE->m_pView; in _actuallyScroll()
277 FV_ViewDoubleBuffering dblBuffObj(m_pView, false, false); in _mouseDrag()
298 if(m_pView->getYScrollOffset() <= 0) in _mouseDrag()
300 m_pView->setYScrollOffset(0); in _mouseDrag()
301 m_pView->updateScreen(false); in _mouseDrag()
311 else if( y >= m_pView->getWindowHeight()) in _mouseDrag()
313 if(m_pView->getYScrollOffset() >= m_pView->getLayout()->getHeight()) in _mouseDrag()
315 m_pView->setYScrollOffset(m_pView->getLayout()->getHeight()); in _mouseDrag()
316 m_pView->updateScreen(false); in _mouseDrag()
330 else if(x >= m_pView->getWindowWidth()) in _mouseDrag()
427 m_pView->updateScreen(false); in _mouseDrag()
432 m_pView->updateScreen(false); in _mouseDrag()
467 PT_DocPosition posAtXY = m_pView->getDocPositionFromXY(x,y,false); in setDragType()
474 getDoc()->getStruxOfTypeFromPosition(m_pView->getLayout()->getLID(),posAtXY+1, in setDragType()
483 pBL = m_pView->_findBlockAtPosition(posAtXY); in setDragType()
492 m_pView->m_countDisable++; in setDragType()
523 m_pView->m_countDisable++; in setDragType()
543 fp_Page* pPage = m_pView->_getPageForXY(x, y, xClick, yClick); in setDragType()
544 m_pView->getPageScreenOffsets(pPage,xPage,yPage); in setDragType()
682 m_pView->setCursorToContext(); in setDragType()
686 m_pView->m_countDisable++; in setDragType()
697 m_pView->_clearSelection(); in mouseLeftPress()
723 m_pView->updateScreen(false); in mouseLeftPress()
730 XAP_Frame * pFrame = static_cast<XAP_Frame*>(m_pView->getParentData()); in mouseLeftPress()
739 m_pView->m_prevMouseContext = EV_EMC_TEXT; in mouseLeftPress()
740 m_pView->setCursorToContext(); in mouseLeftPress()
748 m_pView->warpInsPtToXY(x,y,true); in mouseLeftPress()
767 m_pView->m_countDisable++; in mouseLeftPress()
807 m_pView->m_countDisable++; in mouseLeftPress()
839 posAtXY = m_pView->getDocPositionFromXY(x,y,true); in getFrameStrings()
847 m_pView->_findPositionCoords(posAtXY,bEOL,x1,y1,x2,y2,height,bDir,&pBL,&pRun); in getFrameStrings()
886 if(m_pView->getPageSize().Width(DIM_IN) < dWidth) in getFrameStrings()
888 dWidth = m_pView->getPageSize().Width(DIM_IN)*0.99; in getFrameStrings()
891 if(m_pView->getPageSize().Height(DIM_IN) < dHeight) in getFrameStrings()
893 dHeight = m_pView->getPageSize().Height(DIM_IN)*0.99; in getFrameStrings()
920 m_pView->getPageScreenOffsets(pPage,xp,yp); in getFrameStrings()
983 m_pView->getPageScreenOffsets(pPage,xp,yp); in getFrameStrings()
1016 FV_ViewDoubleBuffering dblBuffObj(m_pView, true, true); in abortDrag()
1033 FV_ViewDoubleBuffering dblBuffObj(m_pView, true, true); in mouseRelease()
1053 m_pView->_saveAndNotifyPieceTableChange(); in mouseRelease()
1104 m_pView->getEditableBounds(true,posEOD); in mouseRelease()
1107 m_pView->insertParaBreakIfNeededAtPos(posFrame+3); in mouseRelease()
1111 m_pView->setPoint(posFrame+2); in mouseRelease()
1115 m_pView->_generalUpdate(); in mouseRelease()
1125 m_pView->_restorePieceTableState(); in mouseRelease()
1126 m_pView->notifyListeners(AV_CHG_HDRFTR); in mouseRelease()
1127 m_pView->_fixInsertionPointCoords(); in mouseRelease()
1128 m_pView->_ensureInsertionPointOnScreen(); in mouseRelease()
1135 m_pView->m_countDisable++; in mouseRelease()
1137 fl_BlockLayout * pBL = m_pView->_findBlockAtPosition(posFrame+2); in mouseRelease()
1181 XAP_Frame * pFrame = static_cast<XAP_Frame*>(m_pView->getParentData()); in mouseRelease()
1190 m_pView->m_prevMouseContext = EV_EMC_TEXT; in mouseRelease()
1191 m_pView->setCursorToContext(); in mouseRelease()
1199 m_pView->warpInsPtToXY(x,y,true); in mouseRelease()
1230 m_pView->_saveAndNotifyPieceTableChange(); in mouseRelease()
1234 m_pView->_clearSelection(); in mouseRelease()
1250 m_pView->_generalUpdate(); in mouseRelease()
1255 m_pView->_restorePieceTableState(); in mouseRelease()
1257 m_pView->setPoint(posFrame+1); in mouseRelease()
1259 while(!m_pView->isPointLegal() && bOK) in mouseRelease()
1261 bOK = m_pView->_charMotion(true,1); in mouseRelease()
1263 m_pView->notifyListeners(AV_CHG_HDRFTR); in mouseRelease()
1264 m_pView->_fixInsertionPointCoords(); in mouseRelease()
1276 m_pView->updateScreen(false); in mouseRelease()
1282 m_pView->m_countDisable++; in mouseRelease()
1289 m_pView->_ensureInsertionPointOnScreen(); in mouseRelease()
1311 m_pView->getDocument()->getDataItemDataByName(pszDataID,ppByteBuf,NULL,NULL); in getPNGImage()
1330 FV_ViewDoubleBuffering dblBuffObj(m_pView, true, true); in deleteFrame()
1336 m_pView->_saveAndNotifyPieceTableChange(); in deleteFrame()
1356 if(m_pView->isMarkRevisions()) in deleteFrame()
1359 m_pView->_charMotion(true,posEnd - posStart - iRealDeleteCount); in deleteFrame()
1364 m_pView->_generalUpdate(); in deleteFrame()
1371 m_pView->_restorePieceTableState(); in deleteFrame()
1372 m_pView->notifyListeners(AV_CHG_HDRFTR); in deleteFrame()
1373 m_pView->_fixInsertionPointCoords(); in deleteFrame()
1374 m_pView->_ensureInsertionPointOnScreen(); in deleteFrame()
1391 m_pView->_setPoint(m_pView->getPoint()); in deleteFrame()
1414 m_pView->getPageScreenOffsets(pPage,xPage,yPage); in drawFrame()
1445 m_pView->draw(&m_recCurFrame); in drawFrame()