Searched refs:pKeys (Results 1 – 7 of 7) sorted by relevance
407 const rtl::OUString* pKeys = aKeys.getConstArray(); in renameAdditionalPropertySet() local410 const rtl::OUString& rKey = pKeys[ n ]; in renameAdditionalPropertySet()494 const rtl::OUString* pKeys = aKeys.getConstArray(); in copyAdditionalPropertySet() local497 const rtl::OUString& rKey = pKeys[ n ]; in copyAdditionalPropertySet()633 const rtl::OUString* pKeys = aKeys.getConstArray(); in removeAdditionalPropertySet() local636 const rtl::OUString& rCurrKey = pKeys[ n ]; in removeAdditionalPropertySet()
425 ::boost::shared_ptr<std::vector<CacheKey> > pKeys (new std::vector<CacheKey>()); in GetEntryList()428 return pKeys; in GetEntryList()434 return pKeys; in GetEntryList()438 pKeys->push_back(GetPage(nIndex)); in GetEntryList()441 return pKeys; in GetEntryList()
410 Reference< registry::XRegistryKey > const * pKeys = in bootstrapInitialContext() local416 pKeys[nPos]->openKey( in bootstrapInitialContext()424 (pKeys[nPos]->getKeyName() + in bootstrapInitialContext()438 pKeys[nPos]->getKeyName(), in bootstrapInitialContext()446 pKeys[nPos]->getKeyName().copy( in bootstrapInitialContext()
922 OUString* pKeys = seqKeys.getArray(); in getSupportedServiceNames() local924 pKeys[i] = pKeys[i].copy(nPrefixLen); in getSupportedServiceNames()
113 ::boost::shared_ptr<std::vector<cache::CacheKey> > pKeys (new std::vector<cache::CacheKey>()); in GetEntryList()123 pKeys->push_back(pDescriptor->GetPage()); in GetEntryList()126 return pKeys; in GetEntryList()
90 ADOKeys* pKeys = m_aCollection; in appendObject() local91 if ( FAILED(pKeys->Append(OLEVariant((ADOKey*)aKey), in appendObject()
2441 for( const sal_uInt16* pKeys = aKeyCodes; *pKeys; ++pKeys ) in OfaAutoCompleteTabPage() local2443 KeyCode aKCode( *pKeys ); in OfaAutoCompleteTabPage()2445 aDCBExpandKey.SetEntryData( nPos, (void*)(sal_uLong)*pKeys ); in OfaAutoCompleteTabPage()2446 if( KEY_RETURN == *pKeys ) // default to RETURN in OfaAutoCompleteTabPage()
Completed in 64 milliseconds