Lines Matching refs:SmGraphicWindow

98 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell):  in SmGraphicWindow()  function in SmGraphicWindow
120 SmGraphicWindow::~SmGraphicWindow() in ~SmGraphicWindow()
128 void SmGraphicWindow::StateChanged( StateChangedType eType ) in StateChanged()
136 void SmGraphicWindow::ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg ) in ApplyColorConfigValues()
148 void SmGraphicWindow::DataChanged( const DataChangedEvent& rEvt ) in DataChanged()
156 void SmGraphicWindow::MouseButtonDown(const MouseEvent& rMEvt) in MouseButtonDown()
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()
270 void SmGraphicWindow::SetCursor(const Rectangle &rRect) in SetCursor()
284 const SmNode * SmGraphicWindow::SetCursorPos(sal_uInt16 nRow, sal_uInt16 nCol) in SetCursorPos()
307 void SmGraphicWindow::Paint(const Rectangle&) in Paint()
336 void SmGraphicWindow::SetTotalSize () in SetTotalSize()
345 void SmGraphicWindow::KeyInput(const KeyEvent& rKEvt) in KeyInput()
352 void SmGraphicWindow::Command(const CommandEvent& rCEvt) in Command()
364 pPopupMenu->SetSelectHdl(LINK(this, SmGraphicWindow, MenuSelectHdl)); in Command()
402 IMPL_LINK_INLINE_START( SmGraphicWindow, MenuSelectHdl, Menu *, pMenu ) in IMPL_LINK_INLINE_START() argument
409 IMPL_LINK_INLINE_END( SmGraphicWindow, MenuSelectHdl, Menu *, pMenu ) in IMPL_LINK_INLINE_END() argument
412 void SmGraphicWindow::SetZoom(sal_uInt16 Factor) in IMPL_LINK_INLINE_END()
425 void SmGraphicWindow::ZoomToFitInWindow() in ZoomToFitInWindow()
443 uno::Reference< XAccessible > SmGraphicWindow::CreateAccessible() in CreateAccessible()
456 SmGraphicController::SmGraphicController(SmGraphicWindow &rSmGraphic, in SmGraphicController()
838 SmGraphicWindow &rWin = GetGraphicWindow(); in OuterResizePixel()