Lines Matching refs:sd
64 namespace sd { namespace
167 inline ::sd::View* GetView (void) const;
178 ::sd::Window* GetActiveWindow (void) const;
184 void SetActiveWindow (::sd::Window* pWindow);
197 virtual void Paint (const Rectangle& rRect, ::sd::Window* pWin);
198 virtual sal_Bool KeyInput(const KeyEvent& rKEvt, ::sd::Window* pWin);
199 virtual void MouseMove(const MouseEvent& rMEvt, ::sd::Window* pWin);
200 virtual void MouseButtonUp(const MouseEvent& rMEvt, ::sd::Window* pWin);
201 virtual void MouseButtonDown(const MouseEvent& rMEvt, ::sd::Window* pWin);
202 virtual void Command(const CommandEvent& rCEvt, ::sd::Window* pWin);
203 virtual sal_Bool RequestHelp( const HelpEvent& rEvt, ::sd::Window* pWin );
204 virtual long Notify( NotifyEvent& rNEvt, ::sd::Window* pWin );
206 virtual bool HandleScrollCommand(const CommandEvent& rCEvt, ::sd::Window* pWin);
298 ::sd::Window* pTargetWindow, sal_uInt16 nPage, sal_uInt16 nLayer );
300 … ::sd::Window* pTargetWindow, sal_uInt16 nPage, sal_uInt16 nLayer );
318 CreateAccessibleDocumentView (::sd::Window* pWindow);
334 ::sd::WindowUpdater* GetWindowUpdater (void) const;
479 ::boost::shared_ptr<sd::Window> mpContentWindow;
498 ::sd::Window* mpActiveWindow;
499 ::sd::View* mpView;
549 virtual SvxRuler* CreateHRuler(::sd::Window* pWin, sal_Bool bIsFirst);
550 virtual SvxRuler* CreateVRuler(::sd::Window* pWin);
570 ::std::auto_ptr< ::sd::WindowUpdater> mpWindowUpdater;
592 ::sd::View* ViewShell::GetView (void) const in GetView()