Searched refs:X4 (Results 1 – 4 of 4) sorted by relevance
/trunk/main/chart2/source/controller/dialogs/ |
H A D | tp_Scale.src | 42 #define X4 (X3+EDITWIDTH+5) 43 #define X5 (X4+AUTOCHECKWIDTH+5) 129 Pos = MAP_APPFONT ( X4 , Y3+1 ) ; 153 Pos = MAP_APPFONT ( X4 , Y4+1 ) ; 182 Pos = MAP_APPFONT ( X4 , Y5+1 ) ; 238 Pos = MAP_APPFONT ( X4 , Y5+1 ) ; 290 Pos = MAP_APPFONT ( X4 , Y6+1 ) ; 314 Pos = MAP_APPFONT ( X4 , Y7+1 ) ;
|
H A D | tp_AxisPositions.src | 48 #define X4 (X2+MAXLABELWIDTH+4) 49 #define X5 (X4+EDITWIDTH+5) 83 Pos = MAP_APPFONT ( X4, Y1 - 2 ) ; 145 Pos = MAP_APPFONT ( X4, Y4 - 2 ) ; 174 Pos = MAP_APPFONT ( X4, Y5 - 2 ) ;
|
/trunk/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1383 long Xr, Wr, X1, X2, X3, X4; in Distort() local 1403 X4 = rDistortedRect[2].X(); in Distort() 1418 fTy * (fUx * X3 + fTx * X4) ); in Distort()
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 1358 long Xr, Wr, X1, X2, X3, X4; in Distort() local 1377 X4 = rDistortedRect[2].X(); in Distort() 1389 rPnt.X() = (long) ( fUy * (fUx * X1 + fTx * X2) + fTy * (fUx * X3 + fTx * X4) ); in Distort()
|
Completed in 36 milliseconds