Searched refs:i_xColumns (Results 1 – 3 of 3) sorted by relevance
113 …cl_addToList( SvTreeListBox& _rListBox, const uno::Reference< container::XNameAccess>& i_xColumns ) in lcl_addToList() argument115 uno::Sequence< ::rtl::OUString > aEntries = i_xColumns->getElementNames(); in lcl_addToList()120 … uno::Reference< beans::XPropertySet> xColumn(i_xColumns->getByName(*pEntries),UNO_QUERY_THROW); in lcl_addToList()
294 …ist( OAddFieldWindowListBox& _rListBox, const uno::Reference< container::XNameAccess>& i_xColumns ) in lcl_addToList() argument296 uno::Sequence< ::rtl::OUString > aEntries = i_xColumns->getElementNames(); in lcl_addToList()301 … uno::Reference< beans::XPropertySet> xColumn(i_xColumns->getByName(*pEntries),UNO_QUERY_THROW); in lcl_addToList()
70 …:std::vector<ColumnInfo>& o_aColumnList,const uno::Reference< container::XNameAccess>& i_xColumns ) in lcl_addToList_throw() argument72 uno::Sequence< ::rtl::OUString > aEntries = i_xColumns->getElementNames(); in lcl_addToList_throw()77 …uno::Reference< beans::XPropertySet> xColumn(i_xColumns->getByName(*pEntries),uno::UNO_QUERY_THROW… in lcl_addToList_throw()
Completed in 26 milliseconds