Searched refs:pSfxVwSh (Results 1 – 1 of 1) sorted by relevance
50 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in ScrollMDI() local51 if (pSfxVwSh && pSfxVwSh->ISA(SwView)) in ScrollMDI()52 ((SwView *)pSfxVwSh)->Scroll( rRect.SVRect(), nRangeX, nRangeY ); in ScrollMDI()61 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in IsScrollMDI() local62 if (pSfxVwSh && pSfxVwSh->ISA(SwView)) in IsScrollMDI()63 return (((SwView *)pSfxVwSh)->IsScroll(rRect.SVRect())); in IsScrollMDI()73 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in SizeNotify() local74 if (pSfxVwSh) in SizeNotify()76 if (pSfxVwSh->ISA(SwView)) in SizeNotify()77 ((SwView *)pSfxVwSh)->DocSzChgd(rSize); in SizeNotify()[all …]