Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx990 maWndSize(240, 330), in ScDPFieldPopupWindow()
1070 …const sal_uInt16 nListBoxWidth = static_cast< sal_uInt16 >( maWndSize.Width() - nListBoxMargin*2 ); in getSectionPosSize()
1071 …const sal_uInt16 nListBoxHeight = static_cast< sal_uInt16 >( maWndSize.Height() - nTopMargin - nMe… in getSectionPosSize()
1081 rSize = maWndSize; in getSectionPosSize()
1136 long x = (maWndSize.Width() - nBtnWidth*2)/3; in getSectionPosSize()
1137 long y = maWndSize.Height() - nBottomMargin - nBtnHeight; in getSectionPosSize()
1144 long x = (maWndSize.Width() - nBtnWidth*2)/3*2 + nBtnWidth; in getSectionPosSize()
1145 long y = maWndSize.Height() - nBottomMargin - nBtnHeight; in getSectionPosSize()
1380 return maWndSize; in getWindowSize()
/trunk/main/sc/source/ui/inc/
H A Ddpcontrol.hxx355 const Size maWndSize; /// hard-coded window size. member in ScDPFieldPopupWindow

Completed in 21 milliseconds