Searched refs:Y3 (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.src | 196 #define Y3 (Y2 + 5 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT + RSC_CD_TEXTBOX_HE… 200 Pos = MAP_APPFONT ( C1, Y3 ); 207 Pos = MAP_APPFONT ( C1, Y3 + SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT ); 215 Pos = MAP_APPFONT ( C2, Y3 + 2 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT + 1 ); 224 Pos = MAP_APPFONT ( C4, Y3 + 2 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT ); 230 #define Y4 (Y3 + 3 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT + RSC_CD_TEXTBOX_HE…
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_Scale.src | 29 #define Y3 (Y2+16) 30 #define Y4 (Y3+16) 113 Pos = MAP_APPFONT ( X2 , Y3 ) ; 122 Pos = MAP_APPFONT ( X3 , Y3-2 ) ; 129 Pos = MAP_APPFONT ( X4 , Y3+1 ) ;
|
H A D | tp_AxisPositions.src | 29 #define Y3 (Y2+16) 30 #define Y4 (Y3+13) 129 Pos = MAP_APPFONT ( X1 , Y3 ) ;
|
/aoo41x/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.src | 35 #define Y3 Y2 + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL 36 #define Y4 Y3 + MBOX_HEIGHT + CONTROL_SPACING_VERTICAL 106 Pos = MAP_APPFONT (X0 , Y3) ; 122 Pos = MAP_APPFONT (X2, Y3) ;
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1384 long Yr, Hr, Y1, Y2, Y3, Y4; in Distort() local 1402 Y3 = rDistortedRect[3].Y(); in Distort() 1419 rPnt.Y() = (long) ( fUx * (fUy * Y1 + fTy * Y3) + in Distort()
|
/aoo41x/main/tools/source/generic/ |
H A D | poly.cxx | 1359 long Yr, Hr, Y1, Y2, Y3, Y4; in Distort() local 1376 Y3 = rDistortedRect[3].Y(); in Distort() 1390 rPnt.Y() = (long) ( fUx * (fUy * Y1 + fTy * Y3) + fTx * (fUy * Y2 + fTy * Y4) ); in Distort()
|
Completed in 65 milliseconds