Searched refs:m_aKeyValues (Results 1 – 2 of 2) sorted by relevance
93 pKeySet->get().reserve(m_aKeyValues.size()); in CreateKeySet()94 ::std::transform(m_aKeyValues.begin() in CreateKeySet()95 ,m_aKeyValues.end() in CreateKeySet()119 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),NULL)); in AddKeyValue()123 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),pKeyValue)); in AddKeyValue()134 ::std::sort(m_aKeyValues.begin(),m_aKeyValues.end(),TKeyValueFunc(this)); in Freeze()136 TIntValuePairVector::iterator aIter = m_aKeyValues.begin(); in Freeze()137 for(;aIter != m_aKeyValues.end();++aIter) in Freeze()150 …OSL_ENSURE((size_t)nPos <= m_aKeyValues.size(),"OSortIndex::GetValue: Zugriff ausserhalb der Array… in GetValue()157 return m_aKeyValues[nPos-1].first; in GetValue()
57 TIntValuePairVector m_aKeyValues; member in connectivity::OSortIndex103 sal_Int32 Count() const { return m_aKeyValues.size(); } in Count()