Home
last modified time | relevance | path

Searched refs:pCurrView (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sw/source/ui/app/
H A Dswmodul1.cxx172 SwView* pCurrView = pActView; in ApplyUsrPref() local
173 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()
H A Ddocsh2.cxx723 SwView* pCurrView = dynamic_cast< SwView *> ( pViewShell ); in Execute() local
759 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() local
1509 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() local
1741 if(!bWasBrowseMode && pCurrView) in ReloadFromHtml()
[all …]
H A Dappopt.cxx562 SwView* pCurrView = GetView(); in CreateTabPage() local
563 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() local
593 if(pCurrView) in CreateTabPage()
595 aSet.Put( SwWrtShellItem( SID_WRT_SHELL, pCurrView->GetWrtShellPtr() ) ); in CreateTabPage()
H A Dapphdl.cxx169 SfxViewShell* pCurrView = SfxViewShell::Current(); in StateOther() local
170 if( !pCurrView || (pCurrView && !pCurrView->ISA(SwView)) ) in StateOther()
H A Ddocsh.cxx1057 SfxViewShell* pCurrView = GetView() ? (SfxViewShell*) GetView() in GetState() local
1060 sal_Bool bSourceView = 0 != PTR_CAST( SwSrcView, pCurrView ); in GetState()

Completed in 45 milliseconds