Lines Matching refs:SfxViewShell
117 static SfxViewShell *CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView); \
124 SfxViewShell* __EXPORT Class::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView) \
143 class SFX2_DLLPUBLIC SfxViewShell: public SfxShell, public SfxListener class
175 static SfxViewShell* GetFirst( const TypeId* pType = 0, sal_Bool bOnlyVisible = sal_True );
176 static SfxViewShell* GetNext( const SfxViewShell& rPrev,
178 static SfxViewShell* Current();
180 …static SfxViewShell* Get( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::…
186 SfxViewShell( SfxViewFrame *pFrame, sal_uInt16 nFlags = 0 );
187 virtual ~SfxViewShell();
333 inline void SfxViewShell::LostFocus() const in LostFocus()
355 inline SfxViewFrame* SfxViewShell::GetViewFrame() const in GetViewFrame()