Searched refs:rTabNames (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 818 void ScExternalRefCache::initializeDoc(sal_uInt16 nFileId, const vector<String>& rTabNames) in initializeDoc() argument 824 size_t n = rTabNames.size(); in initializeDoc() 831 for (vector<String>::const_iterator itr = rTabNames.begin(), itrEnd = rTabNames.end(); in initializeDoc() 869 void ScExternalRefCache::getAllTableNames(sal_uInt16 nFileId, vector<String>& rTabNames) const in getAllTableNames() 871 rTabNames.clear(); in getAllTableNames() 877 rTabNames.reserve(n); in getAllTableNames() 880 rTabNames.push_back(itr->maRealName); in getAllTableNames() 1542 void ScExternalRefManager::getAllCachedTableNames(sal_uInt16 nFileId, vector<String>& rTabNames) co… in getAllCachedTableNames() 1544 maRefCache.getAllTableNames(nFileId, rTabNames); in getAllCachedTableNames()
|
/trunk/main/sc/inc/ |
H A D | externalrefmgr.hxx | 251 void initializeDoc(sal_uInt16 nFileId, const ::std::vector<String>& rTabNames); 253 void getAllTableNames(sal_uInt16 nFileId, ::std::vector<String>& rTabNames) const; 478 void getAllCachedTableNames(sal_uInt16 nFileId, ::std::vector<String>& rTabNames) const;
|
/trunk/main/sc/source/filter/inc/ |
H A D | excform.hxx | 63 … const String& rUrl, const ::std::vector<String>& rTabNames ); 139 … const String& rUrl, const ::std::vector<String>& rTabNames );
|
/trunk/main/sc/source/filter/excel/ |
H A D | excform8.cxx | 1218 const String& rUrl, const vector<String>& rTabNames ) in ConvertExternName() argument 1247 sal_uInt16 nTabCount = static_cast< sal_uInt16 >( rTabNames.size() ); in ConvertExternName() 1302 String aTabName = rTabNames[nExtTab1]; in ConvertExternName() 1335 String aTabName = rTabNames[nExtTab1]; in ConvertExternName()
|
/trunk/main/sc/source/core/tool/ |
H A D | compiler.cxx | 772 const vector<String>& rTabNames, const ScComplexRefData& rRef ) in lcl_getLastTabName() argument 777 size_t nCount = rTabNames.size(); in lcl_getLastTabName() 778 vector<String>::const_iterator itrBeg = rTabNames.begin(), itrEnd = rTabNames.end(); in lcl_getLastTabName() 780 if (itr == rTabNames.end()) in lcl_getLastTabName() 793 rTabName2 = rTabNames[nDist+nTabSpan]; in lcl_getLastTabName() 1314 const vector<String>& rTabNames, in makeExternalTabNameRange() 1318 if (!lcl_getLastTabName(aLastTabName, rTabName, rTabNames, rRef)) in makeExternalTabNameRange()
|
Completed in 64 milliseconds