Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx924 Size lbSize=aListBox.GetOptimalSize(WINDOWSIZE_PREFERRED); in SwFieldDialog() local
925 lbSize.Width()+=50; in SwFieldDialog()
926 lbSize.Height()+=20; in SwFieldDialog()
927 aListBox.SetSizePixel(lbSize); in SwFieldDialog()
932 aText.SetSizePixel(Size(lbSize.Width(), tSize.Height())); in SwFieldDialog()
933 aText.SetPosPixel(Point(0, lbSize.Height())); in SwFieldDialog()
935 SetSizePixel(Size(lbSize.Width(), lbSize.Height()+tSize.Height())); in SwFieldDialog()

Completed in 18 milliseconds