Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dview.cxx98 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow() function in SmGraphicWindow
120 SmGraphicWindow::~SmGraphicWindow() in ~SmGraphicWindow()
217 void SmGraphicWindow::GetFocus() in GetFocus()
231 void SmGraphicWindow::LoseFocus() in LoseFocus()
244 void SmGraphicWindow::ShowCursor(sal_Bool bShow) in ShowCursor()
256 void SmGraphicWindow::SetCursor(const SmNode *pNode) in SetCursor()
307 void SmGraphicWindow::Paint(const Rectangle&) in Paint()
336 void SmGraphicWindow::SetTotalSize () in SetTotalSize()
412 void SmGraphicWindow::SetZoom(sal_uInt16 Factor) in IMPL_LINK_INLINE_END()
425 void SmGraphicWindow::ZoomToFitInWindow() in ZoomToFitInWindow()
[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()
/trunk/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()

Completed in 41 milliseconds