Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx1175 …const bool bWidthChecked = !maTsbAutoGrowWidth.IsTriStateEnabled() && (maTsbAutoGrowWidth.GetState… in UpdateControlStates() local
1187 maCtlSize.Enable( !mbSizeDisabled && !bSizeProtect && (!bHeightChecked || !bWidthChecked) ); in UpdateControlStates()
1188 maFtWidth.Enable( !mbSizeDisabled && !bSizeProtect && !bWidthChecked ); in UpdateControlStates()
1189 maMtrWidth.Enable( !mbSizeDisabled && !bSizeProtect && !bWidthChecked ); in UpdateControlStates()
1192 maCbxScale.Enable( !mbSizeDisabled && !bSizeProtect && !bHeightChecked && !bWidthChecked ); in UpdateControlStates()

Completed in 30 milliseconds