Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dpresent.cxx50 , m_xCbxAutoLogo(m_xBuilder->weld_check_button("showlogo")) in SdStartPresentationDlg()
124m_xCbxAutoLogo->set_active( static_cast<const SfxBoolItem&>( rOutAttrs.Get( ATTR_PRESENT_SHOW_PAUS… in SdStartPresentationDlg()
266 rAttr.Put( SfxBoolItem ( ATTR_PRESENT_SHOW_PAUSELOGO, m_xCbxAutoLogo->get_active() ) ); in GetAttr()
295 m_xCbxAutoLogo->set_sensitive( bAuto && ( m_xFormatter->GetTime().GetMSFromTime() > 0 ) ); in IMPL_LINK_NOARG()
320m_xCbxAutoLogo->set_sensitive(m_xRbtAuto->get_active() && ( m_xFormatter->GetTime().GetMSFromTime(… in ChangePause()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dpresent.cxx49 , m_xCbxAutoLogo(m_xBuilder->weld_check_button("showlogo")) in SdStartPresentationDlg()
120m_xCbxAutoLogo->set_active( static_cast<const SfxBoolItem&>( rOutAttrs.Get( ATTR_PRESENT_SHOW_PAUS… in SdStartPresentationDlg()
262 rAttr.Put( SfxBoolItem ( ATTR_PRESENT_SHOW_PAUSELOGO, m_xCbxAutoLogo->get_active() ) ); in GetAttr()
292 m_xCbxAutoLogo->set_sensitive( bAuto && ( m_xTmfPause->get_value().GetMSFromTime() > 0 ) ); in IMPL_LINK_NOARG()
317m_xCbxAutoLogo->set_sensitive(m_xRbtAuto->get_active() && ( m_xTmfPause->get_value().GetMSFromTime… in ChangePause()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dpresent.hxx49 std::unique_ptr<weld::CheckButton> m_xCbxAutoLogo; member in SdStartPresentationDlg
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dpresent.hxx48 std::unique_ptr<weld::CheckButton> m_xCbxAutoLogo; member in SdStartPresentationDlg