Searched refs:nDialogHeight (Results 1 – 3 of 3) sorted by relevance
/trunk/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample2.java | 54 final static int nDialogHeight = 140; field in UnoDialogSample2 90 final int nButtonPosY = nDialogHeight - nButtonHeight - nControlMargin; in main() 93 final int nListBoxHeight = nDialogHeight - 4*nControlMargin - nButtonHeight; in main() 96 …new Object[] { new Integer(nDialogHeight), Boolean.TRUE, "Dialog1", new Integer(102),new Integer(4… in main()
|
H A D | UnoDialogSample.java | 1412 … int nDialogHeight = ((Integer) xDialogModelPropertySet.getPropertyValue("Height")).intValue(); in addRoadmap() local 1420 …new Object[] {Boolean.FALSE, new Integer(nDialogHeight - 26), sRoadmapName, new Integer(0), new In… in addRoadmap()
|
/trunk/main/sdext/source/minimizer/ |
H A D | informationdialog.cxx | 236 sal_Int32 nDialogHeight = DIALOG_HEIGHT; in InitDialog() local 238 nDialogHeight -= 22; in InitDialog() 253 Any( nDialogHeight ), in InitDialog() 339 …ng( RTL_CONSTASCII_USTRINGPARAM( "button" ) ), DIALOG_WIDTH / 2 - 15, nDialogHeight - 20, 30, 14, … in InitDialog()
|
Completed in 34 milliseconds