Home
last modified time | relevance | path

Searched refs:pKeys (Results 1 – 7 of 7) sorted by relevance

/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx407 const rtl::OUString* pKeys = aKeys.getConstArray(); in renameAdditionalPropertySet() local
410 const rtl::OUString& rKey = pKeys[ n ]; in renameAdditionalPropertySet()
494 const rtl::OUString* pKeys = aKeys.getConstArray(); in copyAdditionalPropertySet() local
497 const rtl::OUString& rKey = pKeys[ n ]; in copyAdditionalPropertySet()
633 const rtl::OUString* pKeys = aKeys.getConstArray(); in removeAdditionalPropertySet() local
636 const rtl::OUString& rCurrKey = pKeys[ n ]; in removeAdditionalPropertySet()
/trunk/main/sd/source/ui/presenter/
H A DPresenterPreviewCache.cxx425 ::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()
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx411 Reference< registry::XRegistryKey > const * pKeys = in bootstrapInitialContext() local
417 pKeys[nPos]->openKey( in bootstrapInitialContext()
425 (pKeys[nPos]->getKeyName() + in bootstrapInitialContext()
439 pKeys[nPos]->getKeyName(), in bootstrapInitialContext()
447 pKeys[nPos]->getKeyName().copy( in bootstrapInitialContext()
H A Dfactory.cxx922 OUString* pKeys = seqKeys.getArray(); in getSupportedServiceNames() local
924 pKeys[i] = pKeys[i].copy(nPrefixLen); in getSupportedServiceNames()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsViewCacheContext.cxx113 ::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()
/trunk/main/connectivity/source/drivers/ado/
H A DAKeys.cxx90 ADOKeys* pKeys = m_aCollection; in appendObject() local
91 if ( FAILED(pKeys->Append(OLEVariant((ADOKey*)aKey), in appendObject()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2441 for( const sal_uInt16* pKeys = aKeyCodes; *pKeys; ++pKeys ) in OfaAutoCompleteTabPage() local
2443 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 49 milliseconds