Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx468 const DocItem& rDoc = itrDoc->second; in getRealTableName()
489 const DocItem& rDoc = itrDoc->second; in getRealRangeName()
509 const DocItem& rDoc = itrDoc->second; in getCellData()
536 DocItem& rDoc = itrDoc->second; in getCellRangeData()
679 DocItem* pDoc = getDocItem(nFileId); in getRangeNameTokens()
694 DocItem* pDoc = getDocItem(nFileId); in setRangeNameTokens()
711 DocItem* pDocItem = getDocItem(nFileId); in setCellData()
715 DocItem& rDoc = *pDocItem; in setCellData()
741 DocItem* pDocItem = getDocItem(nFileId); in setCellRangeData()
745 DocItem& rDoc = *pDocItem; in setCellRangeData()
[all …]
/AOO41X/main/sc/inc/
H A Dexternalrefmgr.hxx325 struct DocItem;
326 friend struct ScExternalRefCache::DocItem;
329 struct DocItem struct in ScExternalRefCache
346 DocItem() : mbInitFromSource(false) {} in DocItem() argument
348 typedef ::std::hash_map<sal_uInt16, DocItem> DocDataType;
349 DocItem* getDocItem(sal_uInt16 nFileId) const;