Home
last modified time | relevance | path

Searched refs:itrDoc (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx461 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
[all …]