Home
last modified time | relevance | path

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

/trunk/main/store/source/
H A Dstorcach.cxx508 Entry ** ppEntry = &(m_hash_table[hash_index_Impl(nOffset)]); in removePageAt_Impl() local
509 while (*ppEntry != 0) in removePageAt_Impl()
511 if ((*ppEntry)->m_nOffset == nOffset) in removePageAt_Impl()
514 Entry * entry = (*ppEntry); in removePageAt_Impl()
517 (*ppEntry) = entry->m_pNext, entry->m_pNext = 0; in removePageAt_Impl()
524 ppEntry = &((*ppEntry)->m_pNext); in removePageAt_Impl()
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx1016 Metadatable * const * ppEntry = LookupEntry(i_rStreamName, i_rIdref); in LookupElement() local
1017 return ppEntry ? *ppEntry : 0; in LookupElement()
1056 Metadatable ** ppEntry = LookupEntry(i_rStreamName, i_rIdref); in TryInsertMetadatable() local
1057 if (ppEntry) in TryInsertMetadatable()
1059 if (*ppEntry) in TryInsertMetadatable()
1065 *ppEntry = &i_rObject; in TryInsertMetadatable()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx3312 String& rStr, const NfCurrencyEntry** ppEntry /* = NULL */, in GetNewCurrencySymbolString() argument
3316 if ( ppEntry ) in GetNewCurrencySymbolString()
3317 *ppEntry = NULL; in GetNewCurrencySymbolString()
3326 if ( ppEntry ) in GetNewCurrencySymbolString()
3335 *ppEntry = pFoundEntry; in GetNewCurrencySymbolString()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx737 const NfCurrencyEntry** ppEntry = NULL, sal_Bool* pBank = NULL ) const;

Completed in 40 milliseconds