Home
last modified time | relevance | path

Searched refs:yPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/controller/dialogs/
H A DCommonResources.hrc26 #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 )
/trunk/main/slideshow/source/engine/transitions/
H A Dwaterfallwipe.cxx49 const double yPos = ::basegfx::pruneScaleValue( ((pos + 1) * elementEdge) - 1.0 ); in WaterfallWipe() local
52 yPos ) ); in WaterfallWipe()
55 yPos ) ); in WaterfallWipe()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx1047 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()
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java365 …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