Home
last modified time | relevance | path

Searched refs:SfxViewShell (Results 26 – 50 of 169) sorted by relevance

1234567

/aoo42x/main/sfx2/inc/sfx2/
H A Dprnmon.hxx34 class SfxViewShell;
81 SfxViewShell* pViewSh;
87 SfxViewShell *pViewShell,
H A Dshell.hxx50 class SfxViewShell;
173 SfxShell( SfxViewShell *pViewSh );
176 SAL_DLLPRIVATE void SetViewShell_Impl( SfxViewShell* pView );
197 SfxViewShell* GetViewShell() const;
/aoo42x/main/sd/source/ui/view/
H A DOutlineViewShellBase.cxx43 SfxViewShell* __EXPORT OutlineViewShellBase::CreateInstance ( in CreateInstance()
44 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance()
66 SfxViewShell* pOldShell) in OutlineViewShellBase()
H A DSlideSorterViewShellBase.cxx43 SfxViewShell* __EXPORT SlideSorterViewShellBase::CreateInstance ( in CreateInstance()
44 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance()
77 SfxViewShell* pOldShell) in SlideSorterViewShellBase()
H A DGraphicViewShellBase.cxx45 SfxViewShell* __EXPORT GraphicViewShellBase::CreateInstance ( in CreateInstance()
46 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance()
72 SfxViewShell* pOldShell) in GraphicViewShellBase()
H A DImpressViewShellBase.cxx45 SfxViewShell* __EXPORT ImpressViewShellBase::CreateInstance ( in CreateInstance()
46 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance()
72 SfxViewShell* pOldShell) in ImpressViewShellBase()
H A DPresentationViewShellBase.cxx52 SfxViewShell* __EXPORT PresentationViewShellBase::CreateInstance ( in CreateInstance()
53 SfxViewFrame *_pFrame, SfxViewShell *pOldView) in CreateInstance()
76 SfxViewShell* pOldShell) in PresentationViewShellBase()
/aoo42x/main/sw/source/ui/app/
H A Dswmodul1.cxx139 SfxViewShell* pView = SfxViewShell::Current(); in GetActiveView()
150 SwView* pView = (SwView*)SfxViewShell::GetFirst(&aTypeId); in GetFirstView()
159 SwView* pNView = (SwView*)SfxViewShell::GetNext(*pView, &aTypeId, sal_True); in GetNextView()
184 if( !pCurrView && 0 != (pPPView = PTR_CAST( SwPagePreView, SfxViewShell::Current())) ) in ApplyUsrPref()
H A Ddocsh.cxx563 SfxViewShell* pViewShell = pVFrame ? pVFrame->GetViewShell() : 0; in lcl_GetSourceView()
1048 if ( PTR_CAST( SwPagePreView, SfxViewShell::Current() ) ) in GetState()
1057 SfxViewShell* pCurrView = GetView() ? (SfxViewShell*) GetView() in GetState()
1059 SfxViewShell::Current(); in GetState()
1208 SfxViewShell* pShell = pVFrame->GetViewShell(); in LoadingFinished()
/aoo42x/main/sw/source/ui/uiview/
H A Dpview.cxx97 SFX_IMPL_INTERFACE(SwPagePreView, SfxViewShell, SW_RES(RID_PVIEW_TOOLBOX)) in SFX_IMPL_INTERFACE() argument
107 TYPEINIT1(SwPagePreView,SfxViewShell) in TYPEINIT1() argument
1009 SfxViewShell::ExecuteSlot( rReq, SfxViewShell::GetInterface() ); in Execute()
1017 SfxViewShell::ExecuteSlot( rReq, SfxViewShell::GetInterface() ); in Execute()
1181 GetSlotState( SID_PRINTDOC, SfxViewShell::GetInterface(), &aSet ); in GetState()
1200 GetSlotState( nWhich, SfxViewShell::GetInterface(), &rSet ); in GetState()
1296 SwPagePreView::SwPagePreView(SfxViewFrame *pViewFrame, SfxViewShell* pOldSh): in SwPagePreView()
1297 SfxViewShell( pViewFrame, SWVIEWFLAGS ), in SwPagePreView()
/aoo42x/main/sc/source/ui/app/
H A Dinputwin.cxx236 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in ~ScInputWindow()
245 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in ~ScInputWindow()
270 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in UseSubTotal()
364 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in Select()
468 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in Select()
1715 ScTabViewShell* pViewSh = PTR_CAST( ScTabViewShell, SfxViewShell::Current() ); in DoEnter()
1825 SfxViewShell* pCurSh = SfxViewShell::Current(); in ReleaseFocus_Impl()
/aoo42x/main/sc/source/ui/inc/
H A Dviewutil.hxx34 class SfxViewShell;
76 static bool IsFullScreen( SfxViewShell& rViewShell );
78 static void SetFullScreen( SfxViewShell& rViewShell, bool bSet );
/aoo42x/main/sw/inc/
H A Dviewsh.hxx65 class SfxViewShell;
131 SfxViewShell *pSfxViewShell;
454 inline SfxViewShell *GetSfxViewShell() { return pSfxViewShell; } in GetSfxViewShell()
455 inline void SetSfxViewShell(SfxViewShell *pNew) { pSfxViewShell = pNew; } in SetSfxViewShell()
/aoo42x/main/sfx2/source/dialog/
H A Dsecuritypage.cxx79 SfxViewShell* pViewSh = SfxViewShell::Current(); in QueryState()
347 SfxViewShell* pViewSh = SfxViewShell::Current(); in Reset_Impl()
/aoo42x/main/starmath/source/
H A Dview.cxx527 SfxViewShell *pView = GetBindings().GetDispatcher()->GetFrame()->GetViewShell(); in GetView()
780 TYPEINIT1( SmViewShell, SfxViewShell );
782 SFX_IMPL_INTERFACE(SmViewShell, SfxViewShell, SmResId(0))
824 SfxViewShell::SetZoomFactor( Fraction( aProvidedSize.Width(), aObjSize.Width() ), in InnerResizePixel()
863 SfxViewShell::SetZoomFactor( rX, rY ); in SetZoomFactor()
1896 SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *): in SmViewShell() argument
1897 SfxViewShell(pFrame_, SFX_VIEW_HAS_PRINTOPTIONS | SFX_VIEW_CAN_PRINT), in SmViewShell()
1935 SfxViewShell::Deactivate( bIsMDIActivate ); in Deactivate()
1943 SfxViewShell::Activate( bIsMDIActivate ); in Activate()
H A Dsmmod.cxx272 SfxViewShell* pViewShell = SfxViewShell::GetFirst(); in ApplyColorConfigValues()
283 pViewShell = SfxViewShell::GetNext( *pViewShell ); in ApplyColorConfigValues()
/aoo42x/main/sc/source/ui/view/
H A Dspelldialog.cxx127 if( mpViewShell && (mpViewShell == PTR_CAST( ScTabViewShell, SfxViewShell::Current() )) ) in Reset()
168 if( (mpViewShell = PTR_CAST( ScTabViewShell, SfxViewShell::Current() )) == 0 ) in Init()
263 …if( !mxOldSel.get() || !mpViewShell || (mpViewShell != PTR_CAST( ScTabViewShell, SfxViewShell::Cur… in IsSelectionChanged()
H A Dprevwsh.cxx96 TYPEINIT1( ScPreviewShell, SfxViewShell );
98 SFX_IMPL_INTERFACE( ScPreviewShell, SfxViewShell, ScResId(SCSTR_PREVIEWSHELL) ) in SFX_IMPL_INTERFACE() argument
146 SfxViewShell* pOldSh ) : in ScPreviewShell()
147 SfxViewShell( pViewFrame, SFX_VIEW_CAN_PRINT | SFX_VIEW_HAS_PRINTOPTIONS ), in ScPreviewShell()
497 SfxViewShell::Activate(bMDI); in Activate()
512 SfxViewShell::Deactivate(bMDI); in Deactivate()
/aoo42x/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx371 SfxViewShell* pViewShell = SfxViewShell::GetFirst( &aSwViewTypeId ); in PageCreated()
374 pViewShell = SfxViewShell::GetNext( *pViewShell, &aSwViewTypeId ); in PageCreated()
/aoo42x/main/svx/inc/svx/
H A Dextrusionbar.hxx32 class SfxViewShell;
48 ExtrusionBar(SfxViewShell* pViewShell );
H A Dfontworkbar.hxx32 class SfxViewShell;
48 FontworkBar(SfxViewShell* pViewShell );
/aoo42x/main/svx/source/tbxctrls/
H A Dfillctrl.cxx720 SfxViewShell* pViewShell = SfxViewShell::Current(); in IMPL_LINK()
888 SfxViewShell* pViewShell = SfxViewShell::Current(); in IMPL_LINK()
/aoo42x/main/svx/inc/svx/sidebar/
H A DContextChangeEventMultiplexer.hxx33 class SfxViewShell;
60 SfxViewShell* pViewShell,
/aoo42x/main/sfx2/source/view/
H A Dviewfac.cxx36 SfxViewShell *SfxViewFactory::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldSh ) in DBG_NAME()
/aoo42x/main/sfx2/inc/
H A Darrdecl.hxx40 class SfxViewShell;
41 SV_DECL_PTRARR( SfxViewShellArr_Impl, SfxViewShell*, 4, 4 )

Completed in 108 milliseconds

1234567