Home
last modified time | relevance | path

Searched refs:nListBoxHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java93 final int nListBoxHeight = nDialogHeight - 4*nControlMargin - nButtonHeight; in main() local
105 …oUnoDialogSample2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 2, sS… in main()
106 …oUnoDialogSample2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 3, sI… in main()
107 …oUnoDialogSample2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 4, sM… in main()
108 …oUnoDialogSample2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 5, sP… in main()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx210 long nListBoxHeight = m_aLB_PlaceLabels.GetSizePixel().Height(); in AxisPositionsTabPage() local
211 …ze( m_aLB_PlaceLabels.GetSizePixel().Width()+nNewRightBorder-nLabelRightBorder, nListBoxHeight ) ); in AxisPositionsTabPage()
212 … m_aLB_PlaceTicks.GetSizePixel().Width()+nNewRightBorder-nTickmarksRightBorder, nListBoxHeight ) ); in AxisPositionsTabPage()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx1071 …const sal_uInt16 nListBoxHeight = static_cast< sal_uInt16 >( maWndSize.Height() - nTopMargin - nMe… in getSectionPosSize() local
1074 …const sal_uInt16 nSingleBtnAreaY = nTopMargin + nMenuHeight + nListBoxHeight + nMenuListMargin - 1; in getSectionPosSize()
1087 rSize = Size(nListBoxWidth, nListBoxHeight); in getSectionPosSize()
1096 rSize = Size(nListBoxWidth, nListBoxHeight); in getSectionPosSize()

Completed in 25 milliseconds