Home
last modified time | relevance | path

Searched refs:pVwSh (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A Dedtwin3.cxx54 void ScrollMDI( ViewShell* pVwSh, const SwRect &rRect, in ScrollMDI() argument
57 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in ScrollMDI()
70 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in IsScrollMDI()
82 void SizeNotify(ViewShell* pVwSh, const Size &rSize) in SizeNotify() argument
84 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in SizeNotify()
103 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in PageNumNotify()
118 void FrameNotify( ViewShell* pVwSh, FlyMode eMode ) in FrameNotify() argument
120 if ( pVwSh->ISA(SwCrsrShell) ) in FrameNotify()
147 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in AccessibilityScrollMDI()
185 SfxViewShell *pSfxVwSh = pVwSh->GetSfxViewShell(); in RepaintPagePreview()
[all …]
/trunk/main/sw/inc/
H A Dmdiexp.hxx39 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 Dedtwin.hxx58 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 Dfrmpaint.cxx100 SwExtraPainter( const SwTxtFrm *pFrm, ViewShell *pVwSh,
115 SwExtraPainter::SwExtraPainter( const SwTxtFrm *pFrm, ViewShell *pVwSh, in SwExtraPainter() argument
118 : aClip( pVwSh->GetWin() || pFrm->IsUndersized() ? pVwSh->GetOut() : 0 ), in SwExtraPainter()
119 aRect( rRct ), pTxtFrm( pFrm ), pSh( pVwSh ), pFnt( 0 ), rLineInf( rLnInf ), in SwExtraPainter()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2891 ViewShell* pVwSh = 0; in getRenderer() local
2894 pVwSh = pSwView->GetWrtShellPtr(); in getRenderer()
2896 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in getRenderer()
3164 ViewShell* pVwSh = 0; in render() local
3170 pVwSh = pSwView->GetWrtShellPtr(); in render()
3172 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in render()
3178 if(pVwSh && pOut && m_pRenderData->HasSwPrtOptions()) in render()
3190 pVwSh->SetPDFExportOption( sal_True ); in render()
3211 pVwSh->PrintProspect( pOut, rSwPrtOptions, nRenderer ); in render()
3213 pVwSh->PrintOrPDFExport( pOut, rSwPrtOptions, nRenderer ); in render()
[all …]

Completed in 45 milliseconds