Searched refs:GridWindow (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/extensions/source/scanner/ |
| H A D | grid.cxx | 49 GridWindow::GridWindow(double* pXValues, double* pYValues, int nValues, Window* pParent, sal_Bool b… in GridWindow() function in GridWindow 79 m_aResetButton.SetClickHdl( LINK( this, GridWindow, ClickButtonHdl ) ); in GridWindow() 107 GridWindow::~GridWindow() in ~GridWindow() 115 double GridWindow::findMinX() in findMinX() 128 double GridWindow::findMinY() in findMinY() 141 double GridWindow::findMaxX() in findMaxX() 154 double GridWindow::findMaxY() in findMaxY() 167 void GridWindow::computeExtremes() in computeExtremes() 190 Point GridWindow::transform( double x, double y ) in transform() 206 void GridWindow::transform( const Point& rOriginal, double& x, double& y ) in transform() [all …]
|
| H A D | grid.hxx | 33 class GridWindow : public ModalDialog class 125 GridWindow( double* pXValues, double* pYValues, int nValues, 127 ~GridWindow();
|
| H A D | sanedlg.cxx | 450 GridWindow aGrid( x, y, nElements, this ); in IMPL_LINK()
|