From ca8f4a66e44aed731646066241cf2225bb9f8c2a Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 19 Apr 2017 21:23:37 +0200 Subject: Resolves: tdf#90799 generate absolute sheet for pointer-selected references In the assumption that users who more use a pointer device to enter references are also likely less familiar with the difference between relative and absolute sheet references and its implication when copying sheets, which some other spreadsheet software doesn't offer. Change-Id: Ia1e16d1fef47429d4f4c100cac699bbc446ba6c9 --- sc/inc/address.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/inc/address.hxx') diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index f2ac3595b6c7..9203eec2928e 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -158,6 +158,8 @@ enum class ScRefFlags : sal_uInt16 TAB2_VALID = 0x4000, VALID = 0x8000, + TAB_ABS_3D = TAB_ABS | TAB_3D, + ADDR_ABS = VALID | COL_ABS | ROW_ABS | TAB_ABS, RANGE_ABS = ADDR_ABS | COL2_ABS | ROW2_ABS | TAB2_ABS, -- cgit