Home
last modified time | relevance | path

Searched refs:WindowController (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/chart2/source/controller/main/
H A DChartWindow.hxx34 class WindowController;
44 ChartWindow( WindowController* pWindowController, Window* pParent, WinBits nStyle );
74 WindowController* m_pWindowController;
H A DChartController.hxx92 class WindowController class
95 virtual ~WindowController() {}; in ~WindowController()
157 , public WindowController
H A DChartWindow.cxx53 ChartWindow::ChartWindow( WindowController* pWindowController, Window* pParent, WinBits nStyle ) in ChartWindow()