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()
536 DocItem& rDoc = itrDoc->second; in getCellRangeData()
679 DocItem* pDoc = getDocItem(nFileId); in getRangeNameTokens()
694 DocItem* pDoc = getDocItem(nFileId); in setRangeNameTokens()
715 DocItem& rDoc = *pDocItem; in setCellData()
745 DocItem& rDoc = *pDocItem; in setCellRangeData()
801 DocItem* pDoc = getDocItem(nFileId); in isDocInitialized()
820 DocItem* pDoc = getDocItem(nFileId); in initializeDoc()
872 DocItem* pDoc = getDocItem(nFileId); in getAllTableNames()
[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;

Completed in 34 milliseconds