Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dtpsubt.cxx437 , m_xBtnUserDef(m_xBuilder->weld_check_button("btnuserdef")) in ScTpSubTotalOptions()
458 m_xBtnUserDef->connect_clicked( LINK( this, ScTpSubTotalOptions, CheckHdl ) ); in Init()
480 m_xBtnUserDef->set_active(true); in Reset()
486 m_xBtnUserDef->set_active( false ); in Reset()
511 theSubTotalData.bUserDef = m_xBtnUserDef->get_active(); in FillItemSet()
512 theSubTotalData.nUserIndex = (m_xBtnUserDef->get_active()) in FillItemSet()
546 m_xBtnUserDef->set_sensitive(true); in IMPL_LINK()
550 if ( m_xBtnUserDef->get_active() ) in IMPL_LINK()
557 m_xBtnUserDef->set_sensitive(false); in IMPL_LINK()
563 else if (&rBox == m_xBtnUserDef.get()) in IMPL_LINK()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dtpsubt.cxx453 , m_xBtnUserDef(m_xBuilder->weld_check_button("btnuserdef")) in ScTpSubTotalOptions()
474 m_xBtnUserDef->connect_toggled( LINK( this, ScTpSubTotalOptions, CheckHdl ) ); in Init()
496 m_xBtnUserDef->set_active(true); in Reset()
502 m_xBtnUserDef->set_active( false ); in Reset()
527 theSubTotalData.bUserDef = m_xBtnUserDef->get_active(); in FillItemSet()
528 theSubTotalData.nUserIndex = (m_xBtnUserDef->get_active()) in FillItemSet()
562 m_xBtnUserDef->set_sensitive(true); in IMPL_LINK()
566 if ( m_xBtnUserDef->get_active() ) in IMPL_LINK()
573 m_xBtnUserDef->set_sensitive(false); in IMPL_LINK()
579 else if (&rBox == m_xBtnUserDef.get()) in IMPL_LINK()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dtpsubt.hxx143 std::unique_ptr<weld::CheckButton> m_xBtnUserDef; member in ScTpSubTotalOptions
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dtpsubt.hxx145 std::unique_ptr<weld::CheckButton> m_xBtnUserDef; member in ScTpSubTotalOptions