Searched refs:aTabNameUpper (Results 1 – 1 of 1) sorted by relevance
956 String aTabNameUpper = ScGlobal::pCharClass->upper( rTabName); in setCacheTableReferenced() local957 if (lcl_getTableDataIndex( pDoc->maTableNameIndex, aTabNameUpper, nIndex)) in setCacheTableReferenced()987 String aTabNameUpper = ScGlobal::pCharClass->upper( rTabName); in setCacheTableReferencedPermanently() local988 if (lcl_getTableDataIndex( pDoc->maTableNameIndex, aTabNameUpper, nIndex)) in setCacheTableReferencedPermanently()1167 String aTabNameUpper = ScGlobal::pCharClass->upper(rTabName); in getCacheTable() local1168 if (lcl_getTableDataIndex(rDoc.maTableNameIndex, aTabNameUpper, nIndex)) in getCacheTable()1189 rDoc.maTableNames.push_back(TableName(aTabNameUpper, rTabName)); in getCacheTable()1191 TableNameIndexMap::value_type(aTabNameUpper, nIndex)); in getCacheTable()
Completed in 49 milliseconds