Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A DSafeModeDialog.cxx52 , mxCBResetWholeUserProfile(m_xBuilder->weld_check_button("check_reset_whole_userprofile")) in SafeModeDialog()
77 mxCBResetWholeUserProfile->connect_toggled(LINK(this, SafeModeDialog, CheckBoxHdl)); in SafeModeDialog()
187 if (mxCBResetWholeUserProfile->get_active()) in applyChanges()
338 mxCBResetWholeUserProfile->get_active());
H A DSafeModeDialog.hxx46 std::unique_ptr<weld::CheckButton> mxCBResetWholeUserProfile; member in SafeModeDialog
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A DSafeModeDialog.cxx54 , mxCBResetWholeUserProfile(m_xBuilder->weld_check_button("check_reset_whole_userprofile")) in SafeModeDialog()
79 mxCBResetWholeUserProfile->connect_toggled(LINK(this, SafeModeDialog, CheckBoxHdl)); in SafeModeDialog()
189 if (mxCBResetWholeUserProfile->get_active()) in applyChanges()
338 mxCBResetWholeUserProfile->get_active());
H A DSafeModeDialog.hxx47 std::unique_ptr<weld::CheckButton> mxCBResetWholeUserProfile; member in SafeModeDialog