Lines Matching refs:ChartWindow
53 ChartWindow::ChartWindow( WindowController* pWindowController, Window* pParent, WinBits nStyle ) in ChartWindow() function in chart::ChartWindow
68 ChartWindow::~ChartWindow() in ~ChartWindow()
72 void ChartWindow::clear() in clear()
78 void ChartWindow::PrePaint() in PrePaint()
87 void ChartWindow::Paint( const Rectangle& rRect ) in Paint()
97 void ChartWindow::MouseButtonDown(const MouseEvent& rMEvt) in MouseButtonDown()
105 void ChartWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
113 void ChartWindow::Tracking( const TrackingEvent& rTEvt ) in Tracking()
121 void ChartWindow::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
129 void ChartWindow::Resize() in Resize()
137 void ChartWindow::Activate() in Activate()
144 void ChartWindow::Deactivate() in Deactivate()
151 void ChartWindow::GetFocus() in GetFocus()
158 void ChartWindow::LoseFocus() in LoseFocus()
166 void ChartWindow::Command( const CommandEvent& rCEvt ) in Command()
174 void ChartWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
185 uno::Reference< accessibility::XAccessible > ChartWindow::CreateAccessible() in CreateAccessible()
193 void ChartWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
204 void ChartWindow::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
232 void ChartWindow::adjustHighContrastMode() in adjustHighContrastMode()
242 void ChartWindow::ForceInvalidate() in ForceInvalidate()
246 void ChartWindow::Invalidate( sal_uInt16 nFlags ) in Invalidate()
252 void ChartWindow::Invalidate( const Rectangle& rRect, sal_uInt16 nFlags ) in Invalidate()
258 void ChartWindow::Invalidate( const Region& rRegion, sal_uInt16 nFlags ) in Invalidate()