Home
last modified time | relevance | path

Searched refs:lcl_addToList_throw (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx59 …static void lcl_addToList_throw( ComboBoxControl& _rListBox, ::std::vector<ColumnInfo>& o_aColumnL… in lcl_addToList_throw() function
349 lcl_addToList_throw(*m_pComboCell,m_aColumnInfo,_xColumns); in fillColumns()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx56 …static void lcl_addToList_throw( weld::ComboBox& _rListBox, ::std::vector<ColumnInfo>& o_aColumnLi… in lcl_addToList_throw() function
347 lcl_addToList_throw(rComboBox, m_aColumnInfo, _xColumns); in fillColumns()