Home
last modified time | relevance | path

Searched refs:SmGraphicWindow (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/starmath/source/
H A Dview.cxx91 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow() function in SmGraphicWindow
113 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 …]
H A Daccessibility.hxx56 class SmGraphicWindow;
90 SmGraphicWindow *pWin;
101 SmGraphicAccessible( SmGraphicWindow *pGraphicWin );
104 SmGraphicWindow * GetWin() { return pWin; } in GetWin()
H A Dtoolbox.cxx288 SmGraphicWindow &rWin = pView->GetGraphicWindow(); in AdjustPosSize()
H A Daccessibility.cxx115 SmGraphicAccessible::SmGraphicAccessible( SmGraphicWindow *pGraphicWin ) : in SmGraphicAccessible()
/AOO41X/main/starmath/inc/
H A Dview.hxx47 class SmGraphicWindow : public ScrollableWindow class
76 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()