Lines Matching refs:mpContentWindow

108 		long nW = (long)(mpContentWindow->GetVisibleWidth() * 32000);  in UpdateScrollBars()
109 long nX = (long)(mpContentWindow->GetVisibleX() * 32000); in UpdateScrollBars()
113 long nLine = (long) (mpContentWindow->GetScrlLineWidth() * nW); in UpdateScrollBars()
114 long nPage = (long) (mpContentWindow->GetScrlPageWidth() * nW); in UpdateScrollBars()
121 long nH = (long)(mpContentWindow->GetVisibleHeight() * 32000); in UpdateScrollBars()
122 long nY = (long)(mpContentWindow->GetVisibleY() * 32000); in UpdateScrollBars()
141 long nLine = (long) (mpContentWindow->GetScrlLineHeight() * nH); in UpdateScrollBars()
142 long nPage = (long) (mpContentWindow->GetScrlPageHeight() * nH); in UpdateScrollBars()
191 mpContentWindow->SetVisibleXY(fX, -1); in IMPL_LINK_INLINE_END()
259 mpContentWindow->SetVisibleXY(-1, fY); in IMPL_LINK_INLINE_END()
394 if (mpContentWindow.get() != NULL) in SetZoom()
396 mpContentWindow->SetZoomIntegral(nZoom); in SetZoom()
402 mpContentWindow->Invalidate(INVALIDATE_CHILDREN); in SetZoom()
439 if (mpContentWindow.get() != NULL) in SetZoomRect()
441 Point aNewPos = mpContentWindow->GetWinViewPos(); in SetZoomRect()
444 mpContentWindow->SetZoomIntegral(nZoom); in SetZoomRect()
445 mpContentWindow->SetWinViewPos(aNewPos); in SetZoomRect()
446 mpContentWindow->UpdateMapOrigin(); in SetZoomRect()
449 mpContentWindow->Invalidate(INVALIDATE_CHILDREN); in SetZoomRect()
474 if (mpContentWindow.get() != NULL) in InitWindows()
476 mpContentWindow->SetViewOrigin(rViewOrigin); in InitWindows()
477 mpContentWindow->SetViewSize(rViewSize); in InitWindows()
478 mpContentWindow->SetWinViewPos(rWinPos); in InitWindows()
482 mpContentWindow->UpdateMapOrigin(); in InitWindows()
483 mpContentWindow->Invalidate(); in InitWindows()
506 if (mpContentWindow.get() != NULL) in InvalidateWindows()
507 mpContentWindow->Invalidate(); in InvalidateWindows()
520 if (mpContentWindow.get() != NULL) in DrawMarkRect()
522 mpContentWindow->InvertTracking(rRect, SHOWTRACK_OBJECT | SHOWTRACK_WINDOW); in DrawMarkRect()
1007 mpContentWindow->OutputToScreenPixel(Point(0,0))); in GetAllWindowRect()
1150 if (mpContentWindow.get() != NULL) in SetWinViewPos()
1152 mpContentWindow->SetWinViewPos(rWinPos); in SetWinViewPos()
1156 mpContentWindow->UpdateMapOrigin(); in SetWinViewPos()
1157 mpContentWindow->Invalidate(); in SetWinViewPos()
1182 return mpContentWindow->GetWinViewPos(); in GetWinViewPos()
1187 return mpContentWindow->GetViewOrigin(); in GetViewOrigin()