Lines Matching refs:pAppView

93 		SwView* pAppView = GetView();  in CreateItemSet()  local
94 if(pAppView && pAppView->GetViewFrame() != SfxViewFrame::Current()) in CreateItemSet()
95 pAppView = 0; in CreateItemSet()
96 if(pAppView) in CreateItemSet()
99 sal_Bool bWebView = 0 != PTR_CAST(SwWebView, pAppView); in CreateItemSet()
102 aViewOpt = *pAppView->GetWrtShell().GetViewOptions(); in CreateItemSet()
105 pAppView = 0; // mit View kann hier nichts gewonnen werden in CreateItemSet()
142 if( pAppView ) in CreateItemSet()
144 SwWrtShell& rWrtShell = pAppView->GetWrtShell(); in CreateItemSet()
201 if(pAppView) in CreateItemSet()
202 pAppView->GetHLinealMetric(eUnit); in CreateItemSet()
206 if(pAppView) in CreateItemSet()
207 pAppView->GetVLinealMetric(eUnit); in CreateItemSet()
212 if(pAppView) in CreateItemSet()
215 (const SvxTabStopItem&)pAppView->GetWrtShell(). in CreateItemSet()
245 const SwPrintData* pOpt = pAppView ? in CreateItemSet()
246 &pAppView->GetWrtShell().getIDocumentDeviceAccess()->getPrintData() : in CreateItemSet()
294 SwView* pAppView = GetView(); in ApplyItemSet() local
295 if(pAppView && pAppView->GetViewFrame() != SfxViewFrame::Current()) in ApplyItemSet()
296 pAppView = 0; in ApplyItemSet()
297 if(pAppView) in ApplyItemSet()
300 sal_Bool bWebView = 0 != PTR_CAST(SwWebView, pAppView); in ApplyItemSet()
302 pAppView = 0; // in ApplyItemSet()
309 SfxBindings *pBindings = pAppView ? &pAppView->GetViewFrame()->GetBindings() in ApplyItemSet()
362 if(pAppView) in ApplyItemSet()
363 pAppView->ChangeTabMetric(eUnit); in ApplyItemSet()
371 if(pAppView) in ApplyItemSet()
372 pAppView->ChangeVLinealMetric(eUnit); in ApplyItemSet()
379 if(pAppView) in ApplyItemSet()
383 pAppView->GetWrtShell().SetDefault( aDefTabs ); in ApplyItemSet()
440 if(pAppView) in ApplyItemSet()
441 pAppView->GetWrtShell().getIDocumentDeviceAccess()->setPrintData( *pOpt ); in ApplyItemSet()
453 if( pAppView ) in ApplyItemSet()
455 SwWrtShell &rWrtSh = pAppView->GetWrtShell(); in ApplyItemSet()
492 ApplyUsrPref( aViewOpt, pAppView, bTextDialog? VIEWOPT_DEST_TEXT : VIEWOPT_DEST_WEB); in ApplyItemSet()