Searched refs:Y4 (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.src | 36 #define Y4 Y3 + MBOX_HEIGHT + CONTROL_SPACING_VERTICAL 37 #define Y5 Y4 + MBOX_HEIGHT + CONTROL_SPACING_VERTICAL 137 Pos = MAP_APPFONT (X1, Y4) ; 153 Pos = MAP_APPFONT (X3, Y4) ; 199 Pos = MAP_APPFONT(X0, Y4); 208 Pos = MAP_APPFONT(X2, Y4);
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_Scale.src | 30 #define Y4 (Y3+16) 31 #define Y5 (Y4+16) 137 Pos = MAP_APPFONT ( X2 , Y4 ) ; 146 Pos = MAP_APPFONT ( X3 , Y4-2 ) ; 153 Pos = MAP_APPFONT ( X4 , Y4+1 ) ;
|
H A D | tp_AxisPositions.src | 30 #define Y4 (Y3+13) 31 #define Y5 (Y4) 135 Pos = MAP_APPFONT ( X2 , Y4 ) ; 144 Pos = MAP_APPFONT ( X4 , Y4-2 ) ;
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.src | 230 #define Y4 (Y3 + 3 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT + RSC_CD_TEXTBOX_HE… 234 Pos = MAP_APPFONT ( C1, Y4 ); 241 Pos = MAP_APPFONT ( C1, Y4 + SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT ); 247 #define Y5 (Y4 + 2 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT )
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 1384 long Yr, Hr, Y1, Y2, Y3, Y4; in Distort() local 1404 Y4 = rDistortedRect[2].Y(); in Distort() 1420 fTx * (fUy * Y2 + fTy * Y4) ); in Distort()
|
/aoo41x/main/tools/source/generic/ |
H A D | poly.cxx | 1359 long Yr, Hr, Y1, Y2, Y3, Y4; in Distort() local 1378 Y4 = rDistortedRect[2].Y(); in Distort() 1390 rPnt.Y() = (long) ( fUx * (fUy * Y1 + fTy * Y3) + fTx * (fUy * Y2 + fTy * Y4) ); in Distort()
|
Completed in 50 milliseconds