Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/inc/
H A DTKeyValue.hxx34 ::std::vector<ORowSetValueDecoratorRef> m_aKeys;
58 m_aKeys.push_back(_aValueRef); in pushKey()
64 OSL_ENSURE(m_aKeys.size() > i,"Wrong index for KEyValue"); in getKeyString()
65 return m_aKeys[i]->getValue(); in getKeyString()
69 OSL_ENSURE(m_aKeys.size() > i,"Wrong index for KEyValue"); in getKeyDouble()
70 return m_aKeys[i]->getValue(); in getKeyDouble()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx735 for( PPDParser::hash_type::const_iterator it = m_aKeys.begin(); it != m_aKeys.end(); ++it ) in PPDParser()
841 for( PPDParser::hash_type::iterator it = m_aKeys.begin(); it != m_aKeys.end(); ++it ) in ~PPDParser()
848 m_aKeys[ rKey ] = pKey; in insertKey()
860 return it != m_aKeys.end() ? it->second : NULL; in getKey()
867 ( m_aKeys.find( pKey->getKey() ) != m_aKeys.end() ? true : false ) : in hasKey()
1085 keyit = m_aKeys.find( aUniKey ); in parse()
1086 if( keyit == m_aKeys.end() ) in parse()
1129 keyit = m_aKeys.find( aKey ); in parse()
1130 if( keyit != m_aKeys.end() ) in parse()
1177 if( keyit == m_aKeys.end() ) in parseOpenUI()
[all …]
/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx106 TKeyMap m_aKeys; member
348 m_pImpl->m_aKeys.insert(TKeyMap::value_type(aPkName,pKeyProps)); in refreshPrimaryKeys()
390 m_pImpl->m_aKeys.insert(TKeyMap::value_type(sOldFKName,pKeyProps)); in refreshForgeinKeys()
412 m_pImpl->m_aKeys.insert(TKeyMap::value_type(sOldFKName,pKeyProps)); in refreshForgeinKeys()
419 m_pImpl->m_aKeys.clear(); in refreshKeys()
578 TKeyMap::const_iterator aFind = m_pImpl->m_aKeys.find(_sName); in getKeyProperties()
579 if ( aFind != m_pImpl->m_aKeys.end() ) in getKeyProperties()
594 m_pImpl->m_aKeys.insert(TKeyMap::value_type(_sName,_aKeyProperties)); in addKey()
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx146 hash_type m_aKeys; member in psp::PPDParser
208 int getKeys() const { return m_aKeys.size(); } in getKeys()

Completed in 32 milliseconds