Searched refs:pVwSh (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/ui/docvw/ |
H A D | edtwin3.cxx | 54 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 …]
|
/aoo41x/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…
|
/aoo41x/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,
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmpaint.cxx | 100 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()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 2875 ViewShell* pVwSh = 0; in getRenderer() local 2878 pVwSh = pSwView->GetWrtShellPtr(); in getRenderer() 2880 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in getRenderer() 3148 ViewShell* pVwSh = 0; in render() local 3154 pVwSh = pSwView->GetWrtShellPtr(); in render() 3156 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in render() 3162 if(pVwSh && pOut && m_pRenderData->HasSwPrtOptions()) in render() 3174 pVwSh->SetPDFExportOption( sal_True ); in render() 3195 pVwSh->PrintProspect( pOut, rSwPrtOptions, nRenderer ); in render() 3197 pVwSh->PrintOrPDFExport( pOut, rSwPrtOptions, nRenderer ); in render() [all …]
|
Completed in 189 milliseconds