Home
last modified time | relevance | path

Searched refs:maFragmentPaths (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1459 …OSL_ENSURE( maFragmentPaths.count( nCacheId ) == 0, "PivotCacheBuffer::registerPivotCacheFragment … in registerPivotCacheFragment()
1461 maFragmentPaths[ nCacheId ] = rFragmentPath; in registerPivotCacheFragment()
1468 …OSL_ENSURE( maFragmentPaths.count( nCacheId ) == 0, "PivotCacheBuffer::importPivotCacheRef - cache… in importPivotCacheRef()
1474 maFragmentPaths[ nCacheId ] = aStrmName.makeStringAndClear(); in importPivotCacheRef()
1499 FragmentPathMap::iterator aIt = maFragmentPaths.find( nCacheId ); in importPivotCacheFragment()
1500 if( aIt == maFragmentPaths.end() ) in importPivotCacheFragment()
1531 FragmentPathMap::iterator aIt = maFragmentPaths.find( nCacheId ); in importPivotCacheFragment()
1532 if( aIt != maFragmentPaths.end() ) in importPivotCacheFragment()
1538 maFragmentPaths.erase( aIt ); in importPivotCacheFragment()
/aoo4110/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx501 FragmentPathMap maFragmentPaths; member in oox::xls::PivotCacheBuffer

Completed in 37 milliseconds