Lines Matching refs:pSrcDoc
1342 static ScTokenArray* lcl_convertToTokenArray(ScDocument* pSrcDoc, ScRange& rRange, in lcl_convertToTokenArray() argument
1394 pSrcDoc->GetCell(nCol, nRow, nTab, pCell); in lcl_convertToTokenArray()
1658 ScDocument* pSrcDoc = getSrcDocument(nFileId); in getSingleRefToken() local
1659 if (!pSrcDoc) in getSingleRefToken()
1668 if (!pSrcDoc->GetTable(rTabName, nTab)) in getSingleRefToken()
1680 bool bData = pSrcDoc->ShrinkToDataArea(nTab, nDataCol1, nDataRow1, nDataCol2, nDataRow2); in getSingleRefToken()
1695 pSrcDoc->GetCell(rCell.Col(), rCell.Row(), nTab, pCell); in getSingleRefToken()
1698 pSrcDoc->GetNumberFormat(rCell.Col(), rCell.Row(), nTab, nFmtIndex); in getSingleRefToken()
1699 nFmtIndex = getMappedNumberFormat(nFileId, nFmtIndex, pSrcDoc); in getSingleRefToken()
1739 ScDocument* pSrcDoc = getSrcDocument(nFileId); in getDoubleRefTokens() local
1740 if (!pSrcDoc) in getDoubleRefTokens()
1749 if (!pSrcDoc->GetTable(rTabName, nTab1)) in getDoubleRefTokens()
1768 if (!pSrcDoc->GetName(nTab1 + 1, aTabName)) in getDoubleRefTokens()
1779 pArray.reset(lcl_convertToTokenArray(pSrcDoc, aRange, aCacheData)); in getDoubleRefTokens()
1812 ScDocument* pSrcDoc = getSrcDocument(nFileId); in getRangeNameTokens() local
1813 if (!pSrcDoc) in getRangeNameTokens()
1816 ScRangeName* pExtNames = pSrcDoc->GetRangeName(); in getRangeNameTokens()
1844 pSrcDoc->GetName(rRef.nTab, aTabName); in getRangeNameTokens()
1854 pSrcDoc->GetName(rRef.nTab, aTabName); in getRangeNameTokens()
1959 ScDocument* pSrcDoc = static_cast<ScDocShell*>(p)->GetDocument(); in getSrcDocument() local
1961 SCTAB nTabCount = pSrcDoc->GetTableCount(); in getSrcDocument()
1970 pSrcDoc->GetName(i, aName); in getSrcDocument()
1975 return pSrcDoc; in getSrcDocument()
2035 ScDocument* pSrcDoc = pNewShell->GetDocument(); in loadSrcDocument() local
2036 pSrcDoc->EnableExecuteLink(false); // to prevent circular access of external references. in loadSrcDocument()
2037 pSrcDoc->EnableUndo(false); in loadSrcDocument()
2038 pSrcDoc->EnableAdjustHeight(false); in loadSrcDocument()
2040 ScExtDocOptions* pExtOptNew = pSrcDoc->GetExtDocOptions(); in loadSrcDocument()
2044 pSrcDoc->SetExtDocOptions(pExtOptNew); in loadSrcDocument()
2426 …ernalRefManager::getMappedNumberFormat(sal_uInt16 nFileId, sal_uInt32 nNumFmt, ScDocument* pSrcDoc) in getMappedNumberFormat() argument
2440 mpDoc->GetFormatTable()->MergeFormatter( *pSrcDoc->GetFormatTable()); in getMappedNumberFormat()