Searched refs:pCurrView (Results 1 – 5 of 5) sorted by relevance
172 SwView* pCurrView = pActView; in ApplyUsrPref() local173 ViewShell* pSh = pCurrView ? &pCurrView->GetWrtShell() : 0; in ApplyUsrPref()178 pCurrView && pCurrView->ISA(SwWebView) )); in ApplyUsrPref()184 if( !pCurrView && 0 != (pPPView = PTR_CAST( SwPagePreView, SfxViewShell::Current())) ) in ApplyUsrPref()204 if( !pCurrView ) in ApplyUsrPref()209 const SwDocShell* pDocSh = pCurrView->GetDocShell(); in ApplyUsrPref()231 lcl_SetUIPrefs(pViewOpt, pCurrView, pSh); in ApplyUsrPref()
723 SwView* pCurrView = dynamic_cast< SwView *> ( pViewShell ); in Execute() local759 if( pCurrView && pCurrView->GetDocShell() == this ) in Execute()760 pTmpFrm = pCurrView->GetViewFrame(); in Execute()1091 pCurrView->GetWrtShell().SetNewDoc(); in Execute()1508 SwView* pCurrView = dynamic_cast< SwView* >( pViewShell ); in Execute() local1509 while(pCurrView) in Execute()1511 FmFormShell* pFormShell = pCurrView->GetFormShell(); in Execute()1516 pCurrView = dynamic_cast<SwView*>( pViewShell ); in Execute()1738 const SwView* pCurrView = GetView(); in ReloadFromHtml() local1741 if(!bWasBrowseMode && pCurrView) in ReloadFromHtml()[all …]
562 SwView* pCurrView = GetView(); in CreateTabPage() local563 if(pCurrView) in CreateTabPage()566 sal_Bool bWebView = 0 != PTR_CAST(SwWebView, pCurrView); in CreateTabPage()570 aSet.Put (SwWrtShellItem(SID_WRT_SHELL,pCurrView->GetWrtShellPtr())); in CreateTabPage()592 SwView* pCurrView = GetView(); in CreateTabPage() local593 if(pCurrView) in CreateTabPage()595 aSet.Put( SwWrtShellItem( SID_WRT_SHELL, pCurrView->GetWrtShellPtr() ) ); in CreateTabPage()
169 SfxViewShell* pCurrView = SfxViewShell::Current(); in StateOther() local170 if( !pCurrView || (pCurrView && !pCurrView->ISA(SwView)) ) in StateOther()
1057 SfxViewShell* pCurrView = GetView() ? (SfxViewShell*) GetView() in GetState() local1060 sal_Bool bSourceView = 0 != PTR_CAST( SwSrcView, pCurrView ); in GetState()
Completed in 52 milliseconds