Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx108 if ( impl_isSorted_nothrow() && m_publicToPrivateRowIndex.empty() ) in checkInvariants()
111 if ( !impl_isSorted_nothrow() && !m_publicToPrivateRowIndex.empty() ) in checkInvariants()
295 if ( impl_isSorted_nothrow() ) in rowsInserted()
326 …OSL_PRECOND( impl_isSorted_nothrow(), "SortableGridDataModel::impl_rebuildIndexesAndNotify: illega… in impl_rebuildIndexesAndNotify()
356 if ( !impl_isSorted_nothrow() ) in rowsRemoved()
867 if ( !impl_isSorted_nothrow() ) in impl_getPrivateRowIndex_throw()
882 if ( !impl_isSorted_nothrow() ) in impl_getPublicRowIndex_nothrow()
H A Dsortablegriddatamodel.hxx148 inline bool impl_isSorted_nothrow() const in impl_isSorted_nothrow() function in toolkit::SortableGridDataModel

Completed in 36 milliseconds