/aoo42x/main/oox/source/xls/ |
H A D | pivotcachebuffer.cxx | 1460 if( (nCacheId >= 0) && (rFragmentPath.getLength() > 0) ) in registerPivotCacheFragment() 1461 maFragmentPaths[ nCacheId ] = rFragmentPath; in registerPivotCacheFragment() 1467 sal_Int32 nCacheId = rStrm.readuInt16(); in importPivotCacheRef() local 1474 maFragmentPaths[ nCacheId ] = aStrmName.makeStringAndClear(); in importPivotCacheRef() 1480 createPivotCache( nCacheId ).importPCDSource( rStrm ); in importPivotCacheRef() 1505 PivotCache& rCache = createPivotCache( nCacheId ); in importPivotCacheFragment() 1524 nCacheId = ContainerHelper::getVectorElement( maCacheIds, nCacheId, -1 ); in importPivotCacheFragment() 1525 PivotCache* pCache = maCaches.get( nCacheId ).get(); in importPivotCacheFragment() 1549 PivotCache& PivotCacheBuffer::createPivotCache( sal_Int32 nCacheId ) in createPivotCache() argument 1551 maCacheIds.push_back( nCacheId ); in createPivotCache() [all …]
|
H A D | workbookfragment.cxx | 328 sal_Int32 nCacheId = rAttribs.getInteger( XML_cacheId, -1 ); in importPivotCache() local 330 importPivotCacheDefFragment( aRelId, nCacheId ); in importPivotCache() 341 sal_Int32 nCacheId = rStrm.readInt32(); in importPivotCache() local 343 importPivotCacheDefFragment( aRelId, nCacheId ); in importPivotCache() 353 void WorkbookFragment::importPivotCacheDefFragment( const OUString& rRelId, sal_Int32 nCacheId ) in importPivotCacheDefFragment() argument 356 getPivotCaches().registerPivotCacheFragment( nCacheId, getFragmentPathFromRelId( rRelId ) ); in importPivotCacheDefFragment()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | tokenuno.cxx | 403 size_t nCacheId; in ConvertToTokenSequence() local 404 ….GetExternalRefManager()->getCacheTable( rToken.GetIndex(), rToken.GetString(), false, &nCacheId ); in ConvertToTokenSequence() 405 aSingleRef.Sheet = static_cast< sal_Int32 >( nCacheId ); in ConvertToTokenSequence() 418 size_t nCacheId; in ConvertToTokenSequence() local 419 ….GetExternalRefManager()->getCacheTable( rToken.GetIndex(), rToken.GetString(), false, &nCacheId ); in ConvertToTokenSequence() 420 aComplRef.Reference1.Sheet = static_cast< sal_Int32 >( nCacheId ); in ConvertToTokenSequence()
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | pivotcachebuffer.hxx | 484 …void registerPivotCacheFragment( sal_Int32 nCacheId, const ::rtl::OUString& rFragme… 490 PivotCache* importPivotCacheFragment( sal_Int32 nCacheId ); 494 PivotCache& createPivotCache( sal_Int32 nCacheId );
|
H A D | workbookfragment.hxx | 62 …id importPivotCacheDefFragment( const ::rtl::OUString& rRelId, sal_Int32 nCacheId );
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpshttab.cxx | 60 ScSheetDPData::ScSheetDPData( ScDocument* pD, const ScSheetSourceDesc& rDesc , long nCacheId) : in ScSheetDPData() argument 61 ScDPTableData(pD, rDesc.GetCacheId( pD, nCacheId) ), // DataPilot Migration - Cache&&Performance in ScSheetDPData()
|
H A D | dpsdbtab.cxx | 211 const ScImportSourceDesc& rImport, long nCacheId /*=-1 */ ) : in ScDatabaseDPData() argument 212 ScDPTableData(pDoc, rImport.GetCacheId( pDoc, nCacheId) ), in ScDatabaseDPData()
|
H A D | dptabdat.cxx | 60 ScDPTableData::ScDPTableData(ScDocument* pDoc, long nCacheId ) : in ScDPTableData() argument 61 mnCacheId( nCacheId ), in ScDPTableData()
|
H A D | dpobject.cxx | 2583 void ScDPObject::SetCacheId( long nCacheId ) in SetCacheId() argument 2585 if ( GetCacheId() != nCacheId ) in SetCacheId() 2589 GetSaveData()->SetCacheId( nCacheId ); in SetCacheId() 2591 mnCacheId = nCacheId; in SetCacheId()
|
/aoo42x/main/sc/inc/ |
H A D | dpsave.hxx | 266 inline void SetCacheId( long nCacheId ){ mnCacheId = nCacheId; } in SetCacheId() argument
|
H A D | dpsdbtab.hxx | 71 … ScDatabaseDPData(ScDocument* pDoc, const ScImportSourceDesc& rImport, long nCacheId = -1);
|
H A D | dpshttab.hxx | 81 ScSheetDPData( ScDocument* pD, const ScSheetSourceDesc& rDesc, long nCacheId = -1 );
|
H A D | dptabdat.hxx | 130 ScDPTableData(ScDocument* pDoc, long nCacheId );
|
H A D | dpobject.hxx | 123 void SetCacheId( long nCacheId );
|
H A D | externalrefmgr.hxx | 252 String getTableName(sal_uInt16 nFileId, size_t nCacheId) const;
|
/aoo42x/main/sc/source/core/tool/ |
H A D | token.cxx | 1206 size_t nCacheId = static_cast< size_t >( aApiSRef.Sheet ); in AddFormulaToken() local 1207 String aTabName = _pRef->getCacheTableName( nFileId, nCacheId ); in AddFormulaToken() 1221 … size_t nCacheId = static_cast< size_t >( aApiCRef.Reference1.Sheet ); in AddFormulaToken() local 1222 String aTabName = _pRef->getCacheTableName( nFileId, nCacheId ); in AddFormulaToken()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 861 String ScExternalRefCache::getTableName(sal_uInt16 nFileId, size_t nCacheId) const in getTableName() 864 if( nCacheId < pDoc->maTableNames.size() ) in getTableName() 865 return pDoc->maTableNames[ nCacheId ].maRealName; in getTableName()
|