Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/cctrl/
H A Dchecklistmenu.cxx945 const long nMenuHeight = maMenuSize.getHeight(); in getSectionPosSize()
1049 maMenuSize = getMenuSize(); in packWindow()
1051 if (maWndSize.Width() < maMenuSize.Width()) in packWindow()
1053 maWndSize.setWidth( maMenuSize.Width() ); in packWindow()
1056 if (maWndSize.Height() < maMenuSize.Height()*2.8) in packWindow()
1057 maWndSize.setHeight( maMenuSize.Height()*2.8 ); in packWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dchecklistmenu.hxx441 Size maMenuSize; /// size of all menu items combined. member in ScCheckListMenuWindow