Home
last modified time | relevance | path

Searched refs:nCacheId (Results 1 – 17 of 17) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1460 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 Dworkbookfragment.cxx328 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()
/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx403 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()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx484 …void registerPivotCacheFragment( sal_Int32 nCacheId, const ::rtl::OUString& rFragme…
490 PivotCache* importPivotCacheFragment( sal_Int32 nCacheId );
494 PivotCache& createPivotCache( sal_Int32 nCacheId );
H A Dworkbookfragment.hxx62 …id importPivotCacheDefFragment( const ::rtl::OUString& rRelId, sal_Int32 nCacheId );
/trunk/main/sc/source/core/data/
H A Ddpshttab.cxx60 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 Ddpsdbtab.cxx211 const ScImportSourceDesc& rImport, long nCacheId /*=-1 */ ) : in ScDatabaseDPData() argument
212 ScDPTableData(pDoc, rImport.GetCacheId( pDoc, nCacheId) ), in ScDatabaseDPData()
H A Ddptabdat.cxx60 ScDPTableData::ScDPTableData(ScDocument* pDoc, long nCacheId ) : in ScDPTableData() argument
61 mnCacheId( nCacheId ), in ScDPTableData()
H A Ddpobject.cxx2583 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()
/trunk/main/sc/inc/
H A Ddpsave.hxx266 inline void SetCacheId( long nCacheId ){ mnCacheId = nCacheId; } in SetCacheId() argument
H A Ddpsdbtab.hxx71 … ScDatabaseDPData(ScDocument* pDoc, const ScImportSourceDesc& rImport, long nCacheId = -1);
H A Ddpshttab.hxx81 ScSheetDPData( ScDocument* pD, const ScSheetSourceDesc& rDesc, long nCacheId = -1 );
H A Ddptabdat.hxx130 ScDPTableData(ScDocument* pDoc, long nCacheId );
H A Ddpobject.hxx123 void SetCacheId( long nCacheId );
H A Dexternalrefmgr.hxx252 String getTableName(sal_uInt16 nFileId, size_t nCacheId) const;
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx1206 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()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx861 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()

Completed in 158 milliseconds