Searched refs:yPos (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | CommonResources.hrc | 26 #define BUTTONS_OK_CANCEL_HELP( xPos, yPos, xOffset, yOffset ) \ 29 Pos = MAP_APPFONT ( xPos , yPos ) ; \ 36 Pos = MAP_APPFONT ( xPos+xOffset , yPos+yOffset ) ; \ 42 Pos = MAP_APPFONT ( xPos+xOffset+xOffset , yPos+yOffset+yOffset ) ; \ 50 #define BUTTONS_HELP_OK_CANCEL( xPos, yPos, xOffset, yOffset ) \ 53 Pos = MAP_APPFONT ( xPos , yPos ) ; \ 59 Pos = MAP_APPFONT ( xPos+xOffset , yPos+yOffset ) ; \ 66 Pos = MAP_APPFONT ( xPos+xOffset+xOffset , yPos+yOffset+yOffset ) ; \ 71 #define BUTTONS_HELP_OK_CANCEL_NEXT( xPos, yPos ) \ 72 BUTTONS_HELP_OK_CANCEL( xPos, yPos, 53, 0 )
|
/aoo4110/main/slideshow/source/engine/transitions/ |
H A D | waterfallwipe.cxx | 49 const double yPos = ::basegfx::pruneScaleValue( ((pos + 1) * elementEdge) - 1.0 ); in WaterfallWipe() local 52 yPos ) ); in WaterfallWipe() 55 yPos ) ); in WaterfallWipe()
|
/aoo4110/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 1047 short yPos; in Draw() local 1085 T1=T; Index1=0; yPos=0; xPos=0; in Draw() 1123 yPos0=yPos; in Draw() 1125 yPos=yPos+TopToBase; in Draw() 1135 yp1=long(Pos1.y)+yPos; in Draw() 1145 yPos=yPos0+LF; in Draw()
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | CellBinding.java | 365 …private XPropertySet createRadio( int yPos, String label, String name, String tag ) throws com.sun… in createRadio() argument 367 … XPropertySet radio = m_formLayer.createControlAndShape( "DatabaseRadioButton", 30, yPos, 40, 4 ); in createRadio()
|
Completed in 29 milliseconds