Searched refs:SmGraphicWindow (Results 1 – 5 of 5) sorted by relevance
95 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow() function in SmGraphicWindow117 SmGraphicWindow::~SmGraphicWindow() in ~SmGraphicWindow()214 void SmGraphicWindow::GetFocus() in GetFocus()228 void SmGraphicWindow::LoseFocus() in LoseFocus()241 void SmGraphicWindow::ShowCursor(sal_Bool bShow) in ShowCursor()253 void SmGraphicWindow::SetCursor(const SmNode *pNode) in SetCursor()304 void SmGraphicWindow::Paint(const Rectangle&) in Paint()333 void SmGraphicWindow::SetTotalSize () in SetTotalSize()409 void SmGraphicWindow::SetZoom(sal_uInt16 Factor) in IMPL_LINK_INLINE_END()422 void SmGraphicWindow::ZoomToFitInWindow() in ZoomToFitInWindow()[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()
Completed in 25 milliseconds