Home
last modified time | relevance | path

Searched refs:OSortIndex (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/connectivity/source/commontools/
H A DTSortIndex.cxx33 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 OSortIndex
106 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()
/aoo42x/main/connectivity/source/inc/
H A DTSortIndex.hxx51 class OOO_DLLPUBLIC_DBTOOLS OSortIndex class
65 OSortIndex( const ::std::vector<OKeyType>& _aKeyType,
68 ~OSortIndex();
/aoo42x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1295 OSortIndex::TKeyTypeVector eKeyType(m_aOrderbyColumnNumber.size()); in sortRows()
1332 m_pSortIndex = new OSortIndex(eKeyType,m_aOrderbyAscending); in sortRows()
/aoo42x/main/connectivity/source/inc/file/
H A DFResultSet.hxx121 OSortIndex* m_pSortIndex;

Completed in 62 milliseconds