Home
last modified time | relevance | path

Searched refs:set_label_wrap (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx118 m_xLowRB->set_label_wrap(true); in MacroSecurityLevelTP()
120 m_xMediumRB->set_label_wrap(true); in MacroSecurityLevelTP()
122 m_xHighRB->set_label_wrap(true); in MacroSecurityLevelTP()
124 m_xVeryHighRB->set_label_wrap(true); in MacroSecurityLevelTP()
/dports/multimedia/audacious/audacious-4.1/src/libaudgui/
H A Dutil.cc228 static void set_label_wrap (GtkWidget * label, void *) in set_label_wrap() function
242 gtk_container_foreach ((GtkContainer *) box, set_label_wrap, nullptr); in audgui_dialog_new()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsalvtables.hxx1016 void set_label_wrap(bool bWrap);
1120 virtual void set_label_wrap(bool wrap) override { SalInstanceButton::set_label_wrap(wrap); } in set_label_wrap() function in SalInstanceCheckButton
1828 virtual void set_label_wrap(bool wrap) override { SalInstanceButton::set_label_wrap(wrap); } in set_label_wrap() function in SalInstanceRadioButton
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptgenrl.cxx318 m_xEncryptToSelfCB->set_label_wrap(true); in InitCryptography()
H A Doptinet2.cxx499 m_xSavePasswordsCB->set_label_wrap(true); in SvxSecurityTabPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dweld.hxx1560 virtual void set_label_wrap(bool wrap) = 0;
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dautocdlg.cxx1917 m_xCBRemoveList->set_label_wrap(true); in OfaAutoCompleteTabPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dgtkinst.cxx6523 void set_label_wrap(GtkLabel* pLabel, bool bWrap) in set_label_wrap() function
6569 ::set_label_wrap(GTK_LABEL(pWidget), true); in wrap_sidebar_label()
11500 virtual void set_label_wrap(bool bWrap) override in set_label_wrap() function in __anon8a27e2981d11::GtkInstanceCheckButton
11503 ::set_label_wrap(GTK_LABEL(pChild), bWrap); in set_label_wrap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx2637 void SalInstanceButton::set_label_wrap(bool wrap) in set_label_wrap() function in SalInstanceButton