Lines Matching refs:pSwView
193 const SwView * pSwView = dynamic_cast< const SwView * >(pView); in lcl_GetPrintUIOptions() local
194 …const bool bHasSelection = pSwView ? pSwView->HasSelection( sal_False ) : false; // check for … in lcl_GetPrintUIOptions()
2706 SwView* pSwView = PTR_CAST(SwView, pView); in getRendererCount() local
2707 if ( pSwView ) in getRendererCount()
2709 pViewShell = pSwView->GetWrtShellPtr(); in getRendererCount()
2735 pSwView->RecheckBrowseMode(); in getRendererCount()
2743 if ( pSwView ) in getRendererCount()
2755 if ( pSwView ) in getRendererCount()
2876 SwView* pSwView = PTR_CAST(SwView, pView); in getRenderer() local
2877 if ( pSwView ) in getRenderer()
2878 pVwSh = pSwView->GetWrtShellPtr(); in getRenderer()
3052 SwView *pSwView = 0; in GuessViewShell() local
3062 pSwView = dynamic_cast< SwView * >(pView); in GuessViewShell()
3071 else if ( pSwView || pSwSrcView || pSwPagePreView ) in GuessViewShell()
3076 DBG_ASSERT( pSwView || pSwPagePreView || pSwSrcView, "failed to get view shell" ); in GuessViewShell()
3152 SwView* pSwView = PTR_CAST(SwView, pView); in render() local
3153 if ( pSwView ) in render()
3154 pVwSh = pSwView->GetWrtShellPtr(); in render()