Home
last modified time | relevance | path

Searched refs:pCheckButton (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/jsdialog/
H A Dexecutor.cxx125 auto pCheckButton = dynamic_cast<weld::CheckButton*>(pWidget); in ExecuteAction() local
126 if (pCheckButton) in ExecuteAction()
131 pCheckButton->set_state(bChecked ? TRISTATE_TRUE : TRISTATE_FALSE); in ExecuteAction()
132 LOKTrigger::trigger_toggled(*static_cast<weld::Toggleable*>(pCheckButton)); in ExecuteAction()
H A Djsdialogbuilder.cxx712 CheckBox* pCheckButton = m_xBuilder->get<CheckBox>(id); in weld_check_button() local
714 = pCheckButton ? std::make_unique<JSCheckButton>(this, pCheckButton, this, false) : nullptr; in weld_check_button()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Screenshot/src/
H A Dapplet-screenshot.c472 GtkWidget *pCheckButton = gtk_check_button_new (); in cd_screenshot_build_options_widget() local
473 gtk_box_pack_end (GTK_BOX (pHBox), pCheckButton, FALSE, FALSE, _MARGIN); in cd_screenshot_build_options_widget()
474 g_object_set_data (G_OBJECT (pBox), "current", pCheckButton); in cd_screenshot_build_options_widget()
475 gtk_widget_set_tooltip_text (pCheckButton, cTooltip); in cd_screenshot_build_options_widget()
512 GtkWidget *pCheckButton = g_object_get_data (G_OBJECT (pWidget), "current"); in cd_screenshot_get_options_from_widget() local
518 pOptions->bActiveWindow = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (pCheckButton)); in cd_screenshot_get_options_from_widget()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsalvtables.cxx6266 CheckBox* pCheckButton = m_xBuilder->get<CheckBox>(id); in weld_check_button() local
6267 …return pCheckButton ? std::make_unique<SalInstanceCheckButton>(pCheckButton, this, bTakeOwnership)… in weld_check_button()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx6968 CheckBox* pCheckButton = m_xBuilder->get<CheckBox>(id); in weld_check_button() local
6969 return pCheckButton ? std::make_unique<SalInstanceCheckButton>(pCheckButton, this, false) in weld_check_button()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3gtkinst.cxx12859 … GtkCheckButton* pCheckButton = GTK_CHECK_BUTTON(gtk_builder_get_object(m_pBuilder, id.getStr())); in weld_check_button() local
12860 if (!pCheckButton) in weld_check_button()
12862 auto_add_parentless_widgets_to_container(GTK_WIDGET(pCheckButton)); in weld_check_button()
12863 return std::make_unique<GtkInstanceCheckButton>(pCheckButton, this, bTakeOwnership); in weld_check_button()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dgtkinst.cxx22184 … GtkCheckButton* pCheckButton = GTK_CHECK_BUTTON(gtk_builder_get_object(m_pBuilder, id.getStr())); in weld_check_button() local
22185 if (!pCheckButton) in weld_check_button()
22187 auto_add_parentless_widgets_to_container(GTK_WIDGET(pCheckButton)); in weld_check_button()
22188 return std::make_unique<GtkInstanceCheckButton>(pCheckButton, this, false); in weld_check_button()