Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/misc/
H A Doutline.cxx401 , m_xCharFormatLB(m_xBuilder->weld_combo_box("charstyle")) in SwOutlineSettingsTabPage()
421 m_xCharFormatLB->connect_changed(LINK(this, SwOutlineSettingsTabPage, CharFormatHdl)); in SwOutlineSettingsTabPage()
479 m_xCharFormatLB->set_active_text(pFirstFormat->GetName()); in Update()
481 m_xCharFormatLB->set_active_text(SwViewShell::GetShellRes()->aStrNone); in Update()
484 m_xCharFormatLB->set_active(-1); in Update()
513 m_xCharFormatLB->set_active_text(pFormat->GetName()); in Update()
515 m_xCharFormatLB->set_active_text(SwViewShell::GetShellRes()->aStrNone); in Update()
676 OUString sEntry = m_xCharFormatLB->get_active_text(); in IMPL_LINK_NOARG()
772 m_xCharFormatLB->clear(); in SetWrtShell()
773 m_xCharFormatLB->append_text(SwViewShell::GetShellRes()->aStrNone); in SetWrtShell()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/misc/
H A Doutline.cxx397 , m_xCharFormatLB(m_xBuilder->weld_combo_box("charstyle")) in SwOutlineSettingsTabPage()
417 m_xCharFormatLB->connect_changed(LINK(this, SwOutlineSettingsTabPage, CharFormatHdl)); in SwOutlineSettingsTabPage()
475 m_xCharFormatLB->set_active_text(pFirstFormat->GetName()); in Update()
477 m_xCharFormatLB->set_active_text(SwViewShell::GetShellRes()->aStrNone); in Update()
480 m_xCharFormatLB->set_active(-1); in Update()
509 m_xCharFormatLB->set_active_text(pFormat->GetName()); in Update()
511 m_xCharFormatLB->set_active_text(SwViewShell::GetShellRes()->aStrNone); in Update()
674 OUString sEntry = m_xCharFormatLB->get_active_text(); in IMPL_LINK_NOARG()
770 m_xCharFormatLB->clear(); in SetWrtShell()
771 m_xCharFormatLB->append_text(SwViewShell::GetShellRes()->aStrNone); in SetWrtShell()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Doutline.hxx79 std::unique_ptr<weld::ComboBox> m_xCharFormatLB; member in SwOutlineSettingsTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Doutline.hxx79 std::unique_ptr<weld::ComboBox> m_xCharFormatLB; member in SwOutlineSettingsTabPage