Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx809 const ScAddress::ExternalInfo& rExtInfo1, const ScAddress::ExternalInfo& rExtInfo2) in lcl_appendCellRangeAddress() argument
811 if (rExtInfo1.mbExternal) in lcl_appendCellRangeAddress()
814 …DBG_ASSERT(rExtInfo1.mnFileId == rExtInfo2.mnFileId, "File IDs do not match between 1st and 2nd ad… in lcl_appendCellRangeAddress()
817 const String* pFilePath = pRefMgr->getExternalFileName(rExtInfo1.mnFileId, true); in lcl_appendCellRangeAddress()
827 ScRangeStringConverter::AppendTableName(rBuf, rExtInfo1.maTabName); in lcl_appendCellRangeAddress()
836 if (rExtInfo1.maTabName != rExtInfo2.maTabName) in lcl_appendCellRangeAddress()

Completed in 15 milliseconds