Lines Matching refs:pView

186     const SfxViewShell * pView )  in lcl_GetPrintUIOptions()  argument
192 const bool bSwSrcView = NULL != dynamic_cast< const SwSrcView * >(pView); in lcl_GetPrintUIOptions()
193 const SwView * pSwView = dynamic_cast< const SwView * >(pView); in lcl_GetPrintUIOptions()
559 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in getCurrentSelection() local
560 while(pView && pView->GetObjectShell() != pDocShell) in getCurrentSelection()
562 pView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId); in getCurrentSelection()
564 if(pView) in getCurrentSelection()
566 Any aRef = pView->GetUNOObject()->getSelection(); in getCurrentSelection()
2553 SfxViewShell *pView = 0; in GetRenderView() local
2555 pView = GuessViewShell( rbIsSwSrcView ); in GetRenderView()
2574 pView = GuessViewShell( rbIsSwSrcView, xController ); in GetRenderView()
2577 return pView; in GetRenderView()
2689 SfxViewShell *pView = GetRenderView( bIsSwSrcView, rxOptions, bIsPDFExport ); in getRendererCount() local
2691 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in getRendererCount()
2692 DBG_ASSERT( pDoc && pView, "doc or view shell missing!" ); in getRendererCount()
2693 if ( pDoc == 0 || pView == 0 ) in getRendererCount()
2703 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRendererCount()
2712 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in getRendererCount()
2722 SwView* pSwView = PTR_CAST(SwView, pView); in getRendererCount()
2737 pViewShell = ((SwPagePreView*)pView)->GetViewShell(); in getRendererCount()
2866 SfxViewShell *pView = GetRenderView( bIsSwSrcView, rxOptions, bIsPDFExport ); in getRenderer() local
2876 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRenderer()
2882 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in getRenderer()
2883 DBG_ASSERT( pDoc && pView, "doc or view shell missing!" ); in getRenderer()
2884 if (!pDoc || !pView) in getRenderer()
2892 SwView* pSwView = PTR_CAST(SwView, pView); in getRenderer()
2896 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in getRenderer()
3067 SfxViewShell *pView = 0; in GuessViewShell() local
3077 pView = pFrame->GetViewShell(); in GuessViewShell()
3078 pSwView = dynamic_cast< SwView * >(pView); in GuessViewShell()
3079 pSwSrcView = dynamic_cast< SwSrcView * >(pView); in GuessViewShell()
3081 pSwPagePreView = dynamic_cast< SwPagePreView * >(pView); in GuessViewShell()
3084 if (pView && pView->GetController() == xController) in GuessViewShell()
3093 if (pView) in GuessViewShell()
3095 return pView; in GuessViewShell()
3117 SfxViewShell *pView = GetRenderView( bIsSwSrcView, rxOptions, bIsPDFExport ); in render() local
3128 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in render()
3135 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in render()
3136 DBG_ASSERT( pDoc && pView, "doc or view shell missing!" ); in render()
3137 if (pDoc && pView) in render()
3153 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in render()
3162 DBG_ASSERT( pView, "!! view missing !!" ); in render()
3165 if (pView) in render()
3168 SwView* pSwView = PTR_CAST(SwView, pView); in render()
3172 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in render()
3184 DBG_ASSERT(( pView->IsA(aSwViewTypeId) && m_pRenderData->IsViewOptionAdjust()) in render()
3185 … || (!pView->IsA(aSwViewTypeId) && !m_pRenderData->IsViewOptionAdjust()), in render()
3198 SwWrtShell* pWrtShell = pView->IsA(aSwViewTypeId) ? in render()
3199 ((SwView*)pView)->GetWrtShellPtr() : in render()