Lines Matching refs:rTabName

459 const String* ScExternalRefCache::getRealTableName(sal_uInt16 nFileId, const String& rTabName) const  in getRealTableName()
470 ScGlobal::pCharClass->upper(rTabName)); in getRealTableName()
500 sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex) in getCellData() argument
511 ScGlobal::pCharClass->upper(rTabName)); in getCellData()
529 sal_uInt16 nFileId, const String& rTabName, const ScRange& rRange) in getCellRangeData() argument
539 ScGlobal::pCharClass->upper(rTabName)); in getCellRangeData()
704 void ScExternalRefCache::setCellData(sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW … in setCellData() argument
719 ScGlobal::pCharClass->upper(rTabName)); in setCellData()
950 bool ScExternalRefCache::setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_… in setCacheTableReferenced() argument
956 String aTabNameUpper = ScGlobal::pCharClass->upper( rTabName); in setCacheTableReferenced()
981 …e::setCacheTableReferencedPermanently( sal_uInt16 nFileId, const String& rTabName, size_t nSheets ) in setCacheTableReferencedPermanently() argument
987 String aTabNameUpper = ScGlobal::pCharClass->upper( rTabName); in setCacheTableReferencedPermanently()
1149 …Ref ScExternalRefCache::getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew,… in getCacheTable() argument
1167 String aTabNameUpper = ScGlobal::pCharClass->upper(rTabName); in getCacheTable()
1189 rDoc.maTableNames.push_back(TableName(aTabNameUpper, rTabName)); in getCacheTable()
1509 …f ScExternalRefManager::getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew,… in getCacheTable() argument
1511 return maRefCache.getCacheTable(nFileId, rTabName, bCreateNew, pnIndex); in getCacheTable()
1595 bool ScExternalRefManager::setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, siz… 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()
1623 sal_uInt16 nFileId, const String& rTabName, const ScAddress& rCell, in getSingleRefToken() argument
1640 nFileId, rTabName, rCell.Col(), rCell.Row(), &nFmtIndex); in getSingleRefToken()
1668 if (!pSrcDoc->GetTable(rTabName, nTab)) in getSingleRefToken()
1687 maRefCache.getCacheTable(nFileId, rTabName, true, NULL); in getSingleRefToken()
1719 maRefCache.setCellData(nFileId, rTabName, rCell.Col(), rCell.Row(), pTok, nFmtIndex); in getSingleRefToken()
1725 sal_uInt16 nFileId, const String& rTabName, const ScRange& rRange, const ScAddress* pCurPos) in getDoubleRefTokens() argument
1734 maRefCache.getCellRangeData(nFileId, rTabName, rRange); in getDoubleRefTokens()
1749 if (!pSrcDoc->GetTable(rTabName, nTab1)) in getDoubleRefTokens()
1763 aCacheData.back().maTableName = ScGlobal::pCharClass->upper(rTabName); in getDoubleRefTokens()
1792 maRefCache.getCacheTable(nFileId, rTabName, true, NULL); in getDoubleRefTokens()
2218 const String* ScExternalRefManager::getRealTableName(sal_uInt16 nFileId, const String& rTabName) co… in getRealTableName()
2220 return maRefCache.getRealTableName(nFileId, rTabName); in getRealTableName()