Searched refs:itrDoc (Results 1 – 1 of 1) sorted by relevance
461 DocDataType::const_iterator itrDoc = maDocs.find(nFileId); in getRealTableName() local462 if (itrDoc == maDocs.end()) in getRealTableName()468 const DocItem& rDoc = itrDoc->second; in getRealTableName()482 DocDataType::const_iterator itrDoc = maDocs.find(nFileId); in getRealRangeName() local483 if (itrDoc == maDocs.end()) in getRealRangeName()489 const DocItem& rDoc = itrDoc->second; in getRealRangeName()502 DocDataType::const_iterator itrDoc = maDocs.find(nFileId); in getCellData() local503 if (itrDoc == maDocs.end()) in getCellData()509 const DocItem& rDoc = itrDoc->second; in getCellData()531 DocDataType::iterator itrDoc = maDocs.find(nFileId); in getCellRangeData() local[all …]