Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A DTSortIndex.cxx110 void OSortIndex::AddKeyValue(OKeyValue * pKeyValue) in AddKeyValue() argument
112 OSL_ENSURE(pKeyValue,"Can not be null here!"); in AddKeyValue()
115 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),NULL)); in AddKeyValue()
116 delete pKeyValue; in AddKeyValue()
119 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),pKeyValue)); in AddKeyValue()
/trunk/main/connectivity/source/drivers/file/
H A DFNoException.cxx108 OKeyValue* pKeyValue = OKeyValue::createKeyValue((sal_uInt32)nBookmarkValue); in GetOrderbyKeyValue() local
114 pKeyValue->pushKey(new ORowSetValueDecorator((_rRow->get())[*aIter]->getValue())); in GetOrderbyKeyValue()
117 return pKeyValue; in GetOrderbyKeyValue()
H A DFResultSet.cxx998 OKeyValue* pKeyValue = GetOrderbyKeyValue( m_aSelectRow ); in ExecuteRow() local
999 m_pSortIndex->AddKeyValue(pKeyValue); in ExecuteRow()
/trunk/main/connectivity/source/inc/
H A DTSortIndex.hxx86 void AddKeyValue(OKeyValue * pKeyValue);

Completed in 30 milliseconds