Searched refs:SmGraphicWindow (Results 1 – 5 of 5) sorted by relevance
98 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow() function in SmGraphicWindow120 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 …]
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 47 milliseconds