Searched refs:nSheets (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/inc/ |
H A D | externalrefmgr.hxx | 268 …bool setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets, bool bPe… 276 …d setCacheTableReferencedPermanently( sal_uInt16 nFileId, const String& rTabName, size_t nSheets ); 520 bool setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets ); 527 …d setCacheTableReferencedPermanently( sal_uInt16 nFileId, const String& rTabName, size_t nSheets );
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 950 …CacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets, bool bPermanent ) in setCacheTableReferenced() argument 959 size_t nStop = ::std::min( nIndex + nSheets, pDoc->maTables.size()); in setCacheTableReferenced() 981 …e::setCacheTableReferencedPermanently( sal_uInt16 nFileId, const String& rTabName, size_t nSheets ) in setCacheTableReferencedPermanently() argument 990 size_t nStop = ::std::min( nIndex + nSheets, pDoc->maTables.size()); in setCacheTableReferencedPermanently() 1595 …alRefManager::setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets ) in setCacheTableReferenced() argument 1597 return maRefCache.setCacheTableReferenced( nFileId, rTabName, nSheets, false); in setCacheTableReferenced() 1600 …r::setCacheTableReferencedPermanently( sal_uInt16 nFileId, const String& rTabName, size_t nSheets ) in setCacheTableReferencedPermanently() argument 1604 maRefCache.setCacheTableReferenced( nFileId, rTabName, nSheets, true); in setCacheTableReferencedPermanently() 1607 maRefCache.setCacheTableReferencedPermanently( nFileId, rTabName, nSheets); in setCacheTableReferencedPermanently()
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen4.cxx | 317 size_t nSheets = rRef.Ref2.nTab - rRef.Ref1.nTab + 1; in MarkUsedExternalReferences() local 319 t->GetIndex(), t->GetString(), nSheets); in MarkUsedExternalReferences()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 6907 size_t nSheets = 1; in lcl_CreateExternalRefSubroutine() local 6921 nSheets = aRef.Ref2.nTab - aRef.Ref1.nTab + 1; in lcl_CreateExternalRefSubroutine() 6922 aRef.Ref2.SetFlag3D( nSheets > 1 ); in lcl_CreateExternalRefSubroutine() 6941 rExtInfo.maTabName, nSheets); in lcl_CreateExternalRefSubroutine()
|
Completed in 61 milliseconds