Lines Matching refs:mpContentWindow

76         long nW = static_cast<long>(mpContentWindow->GetVisibleWidth() * 32000);  in UpdateScrollBars()
77 long nX = static_cast<long>(mpContentWindow->GetVisibleX() * 32000); in UpdateScrollBars()
81 long nLine = static_cast<long>(mpContentWindow->GetScrlLineWidth() * nW); in UpdateScrollBars()
82 long nPage = static_cast<long>(mpContentWindow->GetScrlPageWidth() * nW); in UpdateScrollBars()
89 long nH = static_cast<long>(mpContentWindow->GetVisibleHeight() * 32000); in UpdateScrollBars()
90 long nY = static_cast<long>(mpContentWindow->GetVisibleY() * 32000); in UpdateScrollBars()
109 long nLine = static_cast<long>(mpContentWindow->GetScrlLineHeight() * nH); in UpdateScrollBars()
110 long nPage = static_cast<long>(mpContentWindow->GetScrlPageHeight() * nH); in UpdateScrollBars()
153 mpContentWindow->SetVisibleXY(fX, -1); in VirtHScrollHdl()
210 mpContentWindow->SetVisibleXY(-1, fY); in VirtVScrollHdl()
326 if (mpContentWindow.get() != nullptr) in SetZoom()
328 mpContentWindow->SetZoomIntegral(nZoom); in SetZoom()
334 mpContentWindow->Invalidate(InvalidateFlags::Children); in SetZoom()
352 if (mpContentWindow) in GetZoom()
354 return mpContentWindow->GetZoom(); in GetZoom()
378 if (mpContentWindow.get() != nullptr) in SetZoomRect()
380 Point aNewPos = mpContentWindow->GetWinViewPos(); in SetZoomRect()
383 mpContentWindow->SetZoomIntegral(nZoom); in SetZoomRect()
384 mpContentWindow->SetWinViewPos(aNewPos); in SetZoomRect()
385 mpContentWindow->UpdateMapOrigin(); in SetZoomRect()
390 mpContentWindow->Invalidate(InvalidateFlags::Children); in SetZoomRect()
412 if (mpContentWindow.get() != nullptr) in InitWindows()
414 mpContentWindow->SetViewOrigin(rViewOrigin); in InitWindows()
415 mpContentWindow->SetViewSize(rViewSize); in InitWindows()
416 mpContentWindow->SetWinViewPos(rWinPos); in InitWindows()
420 mpContentWindow->UpdateMapOrigin(); in InitWindows()
421 mpContentWindow->Invalidate(); in InitWindows()
441 if (mpContentWindow.get() != nullptr) in InvalidateWindows()
442 mpContentWindow->Invalidate(); in InvalidateWindows()
450 if (mpContentWindow.get() != nullptr) in DrawMarkRect()
452mpContentWindow->InvertTracking(rRect, ShowTrackFlags::Object | ShowTrackFlags::TrackWindow); in DrawMarkRect()
801 mpContentWindow->OutputToScreenPixel(Point(0,0))); in GetAllWindowRect()
919 if (mpContentWindow.get() != nullptr) in SetWinViewPos()
921 mpContentWindow->SetWinViewPos(rWinPos); in SetWinViewPos()
923 mpContentWindow->UpdateMapOrigin(); in SetWinViewPos()
924 mpContentWindow->Invalidate(); in SetWinViewPos()
948 return mpContentWindow->GetWinViewPos(); in GetWinViewPos()
953 return mpContentWindow->GetViewOrigin(); in GetViewOrigin()