Searched refs:rpView (Results 1 – 2 of 2) sorted by relevance
2582 SfxViewShell *&rpView, in GetRenderDoc() argument2602 if (!rpView) in GetRenderDoc()2608 rpView = GuessViewShell( bIsSwSrcView ); in GetRenderDoc()2610 DBG_ASSERT( rpView, "ViewShell missing" ); in GetRenderDoc()2615 if (rpView && rpView->IsA(aSwViewTypeId)) in GetRenderDoc()2617 SfxObjectShellLock xDocSh(((SwView*)rpView)->GetOrCreateTmpSelectionDoc()); in GetRenderDoc()2621 rpView = pDoc->GetDocShell()->GetView(); in GetRenderDoc()
235 …SwDoc * GetRenderDoc( SfxViewShell *&rpView, const css::uno::Any& rSelection, bool bIsPDFE…