Home
last modified time | relevance | path

Searched refs:pViewWin (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/ui/uiview/
H A Dpview.cxx718 pViewWin->Invalidate(); in _ExecPgUpAndPgDown()
724 const sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in _ExecPgUpAndPgDown()
730 if ( (pViewWin->SelectedPage() - nVisPages) > 0 ) in _ExecPgUpAndPgDown()
731 nNewSelectedPageNum = pViewWin->SelectedPage() - nVisPages; in _ExecPgUpAndPgDown()
736 nScrollAmount = - Min( pViewWin->GetOutputSize().Height(), in _ExecPgUpAndPgDown()
737 pViewWin->GetPaintedPreviewDocRect().Top() ); in _ExecPgUpAndPgDown()
744 if ( (pViewWin->SelectedPage() + nVisPages) <= mnPageCount ) in _ExecPgUpAndPgDown()
745 nNewSelectedPageNum = pViewWin->SelectedPage() + nVisPages; in _ExecPgUpAndPgDown()
750 nScrollAmount = Min( pViewWin->GetOutputSize().Height(), in _ExecPgUpAndPgDown()
752 pViewWin->GetPaintedPreviewDocRect().Bottom() ) ); in _ExecPgUpAndPgDown()
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Dpview.hxx179 SwPagePreViewWin* pViewWin; //viewdata of the previous SwView and the new crsrposition member in SwPagePreView
254 inline ViewShell* GetViewShell() const { return pViewWin->GetViewShell(); } in GetViewShell()
256 inline void GrabFocusViewWin() { pViewWin->GrabFocus(); } in GrabFocusViewWin()
258 { pViewWin->RepaintCoreRect( rRect ); } in RepaintCoreRect()