Searched refs:aKeyType (Results 1 – 2 of 2) sorted by relevance
43 const ::std::vector<OKeyType>& aKeyType = pIndex->getKeyType(); in operator ()() local44 ::std::vector<OKeyType>::const_iterator aIter = aKeyType.begin(); in operator ()()45 for (::std::vector<sal_Int16>::size_type i=0;aIter != aKeyType.end(); ++aIter,++i) in operator ()()
385 Type aKeyType, aValueType; in initialize() local386 if ( !( _arguments[0] >>= aKeyType ) ) in initialize()405 … ::std::auto_ptr< IKeyPredicateLess > pComparator( getStandardLessPredicate( aKeyType, NULL ) ); in initialize()410 m_aData.m_aKeyType = aKeyType; in initialize()
Completed in 16 milliseconds