Searched refs:m_aKeyValues (Results 1 – 2 of 2) sorted by relevance
89 pKeySet->get().reserve(m_aKeyValues.size()); in CreateKeySet()90 ::std::transform(m_aKeyValues.begin() in CreateKeySet()91 ,m_aKeyValues.end() in CreateKeySet()115 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),NULL)); in AddKeyValue()119 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),pKeyValue)); in AddKeyValue()130 ::std::sort(m_aKeyValues.begin(),m_aKeyValues.end(),TKeyValueFunc(this)); in Freeze()132 TIntValuePairVector::iterator aIter = m_aKeyValues.begin(); in Freeze()133 for(;aIter != m_aKeyValues.end();++aIter) in Freeze()146 …OSL_ENSURE((size_t)nPos <= m_aKeyValues.size(),"OSortIndex::GetValue: Zugriff ausserhalb der Array… in GetValue()153 return m_aKeyValues[nPos-1].first; in GetValue()
58 TIntValuePairVector m_aKeyValues; member in connectivity::OSortIndex104 sal_Int32 Count() const { return m_aKeyValues.size(); } in Count()
Completed in 12 milliseconds