Lines Matching refs:itrDoc

461     DocDataType::const_iterator itrDoc = maDocs.find(nFileId);  in getRealTableName()  local
462 if (itrDoc == maDocs.end()) in getRealTableName()
468 const DocItem& rDoc = itrDoc->second; in getRealTableName()
482 DocDataType::const_iterator itrDoc = maDocs.find(nFileId); in getRealRangeName() local
483 if (itrDoc == maDocs.end()) in getRealRangeName()
489 const DocItem& rDoc = itrDoc->second; in getRealRangeName()
502 DocDataType::const_iterator itrDoc = maDocs.find(nFileId); in getCellData() local
503 if (itrDoc == maDocs.end()) in getCellData()
509 const DocItem& rDoc = itrDoc->second; in getCellData()
531 DocDataType::iterator itrDoc = maDocs.find(nFileId); in getCellRangeData() local
532 if (itrDoc == maDocs.end()) in getCellRangeData()
536 DocItem& rDoc = itrDoc->second; in getCellRangeData()
913 for (DocDataType::const_iterator itrDoc = maDocs.begin(), itrDocEnd = maDocs.end(); in getAllNumberFormats() local
914 itrDoc != itrDocEnd; ++itrDoc) in getAllNumberFormats()
916 const vector<TableTypeRef>& rTables = itrDoc->second.maTables; in getAllNumberFormats()
1006 for (DocDataType::iterator itrDoc = maDocs.begin(); itrDoc != maDocs.end(); ++itrDoc) in setAllCacheTableReferencedStati() local
1008 ScExternalRefCache::DocItem& rDocItem = (*itrDoc).second; in setAllCacheTableReferencedStati()
1020 for (DocDataType::const_iterator itrDoc = maDocs.begin(); itrDoc != maDocs.end(); ++itrDoc) in setAllCacheTableReferencedStati() local
1022 if (nDocs <= (*itrDoc).first) in setAllCacheTableReferencedStati()
1023 nDocs = (*itrDoc).first + 1; in setAllCacheTableReferencedStati()
1027 for (DocDataType::iterator itrDoc = maDocs.begin(); itrDoc != maDocs.end(); ++itrDoc) in setAllCacheTableReferencedStati() local
1029 ScExternalRefCache::DocItem& rDocItem = (*itrDoc).second; in setAllCacheTableReferencedStati()
1030 sal_uInt16 nFileId = (*itrDoc).first; in setAllCacheTableReferencedStati()
1203 DocDataType::iterator itrDoc = maDocs.find(nFileId); in getDocItem() local
1204 if (itrDoc == maDocs.end()) in getDocItem()
1214 itrDoc = res.first; in getDocItem()
1217 return &itrDoc->second; in getDocItem()