Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtextattr.cxx65 , m_xTsbAutoGrowWidth(m_xBuilder->weld_check_button("TSB_AUTOGROW_WIDTH")) in SvxTextAttrPage()
89 m_xTsbAutoGrowWidth->connect_toggled( aLink ); in SvxTextAttrPage()
162 m_xTsbAutoGrowWidth->set_state( rAttrs->Get( SDRATTR_TEXT_AUTOGROWWIDTH ). in Reset()
166 m_xTsbAutoGrowWidth->set_state( TRISTATE_INDET ); in Reset()
167 m_xTsbAutoGrowWidth->save_state(); in Reset()
331 eState = m_xTsbAutoGrowWidth->get_state(); in FillItemSet()
332 if( m_xTsbAutoGrowWidth->get_state_changed_from_saved() ) in FillItemSet()
471 m_xTsbAutoGrowWidth->set_visible( bAutoGrowWidthEnabled ); in Construct()
602 bool bAutoGrowWidth = m_xTsbAutoGrowWidth->get_state() == TRISTATE_TRUE; in IMPL_LINK()
611 m_xTsbAutoGrowWidth->set_sensitive( !bFitToSize && in IMPL_LINK()
H A Dtransfrm.cxx772 , m_xTsbAutoGrowWidth(m_xBuilder->weld_check_button("TSB_AUTOGROW_WIDTH")) in SvxPositionSizeTabPage()
876m_xTsbAutoGrowWidth->connect_toggled( LINK( this, SvxPositionSizeTabPage, ClickSizeProtectHdl ) ); in Construct()
987 if (m_xTsbAutoGrowWidth->get_state_changed_from_saved()) in FillItemSet()
991 if( m_xTsbAutoGrowWidth->get_inconsistent() ) in FillItemSet()
996 m_xTsbAutoGrowWidth->get_active() ) ); in FillItemSet()
1090 m_xTsbAutoGrowWidth->set_active(static_cast<const SfxBoolItem*>( pItem )->GetValue()); in Reset()
1093 m_xTsbAutoGrowWidth->set_inconsistent(true); in Reset()
1113 m_xTsbAutoGrowWidth->save_state(); in Reset()
1178 const bool bWidthChecked = !mbIgnoreAutoGrowWidth && (m_xTsbAutoGrowWidth->get_active()); in UpdateControlStates()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtextattr.cxx64 , m_xTsbAutoGrowWidth(m_xBuilder->weld_check_button("TSB_AUTOGROW_WIDTH")) in SvxTextAttrPage()
88 m_xTsbAutoGrowWidth->connect_clicked( aLink ); in SvxTextAttrPage()
161 m_xTsbAutoGrowWidth->set_state( rAttrs->Get( SDRATTR_TEXT_AUTOGROWWIDTH ). in Reset()
165 m_xTsbAutoGrowWidth->set_state( TRISTATE_INDET ); in Reset()
166 m_xTsbAutoGrowWidth->save_state(); in Reset()
330 eState = m_xTsbAutoGrowWidth->get_state(); in FillItemSet()
331 if( m_xTsbAutoGrowWidth->get_state_changed_from_saved() ) in FillItemSet()
470 m_xTsbAutoGrowWidth->set_visible( bAutoGrowWidthEnabled ); in Construct()
601 bool bAutoGrowWidth = m_xTsbAutoGrowWidth->get_state() == TRISTATE_TRUE; in IMPL_LINK()
610 m_xTsbAutoGrowWidth->set_sensitive( !bFitToSize && in IMPL_LINK()
H A Dtransfrm.cxx770 , m_xTsbAutoGrowWidth(m_xBuilder->weld_check_button("TSB_AUTOGROW_WIDTH")) in SvxPositionSizeTabPage()
874m_xTsbAutoGrowWidth->connect_toggled( LINK( this, SvxPositionSizeTabPage, ClickSizeProtectHdl ) ); in Construct()
985 if (m_xTsbAutoGrowWidth->get_state_changed_from_saved()) in FillItemSet()
989 if( m_xTsbAutoGrowWidth->get_inconsistent() ) in FillItemSet()
994 m_xTsbAutoGrowWidth->get_active() ) ); in FillItemSet()
1088 m_xTsbAutoGrowWidth->set_active(static_cast<const SfxBoolItem*>( pItem )->GetValue()); in Reset()
1091 m_xTsbAutoGrowWidth->set_inconsistent(true); in Reset()
1111 m_xTsbAutoGrowWidth->save_state(); in Reset()
1176 const bool bWidthChecked = !mbIgnoreAutoGrowWidth && (m_xTsbAutoGrowWidth->get_active()); in UpdateControlStates()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dtextattr.hxx51 std::unique_ptr<weld::CheckButton> m_xTsbAutoGrowWidth; member in SvxTextAttrPage
H A Dtransfrm.hxx116 std::unique_ptr<weld::CheckButton> m_xTsbAutoGrowWidth; member in SvxPositionSizeTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Dtextattr.hxx52 std::unique_ptr<weld::CheckButton> m_xTsbAutoGrowWidth; member in SvxTextAttrPage
H A Dtransfrm.hxx117 std::unique_ptr<weld::CheckButton> m_xTsbAutoGrowWidth; member in SvxPositionSizeTabPage