Searched refs:SmGraphicWindow (Results 1 – 5 of 5) sorted by relevance
91 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow() function in SmGraphicWindow113 SmGraphicWindow::~SmGraphicWindow() in ~SmGraphicWindow()121 void SmGraphicWindow::StateChanged( StateChangedType eType ) in StateChanged()129 void SmGraphicWindow::ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg ) in ApplyColorConfigValues()141 void SmGraphicWindow::DataChanged( const DataChangedEvent& rEvt ) in DataChanged()149 void SmGraphicWindow::MouseButtonDown(const MouseEvent& rMEvt) in MouseButtonDown()210 void SmGraphicWindow::GetFocus() in GetFocus()224 void SmGraphicWindow::LoseFocus() in LoseFocus()237 void SmGraphicWindow::ShowCursor(sal_Bool bShow) in ShowCursor()249 void SmGraphicWindow::SetCursor(const SmNode *pNode) in SetCursor()[all …]
56 class SmGraphicWindow;90 SmGraphicWindow *pWin;101 SmGraphicAccessible( SmGraphicWindow *pGraphicWin );104 SmGraphicWindow * GetWin() { return pWin; } in GetWin()
288 SmGraphicWindow &rWin = pView->GetGraphicWindow(); in AdjustPosSize()
115 SmGraphicAccessible::SmGraphicAccessible( SmGraphicWindow *pGraphicWin ) : in SmGraphicAccessible()
47 class SmGraphicWindow : public ScrollableWindow class76 SmGraphicWindow(SmViewShell* pShell);77 ~SmGraphicWindow();115 SmGraphicWindow &rGraphic;117 SmGraphicController(SmGraphicWindow &, sal_uInt16, SfxBindings & );215 SmGraphicWindow aGraphic;274 SmGraphicWindow & GetGraphicWindow() { return aGraphic; } in GetGraphicWindow()275 const SmGraphicWindow & GetGraphicWindow() const { return aGraphic; } in GetGraphicWindow()