Lines Matching refs:sd

104 namespace sd { namespace ui { namespace table {  namespace
105 extern SfxShell* CreateTableObjectBar( ViewShell& rShell, ::sd::View* pView );
115 : public ::sd::ShellFactory<SfxShell>
118 ViewShellObjectBarFactory (::sd::ViewShell& rViewShell);
121 ::sd::ShellId nId,
123 ::sd::FrameView* pFrameView);
126 ::sd::ViewShell& mrViewShell;
129 typedef ::std::map< ::sd::ShellId,SfxShell*> ShellCache;
137 namespace sd { namespace
218 mpWindowUpdater.reset( new ::sd::WindowUpdater() ); in construct()
229 mpContentWindow.reset(new ::sd::Window(GetParentWindow())); in construct()
274 ::sd::SpellDialogChildWindow* pSpellDialog = in construct()
275 static_cast< ::sd::SpellDialogChildWindow*> ( in construct()
277 ::sd::SpellDialogChildWindow::GetChildWindowId())); in construct()
304 sd::View* pView = GetView(); in Exit()
464 sal_Bool ViewShell::KeyInput(const KeyEvent& rKEvt, ::sd::Window* pWin) in KeyInput()
540 void ViewShell::MouseButtonDown(const MouseEvent& rMEvt, ::sd::Window* pWin) in MouseButtonDown()
586 void ViewShell::MouseMove(const MouseEvent& rMEvt, ::sd::Window* pWin) in MouseMove()
625 void ViewShell::MouseButtonUp(const MouseEvent& rMEvt, ::sd::Window* pWin) in MouseButtonUp()
662 void ViewShell::Command(const CommandEvent& rCEvt, ::sd::Window* pWin) in Command()
690 long ViewShell::Notify(NotifyEvent& rNEvt, ::sd::Window* pWin) in Notify()
704 bool ViewShell::HandleScrollCommand(const CommandEvent& rCEvt, ::sd::Window* pWin) in HandleScrollCommand()
941 ::sd::View* pView = GetView(); in Resize()
1147 ::sd::View* pView = pMainViewShell->GetView(); in ImpGetUndoManager()
1402 ViewShell::CreateAccessibleDocumentView (::sd::Window* ) in CreateAccessibleDocumentView()
1410 ::sd::WindowUpdater* ViewShell::GetWindowUpdater (void) const in GetWindowUpdater()
1548 ::sd::Window* ViewShell::GetActiveWindow (void) const in GetActiveWindow()
1563 void ViewShell::Paint (const Rectangle&, ::sd::Window* ) in Paint()
1674 ::sd::ViewShell& rViewShell) in ViewShellObjectBarFactory()
1696 ::sd::ShellId nId, in CreateShell()
1698 ::sd::FrameView* ) in CreateShell()
1705 ::sd::View* pView = mrViewShell.GetView(); in CreateShell()
1709 pShell = new ::sd::BezierObjectBar(&mrViewShell, pView); in CreateShell()
1713 pShell = new ::sd::TextObjectBar( in CreateShell()
1718 pShell = new ::sd::GraphicObjectBar(&mrViewShell, pView); in CreateShell()
1722 pShell = new ::sd::MediaObjectBar(&mrViewShell, pView); in CreateShell()
1726 pShell = ::sd::ui::table::CreateTableObjectBar( mrViewShell, pView ); in CreateShell()