Lines Matching refs:GraphCtrl

78 GraphCtrl::GraphCtrl( Window* pParent, const WinBits nWinBits ) :  in GraphCtrl()  function in GraphCtrl
91 aUpdateTimer.SetTimeoutHdl( LINK( this, GraphCtrl, UpdateHdl ) ); in GraphCtrl()
106 GraphCtrl::GraphCtrl( Window* pParent, const ResId& rResId ) : in GraphCtrl() function in GraphCtrl
121 aUpdateTimer.SetTimeoutHdl( LINK( this, GraphCtrl, UpdateHdl ) ); in GraphCtrl()
133 GraphCtrl::~GraphCtrl() in ~GraphCtrl()
152 void GraphCtrl::SetWinStyle( WinBits nWinBits ) in SetWinStyle()
179 void GraphCtrl::InitSdrModel() in InitSdrModel()
230 void GraphCtrl::SetGraphic( const Graphic& rGraphic, sal_Bool bNewModel ) in SetGraphic()
274 void GraphCtrl::Resize() in Resize()
322 void GraphCtrl::Paint( const Rectangle& rRect ) in Paint()
363 void GraphCtrl::SdrObjChanged( const SdrObject& ) in SdrObjChanged()
374 void GraphCtrl::SdrObjCreated( const SdrObject& ) in SdrObjCreated()
385 void GraphCtrl::MarkListHasChanged() in MarkListHasChanged()
398 void GraphCtrl::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
718 void GraphCtrl::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
764 void GraphCtrl::MouseMove(const MouseEvent& rMEvt) in MouseMove()
802 void GraphCtrl::MouseButtonUp(const MouseEvent& rMEvt) in MouseButtonUp()
825 SdrObject* GraphCtrl::GetSelectedSdrObject() const in GetSelectedSdrObject()
847 void GraphCtrl::SetEditMode( const sal_Bool _bEditMode ) in SetEditMode()
867 void GraphCtrl::SetPolyEditMode( const sal_uInt16 _nPolyEdit ) in SetPolyEditMode()
885 void GraphCtrl::SetObjKind( const SdrObjKind _eObjKind ) in SetObjKind()
905 String GraphCtrl::GetStringFromDouble( const double& rDouble ) in GetStringFromDouble()
921 IMPL_LINK( GraphCtrl, UpdateHdl, Timer*, pTimer ) in IMPL_LINK() argument
932 ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > GraphCtrl::CreateA… in CreateAccessible()