Searched refs:rExtInfo2 (Results 1 – 1 of 1) sorted by relevance
809 const ScAddress::ExternalInfo& rExtInfo1, const ScAddress::ExternalInfo& rExtInfo2) in lcl_appendCellRangeAddress() argument813 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 12 milliseconds