Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Drangeutl.cxx760 const ScAddress::ExternalInfo& rExtInfo1, const ScAddress::ExternalInfo& rExtInfo2) in lcl_appendCellRangeAddress() argument
764 OSL_ENSURE(rExtInfo2.mbExternal, "2nd address is not external!?"); in lcl_appendCellRangeAddress()
765 …OSL_ENSURE(rExtInfo1.mnFileId == rExtInfo2.mnFileId, "File IDs do not match between 1st and 2nd ad… in lcl_appendCellRangeAddress()
786 if (rExtInfo1.maTabName != rExtInfo2.maTabName) in lcl_appendCellRangeAddress()
789 ScRangeStringConverter::AppendTableName(rBuf, rExtInfo2.maTabName); in lcl_appendCellRangeAddress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Drangeutl.cxx736 const ScAddress::ExternalInfo& rExtInfo1, const ScAddress::ExternalInfo& rExtInfo2) in lcl_appendCellRangeAddress() argument
740 OSL_ENSURE(rExtInfo2.mbExternal, "2nd address is not external!?"); in lcl_appendCellRangeAddress()
741 …OSL_ENSURE(rExtInfo1.mnFileId == rExtInfo2.mnFileId, "File IDs do not match between 1st and 2nd ad… in lcl_appendCellRangeAddress()
762 if (rExtInfo1.maTabName != rExtInfo2.maTabName) in lcl_appendCellRangeAddress()
765 ScRangeStringConverter::AppendTableName(rBuf, rExtInfo2.maTabName); in lcl_appendCellRangeAddress()