Home
last modified time | relevance | path

Searched refs:pCache (Results 1 – 25 of 59) sorted by path

123

/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx264 if( pCache ) in ~TypeDescriptor_Init_Impl()
267 while( aIt != pCache->end() ) in ~TypeDescriptor_Init_Impl()
272 delete pCache; in ~TypeDescriptor_Init_Impl()
273 pCache = 0; in ~TypeDescriptor_Init_Impl()
530 if( !rInit.pCache ) in complete()
535 rInit.pCache->pop_front(); in complete()
2236 if( !rInit.pCache ) in typelib_typedescription_getByName()
2241 rInit.pCache->pop_front(); in typelib_typedescription_getByName()
2298 if( !rInit.pCache ) in typelib_typedescriptionreference_new()
2303 rInit.pCache->pop_front(); in typelib_typedescriptionreference_new()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dtxtrange.hxx56 SvLongsPtr *pCache; member in TextRanger
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx63 pCache = new SvLongsPtr[ nCacheSize ]; in TextRanger()
65 memset( pCache, 0, nCacheSize * sizeof( SvLongsPtr ) ); in TextRanger()
105 delete pCache[i]; in ~TextRanger()
106 delete[] pCache; in ~TextRanger()
125 delete pCache[i]; in SetVertical()
127 memset( pCache, 0, nCacheSize * sizeof( SvLongsPtr ) ); in SetVertical()
690 if( !pCache[ nCacheIdx ] ) in GetTextRanges()
691 pCache[ nCacheIdx ] = new SvLongs( 2, 8 ); in GetTextRanges()
693 SvxBoundArgs aArg( this, pCache[ nCacheIdx ], rRange ); in GetTextRanges()
698 return pCache[ nIndex ]; in GetTextRanges()
/trunk/main/filter/source/config/cache/
H A Dbasecontainer.cxx251 FilterCache* pCache = impl_getWorkingCache(); in insertByName() local
252 if (pCache->hasItem(m_eType, sItem)) in insertByName()
254 pCache->setItem(m_eType, sItem, aItem); in insertByName()
276 FilterCache* pCache = impl_getWorkingCache(); in removeByName() local
317 FilterCache* pCache = impl_getWorkingCache(); in replaceByName() local
318 if (!pCache->hasItem(m_eType, sItem)) in replaceByName()
320 pCache->setItem(m_eType, sItem, aItem); in replaceByName()
349 FilterCache* pCache = impl_getWorkingCache(); in getByName() local
350 aItem = pCache->getItem(m_eType, sItem); in getByName()
415 bHasOne = pCache->hasItem(m_eType, sItem); in hasByName()
[all …]
H A Dfiltercache.cxx1545 CacheItemList* pCache ) in impl_loadSet() argument
1606 CacheItemList::iterator pItem = pCache->find(pItems[i]); in impl_loadSet()
1615 (*pCache)[pItems[i]] = impl_loadItem(xSet, eType, pItems[i], eOption); in impl_loadSet()
1632 if (pItem == pCache->end()) in impl_loadSet()
H A Dfiltercache.hxx847 CacheItemList* pCache )
H A Dfilterfactory.cxx404 FilterCache* pCache = impl_getWorkingCache(); in impl_queryMatchByDocumentService() local
405 OUStringList lFilterNames = pCache->getItemNames(FilterCache::E_FILTER); in impl_queryMatchByDocumentService()
415 const CacheItem aFilter = pCache->getItem(FilterCache::E_FILTER, sName); in impl_queryMatchByDocumentService()
483 stlcomp_removeIfMatchFlags(FilterCache* pCache , in stlcomp_removeIfMatchFlags() argument
486 : m_pCache (pCache ) in stlcomp_removeIfMatchFlags()
611 FilterCache* pCache = impl_getWorkingCache(); in impl_getSortedFilterListForModule() local
612 OUStringList lOtherFilters = pCache->getMatchingItemsByProps(FilterCache::E_FILTER, lIProps); in impl_getSortedFilterListForModule()
637 …lMergedFilters.begin(), lMergedFilters.end(), stlcomp_removeIfMatchFlags(pCache, nIFlags, sal_True… in impl_getSortedFilterListForModule()
642 …lMergedFilters.begin(), lMergedFilters.end(), stlcomp_removeIfMatchFlags(pCache, nEFlags, sal_Fals… in impl_getSortedFilterListForModule()
/trunk/main/framework/inc/classes/
H A Dprotocolhandlercache.hxx189 void setCache(HandlerCache* pCache) {m_pCache = pCache;}; in setCache() argument
/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx136 FilterCache* pCache ; member
194 m_aData.pCache = new FilterCache( m_aData.nVersion ); in Main()
200 delete m_aData.pCache; in Main()
201 m_aData.pCache = NULL; in Main()
437 FileType aItem = m_aData.pCache->getType( sName ); in impl_generateTypeListHTML()
1158 aFilter = m_aData.pCache->getFilter( lFilters[nFilter] ); in impl_generateInvalidFiltersHTML()
1162 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidFiltersHTML()
1236 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidDetectorsHTML()
1307 aLoader = m_aData.pCache->getLoader( lLoaders[nLoader] ); in impl_generateInvalidLoadersHTML()
1311 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidLoadersHTML()
[all …]
/trunk/main/linguistic/source/
H A Dspelldsp.cxx213 pCache = NULL; in SpellCheckerDispatcher()
220 delete pCache; in ~SpellCheckerDispatcher()
807 if (pCache) in SetServiceList()
808 pCache->Flush(); // new services may spell differently... in SetServiceList()
862 if (pCache) in FlushSpellCache()
863 pCache->Flush(); in FlushSpellCache()
H A Dspelldsp.hxx72 linguistic::SpellCache *pCache; // Spell Cache (holds known words) member in SpellCheckerDispatcher
132 if (!pCache) in GetCache()
133 ((SpellCheckerDispatcher *) this)->pCache = new linguistic::SpellCache(); in GetCache()
134 return *pCache; in GetCache()
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1495 if( PivotCache* pCache = maCaches.get( nCacheId ).get() ) in importPivotCacheFragment() local
1496 return pCache; in importPivotCacheFragment()
1525 PivotCache* pCache = maCaches.get( nCacheId ).get(); in importPivotCacheFragment() local
1526 if( !pCache ) in importPivotCacheFragment()
1536 BiffPivotCacheFragment( *this, aIt->second, *pCache ).importFragment(); in importPivotCacheFragment()
1540 return pCache; in importPivotCacheFragment()
/trunk/main/sal/inc/rtl/
H A Dalloc.h225 rtl_cache_type * pCache
237 rtl_cache_type * pCache
252 rtl_cache_type * pCache,
/trunk/main/sc/inc/
H A Dattarray.hxx125 void ApplyCacheArea( SCROW nStartRow, SCROW nEndRow, SfxItemPoolCache* pCache );
H A Dcolumn.hxx349 SCsROW ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark );
371 … void FillDPCache( ScDPTableDataCache * pCache, long nDim, SCROW nStartRow, SCROW nEndRow );
H A Ddocument.hxx1911 …void FillDPCache( ScDPTableDataCache * pCache, SCTAB nDocTab, SCCOL nStartCol, SCCOL nEndCol, S…
H A Ddpgroup.hxx177 const std::vector< SCROW >& GetNumEntries( SCCOL nSourceDim, ScDPTableDataCache* pCache,
H A Dtable.hxx319 …void FillDPCache( ScDPTableDataCache * pCache, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow,…
589 void ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark );
/trunk/main/sc/source/core/data/
H A Dattarray.cxx728 void ScAttrArray::ApplyCacheArea( SCROW nStartRow, SCROW nEndRow, SfxItemPoolCache* pCache ) in ApplyCacheArea() argument
750 …const ScPatternAttr* pNewPattern = (const ScPatternAttr*) &pCache->ApplyTo( *pOldPattern, sal_True… in ApplyCacheArea()
H A Dcolumn.cxx364 SCsROW ScColumn::ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark ) in ApplySelectionCache() argument
375 pAttrArray->ApplyCacheArea( nTop, nBottom, pCache ); in ApplySelectionCache()
H A Dcolumn3.cxx1794 void ScColumn::FillDPCache( ScDPTableDataCache * pCache, long nDim, SCROW nStartRow, SCROW nEndRow… in FillDPCache() argument
1796 … boost::bind( &ScDPTableDataCache::AddLabel, pCache, _1 ), boost::bind( &ScDPTableDataCache::AddDa… in FillDPCache()
H A Ddocumen2.cxx1260 ScLookupCache* pCache = 0; in GetLookupCache() local
1266 pCache = new ScLookupCache( this, rRange); in GetLookupCache()
1267 AddLookupCache( *pCache); in GetLookupCache()
1270 pCache = (*it).second; in GetLookupCache()
1271 return *pCache; in GetLookupCache()
1295 ScLookupCache* pCache = (*it).second; in RemoveLookupCache() local
1297 EndListeningArea( pCache->getRange(), &rCache); in RemoveLookupCache()
H A Ddocumen3.cxx2052 ScDPTableDataCache* pCache = NULL; in GetUsedDPObjectCache() local
2061 pCache= GetDPObjectCache( nID ); in GetUsedDPObjectCache()
2062 if ( pCache ) in GetUsedDPObjectCache()
2063 return pCache; in GetUsedDPObjectCache()
2066 return pCache; in GetUsedDPObjectCache()
2108 ScDPTableDataCache* pCache = *iter; in RemoveDPObjectCache() local
2110 delete pCache; in RemoveDPObjectCache()
2131 ScDPTableDataCache* pCache = *iter; in RemoveUnusedDPObjectCaches() local
2133 delete pCache; in RemoveUnusedDPObjectCaches()
H A Ddocument.cxx2730 void ScDocument::FillDPCache( ScDPTableDataCache * pCache, SCTAB nTab, SCCOL nStartCol, SCCOL nEndC… in FillDPCache() argument
2733 pTab[nTab]->FillDPCache( pCache, nStartCol, nEndCol, nStartRow, nEndRow ); in FillDPCache()
H A Ddpgroup.cxx93 const ScDPItemData* pDataInsert = pCache->GetItemDataById( nSourceDim, nNew ); in lcl_Search()
115 if ( !lcl_Search( nSourceDim, pCache, vIdx, nNew ,nIndex ) ) in lcl_Insert()
125 SCROW nNewID = pCache->GetAdditionalItemID( rData ); in lcl_InsertValue()
126 lcl_Insert( nSourceDim, pCache, vIdx, nNewID ); in lcl_InsertValue()
133 SCROW nItemId = lcl_InsertValue<false>( nSourceDim, pCache, vIdx, rData ); in lcl_InsertValue()
135 if( const ScDPItemData *pData = pCache->GetItemDataById( nSourceDim, nItemId ) ) in lcl_InsertValue()
621 lcl_Insert( nSourceDim, pCache , rEntries, rOriginal[nOriginalPos] ); in FillColumnEntries()
649 SvNumberFormatter* pFormatter = pCache->GetDoc()->GetFormatTable(); in FillColumnEntries()
673 lcl_InsertValue<false>( nSourceDim, pCache, rEntries, aName, nValue, nDatePart ); in FillColumnEntries()
919 SvNumberFormatter* pFormatter = pCache->GetDoc()->GetFormatTable(); in GetNumEntries()
[all …]

Completed in 205 milliseconds

123