Searched refs:OSortIndex (Results 1 – 4 of 4) sorted by relevance
33 struct TKeyValueFunc : ::std::binary_function<OSortIndex::TIntValuePairVector::value_type,OSortInde…35 OSortIndex* pIndex;37 TKeyValueFunc(OSortIndex* _pIndex) : pIndex(_pIndex) in TKeyValueFunc()41 …inline bool operator()(const OSortIndex::TIntValuePairVector::value_type& lhs,const OSortIndex::TI… in operator ()()84 ::vos::ORef<OKeySet> OSortIndex::CreateKeySet() in CreateKeySet()98 OSortIndex::OSortIndex( const ::std::vector<OKeyType>& _aKeyType, in OSortIndex() function in OSortIndex106 OSortIndex::~OSortIndex() in ~OSortIndex()110 void OSortIndex::AddKeyValue(OKeyValue * pKeyValue) in AddKeyValue()124 void OSortIndex::Freeze() in Freeze()143 sal_Int32 OSortIndex::GetValue(sal_Int32 nPos) const in GetValue()
51 class OOO_DLLPUBLIC_DBTOOLS OSortIndex class65 OSortIndex( const ::std::vector<OKeyType>& _aKeyType,68 ~OSortIndex();
1295 OSortIndex::TKeyTypeVector eKeyType(m_aOrderbyColumnNumber.size()); in sortRows()1332 m_pSortIndex = new OSortIndex(eKeyType,m_aOrderbyAscending); in sortRows()
121 OSortIndex* m_pSortIndex;
Completed in 24 milliseconds