Home
last modified time | relevance | path

Searched refs:m_xCheckLB (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dfontsubs.cxx55 m_xCheckLB->set_size_request(m_xCheckLB->get_approximate_digit_width() * 60, in SvxFontSubstTabPage()
63 m_xCheckLB->set_centered_column(1); in SvxFontSubstTabPage()
104 m_xCheckLB->set_sort_indicator(TRISTATE_INDET, m_xCheckLB->get_sort_column()); in IMPL_LINK()
117 int nW1 = m_xCheckLB->get_pixel_size(m_xCheckLB->get_column_title(3)).Width(); in setColSizes()
118 int nW2 = m_xCheckLB->get_pixel_size(m_xCheckLB->get_column_title(4)).Width(); in setColSizes()
189 m_xCheckLB->freeze(); in Reset()
190 m_xCheckLB->clear(); in Reset()
224 m_xCheckLB->thaw(); in Reset()
226 m_xCheckLB->make_sorted(); in Reset()
227 m_xCheckLB->set_sort_column(3); in Reset()
[all …]
H A Doptfltr.cxx141 aWidths.push_back(m_xCheckLB->get_checkbox_column_width()); in OfaMSFilterTabPage2()
143 m_xCheckLB->set_column_fixed_widths(aWidths); in OfaMSFilterTabPage2()
208 bool bPDFCheck = m_xCheckLB->get_toggle(nPDFEntry, 0); in FillItemSet()
237 m_xCheckLB->freeze(); in Reset()
238 m_xCheckLB->clear(); in Reset()
303 m_xCheckLB->thaw(); in Reset()
325 int nPos = m_xCheckLB->n_children(); in InsertEntry()
326 m_xCheckLB->append(); in InsertEntry()
327 m_xCheckLB->set_toggle(nPos, TRISTATE_FALSE, 0); in InsertEntry()
329 m_xCheckLB->set_toggle(nPos, TRISTATE_FALSE, 1); in InsertEntry()
[all …]
H A Dfontsubs.hxx36 std::unique_ptr<weld::TreeView> m_xCheckLB; member in SvxFontSubstTabPage
H A Doptfltr.hxx60 std::unique_ptr<weld::TreeView> m_xCheckLB; member in OfaMSFilterTabPage2
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Dfontsubs.cxx55 m_xCheckLB->set_size_request(m_xCheckLB->get_approximate_digit_width() * 60, in SvxFontSubstTabPage()
64 m_xCheckLB->set_centered_column(0); in SvxFontSubstTabPage()
105 m_xCheckLB->set_sort_indicator(TRISTATE_INDET, m_xCheckLB->get_sort_column()); in IMPL_LINK()
118 int nW1 = m_xCheckLB->get_pixel_size(m_xCheckLB->get_column_title(2)).Width(); in setColSizes()
119 int nW2 = m_xCheckLB->get_pixel_size(m_xCheckLB->get_column_title(3)).Width(); in setColSizes()
189 m_xCheckLB->freeze(); in Reset()
190 m_xCheckLB->clear(); in Reset()
224 m_xCheckLB->thaw(); in Reset()
226 m_xCheckLB->make_sorted(); in Reset()
227 m_xCheckLB->set_sort_column(2); in Reset()
[all …]
H A Doptfltr.cxx141 aWidths.push_back(m_xCheckLB->get_checkbox_column_width()); in OfaMSFilterTabPage2()
143 m_xCheckLB->set_column_fixed_widths(aWidths); in OfaMSFilterTabPage2()
208 bool bPDFCheck = m_xCheckLB->get_toggle(nPDFEntry, 0); in FillItemSet()
237 m_xCheckLB->freeze(); in Reset()
238 m_xCheckLB->clear(); in Reset()
303 m_xCheckLB->thaw(); in Reset()
325 int nPos = m_xCheckLB->n_children(); in InsertEntry()
326 m_xCheckLB->append(); in InsertEntry()
327 m_xCheckLB->set_toggle(nPos, TRISTATE_FALSE, 0); in InsertEntry()
329 m_xCheckLB->set_toggle(nPos, TRISTATE_FALSE, 1); in InsertEntry()
[all …]
H A Dfontsubs.hxx36 std::unique_ptr<weld::TreeView> m_xCheckLB; member in SvxFontSubstTabPage
H A Doptfltr.hxx59 std::unique_ptr<weld::TreeView> m_xCheckLB; member in OfaMSFilterTabPage2
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dautocdlg.cxx194 m_xCheckLB->set_size_request(-1, m_xCheckLB->get_height_rows(10)); in OfaAutocorrOptionsPage()
243 m_xCheckLB->append(); in InsertEntry()
254 m_xCheckLB->freeze(); in Reset()
255 m_xCheckLB->clear(); in Reset()
276 m_xCheckLB->thaw(); in Reset()
388 m_xCheckLB->append(); in CreateEntry()
546 m_xCheckLB->freeze(); in Reset()
547 m_xCheckLB->clear(); in Reset()
610 m_xCheckLB->thaw(); in Reset()
1589 m_xCheckLB->hide(); in OfaQuoteTabPage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dautocdlg.cxx195 m_xCheckLB->set_size_request(-1, m_xCheckLB->get_height_rows(10)); in OfaAutocorrOptionsPage()
244 m_xCheckLB->append(); in InsertEntry()
255 m_xCheckLB->freeze(); in Reset()
256 m_xCheckLB->clear(); in Reset()
277 m_xCheckLB->thaw(); in Reset()
384 m_xCheckLB->append(); in CreateEntry()
542 m_xCheckLB->freeze(); in Reset()
543 m_xCheckLB->clear(); in Reset()
606 m_xCheckLB->thaw(); in Reset()
1575 m_xCheckLB->hide(); in OfaQuoteTabPage()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/config/
H A Doptload.cxx577 m_xCheckLB->clear(); // remove all entries in Reset()
581 m_xCheckLB->append(); in Reset()
583 m_xCheckLB->set_text(nPos, m_sSWTable, 0); in Reset()
585 m_xCheckLB->append(); in Reset()
587 m_xCheckLB->set_text(nPos, m_sSWFrame, 0); in Reset()
589 m_xCheckLB->append(); in Reset()
614 m_xCheckLB->append(); in Reset()
616 m_xCheckLB->set_text(nPos, sClass, 0); in Reset()
621 m_xCheckLB->select(0); in Reset()
622 ShowEntryHdl(*m_xCheckLB); in Reset()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/config/
H A Doptload.cxx586 m_xCheckLB->clear(); // remove all entries in Reset()
590 m_xCheckLB->append(); in Reset()
592 m_xCheckLB->set_text(nPos, m_sSWTable, 1); in Reset()
594 m_xCheckLB->append(); in Reset()
596 m_xCheckLB->set_text(nPos, m_sSWFrame, 1); in Reset()
598 m_xCheckLB->append(); in Reset()
623 m_xCheckLB->append(); in Reset()
625 m_xCheckLB->set_text(nPos, sClass, 1); in Reset()
630 m_xCheckLB->select(0); in Reset()
631 ShowEntryHdl(*m_xCheckLB); in Reset()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dautocdlg.hxx63 std::unique_ptr<weld::TreeView> m_xCheckLB; member in OfaAutocorrOptionsPage
111 std::unique_ptr<weld::TreeView> m_xCheckLB; member in OfaSwAutoFmtOptionsPage
298 std::unique_ptr<weld::TreeView> m_xCheckLB; member in OfaQuoteTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Dautocdlg.hxx64 std::unique_ptr<weld::TreeView> m_xCheckLB; member in OfaAutocorrOptionsPage
112 std::unique_ptr<weld::TreeView> m_xCheckLB; member in OfaSwAutoFmtOptionsPage
291 std::unique_ptr<weld::TreeView> m_xCheckLB; member in OfaQuoteTabPage
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Doptload.hxx143 std::unique_ptr<weld::TreeView> m_xCheckLB; member in SwCaptionOptPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Doptload.hxx144 std::unique_ptr<weld::TreeView> m_xCheckLB; member in SwCaptionOptPage