Searched refs:setSortAscending (Results 1 – 5 of 5) sorted by relevance
73 m_xGroup->setSortAscending(sal_False);// the default value has to be set in DBG_NAME()94 m_xGroup->setSortAscending(sValue == s_sTRUE); in DBG_NAME()
137 void SAL_CALL OGroup::setSortAscending( ::sal_Bool _sortascending ) throw (uno::RuntimeException) in setSortAscending() function in reportdesign::OGroup
115 …virtual void SAL_CALL setSortAscending( ::sal_Bool _sortascending ) throw (::com::sun::star::uno::…
468 xGroup.setSortAscending(PropertyNames.ASC.equals(sortFieldName[1])); in insertGroups()
1168 xGroup->setSortAscending( m_aOrderLst.GetSelectEntryPos() == 0 ); in SaveData()
Completed in 44 milliseconds