Searched refs:pVwSh (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sw/source/ui/docvw/ |
| H A D | edtwin3.cxx | 47 void ScrollMDI( ViewShell* pVwSh, const SwRect &rRect, in ScrollMDI() argument 50 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in ScrollMDI() 59 sal_Bool IsScrollMDI( ViewShell* pVwSh, const SwRect &rRect ) in IsScrollMDI() argument 61 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in IsScrollMDI() 71 void SizeNotify(ViewShell* pVwSh, const Size &rSize) in SizeNotify() argument 73 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in SizeNotify() 87 void PageNumNotify( ViewShell* pVwSh, sal_uInt16 nPhyNum, sal_uInt16 nVirtNum, in PageNumNotify() argument 90 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in PageNumNotify() 103 void FrameNotify( ViewShell* pVwSh, FlyMode eMode ) in FrameNotify() argument 105 if ( pVwSh->ISA(SwCrsrShell) ) in FrameNotify() [all …]
|
| /trunk/main/sw/inc/ |
| H A D | mdiexp.hxx | 39 extern void ScrollMDI(ViewShell* pVwSh, const SwRect &, sal_uInt16 nRangeX, sal_uInt16 nRangeY); 40 extern sal_Bool IsScrollMDI(ViewShell* pVwSh, const SwRect &); 41 extern void SizeNotify(ViewShell* pVwSh, const Size &); 44 extern void PageNumNotify( ViewShell* pVwSh, 50 extern void FrameNotify( ViewShell* pVwSh, FlyMode eMode = FLY_DRAG ); 62 void RepaintPagePreview( ViewShell* pVwSh, const SwRect& rRect ); 71 sal_Bool JumpToSwMark( ViewShell* pVwSh, const UniString& rMark ); 74 extern void AccessibilityScrollMDI(ViewShell* pVwSh, const SwRect &, sal_uInt16 nRangeX, sal_uInt16…
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | edtwin.hxx | 58 friend void ScrollMDI(ViewShell* pVwSh, const SwRect&, 60 friend sal_Bool IsScrollMDI(ViewShell* pVwSh, const SwRect&); 62 friend void SizeNotify(ViewShell* pVwSh, const Size &); 64 friend void PageNumNotify( ViewShell* pVwSh,
|
| /trunk/main/sw/source/core/text/ |
| H A D | frmpaint.cxx | 96 SwExtraPainter( const SwTxtFrm *pFrm, ViewShell *pVwSh, 110 SwExtraPainter::SwExtraPainter( const SwTxtFrm *pFrm, ViewShell *pVwSh, in SwExtraPainter() argument 113 : aClip( pVwSh->GetWin() || pFrm->IsUndersized() ? pVwSh->GetOut() : 0 ), in SwExtraPainter() 114 aRect( rRct ), pTxtFrm( pFrm ), pSh( pVwSh ), pFnt( 0 ), rLineInf( rLnInf ), in SwExtraPainter()
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unotxdoc.cxx | 2915 ViewShell* pVwSh = 0; in getRenderer() local 2918 pVwSh = pSwView->GetWrtShellPtr(); in getRenderer() 2920 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in getRenderer() 2995 aTmpSize = pVwSh->GetPageSize( static_cast< sal_uInt16 >(nPage), bIsSkipEmptyPages ); in getRenderer() 3188 ViewShell* pVwSh = 0; in render() local 3194 pVwSh = pSwView->GetWrtShellPtr(); in render() 3196 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in render() 3202 if(pVwSh && pOut && m_pRenderData->HasSwPrtOptions()) in render() 3214 pVwSh->SetPDFExportOption( sal_True ); in render() 3235 pVwSh->PrintProspect( pOut, rSwPrtOptions, nRenderer ); in render() [all …]
|