Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dtransfrm.hxx107 std::unique_ptr<weld::CustomWeld> m_xCtlSize; member in SvxPositionSizeTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Dtransfrm.hxx108 std::unique_ptr<weld::CustomWeld> m_xCtlSize; member in SvxPositionSizeTabPage
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtransfrm.cxx767 , m_xCtlSize(new weld::CustomWeld(*m_xBuilder, "CTL_SIZERECT", m_aCtlSize)) in SvxPositionSizeTabPage()
1193m_xCtlSize->set_sensitive( !mbSizeDisabled && !bSizeProtect && (!bHeightChecked || !bWidthChecked)… in UpdateControlStates()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtransfrm.cxx765 , m_xCtlSize(new weld::CustomWeld(*m_xBuilder, "CTL_SIZERECT", m_aCtlSize)) in SvxPositionSizeTabPage()
1191m_xCtlSize->set_sensitive( !mbSizeDisabled && !bSizeProtect && (!bHeightChecked || !bWidthChecked)… in UpdateControlStates()