Home
last modified time | relevance | path

Searched refs:rExtInfo2 (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
813 DBG_ASSERT(rExtInfo2.mbExternal, "2nd address is not external!?"); in lcl_appendCellRangeAddress()
814 …DBG_ASSERT(rExtInfo1.mnFileId == rExtInfo2.mnFileId, "File IDs do not match between 1st and 2nd ad… in lcl_appendCellRangeAddress()
836 if (rExtInfo1.maTabName != rExtInfo2.maTabName) in lcl_appendCellRangeAddress()
839 ScRangeStringConverter::AppendTableName(rBuf, rExtInfo2.maTabName); in lcl_appendCellRangeAddress()

Completed in 14 milliseconds