Searched refs:nListBoxHeight (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample2.java | 93 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()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_AxisPositions.cxx | 210 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()
|
/aoo41x/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 1071 …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 20 milliseconds