Lines Matching refs:ViewShell
101 class SW_DLLPUBLIC ViewShell : public Ring class
103 friend void SetOutDev( ViewShell *pSh, OutputDevice *pOut );
104 friend void SetOutDevAndWin( ViewShell *pSh, OutputDevice *pOut,
114 friend void SetSwVisArea( ViewShell*, const SwRect& /*, sal_Bool bPDFExport = sal_False */ );
356 static inline sal_Bool IsLstEndAction() { return ViewShell::bLstAct; } in IsLstEndAction()
450 static Window* GetCareWin(ViewShell& rVSh) in GetCareWin()
452 static Window* CareChildWin(ViewShell& rVSh);
491 const SdrView *GetDrawView() const { return ((ViewShell*)this)->GetDrawView(); } in GetDrawView()
572 ViewShell( ViewShell&, Window *pWin = 0, OutputDevice *pOut = 0,
574 ViewShell( SwDoc& rDoc, Window *pWin,
577 virtual ~ViewShell();
590 … const SwPostItMgr* GetPostItMgr() const { return (const_cast<ViewShell*>(this))->GetPostItMgr(); } in GetPostItMgr()
599 ViewShell *pPrev;
602 CurrShell( ViewShell *pNew );
606 inline void ViewShell::ResetInvalidRect() in ResetInvalidRect()
611 inline void ViewShell::StartAction() in StartAction()
616 inline void ViewShell::EndAction( const sal_Bool bIdleEnd ) in EndAction()
623 inline void ViewShell::LockPaint() in LockPaint()
628 inline void ViewShell::UnlockPaint( sal_Bool bVirDev ) in UnlockPaint()
633 inline const SfxItemPool& ViewShell::GetAttrPool() const in GetAttrPool()
635 return ((ViewShell*)this)->GetAttrPool(); in GetAttrPool()